Friday, January 23, 2015

CCNP SWITCH Lab Equipment

I've been spending a lot of time configuring and connecting fiber cables on our Nexus 5K core switches at our data center. There's a lot of trunking and EtherChannel configurations that were used to integrate these switches.

I'm almost halfway through my CCDP studies and just finished doing CCNP ROUTE labs. I'll be doing CCNP SWITCH labs next. There's a free CCNP SWITCH lab manual that I used and helped develop my home lab. I've used again my handy Cisco 2511 router for my jump server, four Cisco 3560 switches and two Cisco 1841 routers.

According to Cisco.com, the CCNP SWITCH will expire January 29, 2015 and will be replaced by SWITCH v2.0 300-115.




My pretty and adorable daughter, Sophia, will be turning 3 this March.


Here's the modified running-config of my Cisco 2511 Terminal Server:

2511-TS#show running-config
Building configuration...

Current configuration : 2605 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 2511-TS
!
logging queue-limit 100
enable password cisco
!
username cisco privilege 15 password 0 cisco
ip subnet-zero
no ip domain lookup
ip host r2 2006 1.1.1.1
ip host r1 2005 1.1.1.1
ip host dls2 2004 1.1.1.1
ip host als2 2003 1.1.1.1
ip host als1 2002 1.1.1.1
ip host dls1 2001 1.1.1.1
!
!
!
!
interface Loopback0
 description ### For Reverse Telnet ###
 ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
 description ### To 871W ###
 ip address 192.168.1.2 255.255.255.0
!
interface Serial0
 no ip address
 shutdown
 no fair-queue
!
interface Serial1
 no ip address
 shutdown
!
ip http server
ip classless
!
!
!
!
menu TS title ^C
+---------------------------------------------------+
|  John Lagura's CCNP SWITCH Lab Terminal Server    |
|                                                   |
| To exit a device, use CTRL+SHIFT+6 then press x   |
+---------------------------------------------------+
^C
menu TS prompt ^C Make a selection: ^C
menu TS text 5 Connect to r1
menu TS command 5 resume r1 /connect telnet r1
menu TS text 6 Connect to r2
menu TS command 6 resume r2 /connect telnet r2
menu TS text 1 Connect to dls1
menu TS command 1 resume dls1 /connect telnet dls1
menu TS text 2 Connect to als1
menu TS command 2 resume als1 /connect telnet als1
menu TS text 3 Connect to als2
menu TS command 3 resume als2 /connect telnet als2
menu TS text 4 Connect to dls2
menu TS command 4 resume dls2 /connect telnet dls2
menu TS command c1 c1
menu TS command c2 c2
menu TS command c3 c3
menu TS command c4 c4
menu TS command c5 c5
menu TS command c6 c6
menu TS text s Show all established sessions
menu TS command s show sessions
menu TS options s pause
menu TS text e Exit Menu
menu TS command e menu-exit
menu TS text c# Clear the session by number, example: c1
menu TS text q Quit TS session
menu TS command q quit
menu TS clear-screen
menu TS line-mode
!
banner login ^C
+--------------------------------------------------------------+
| This equipment is privately owned and monitored.             |
| Disconnect immediately if you are not an authorized user.    |
+--------------------------------------------------------------+
^C
alias exec c1 disconnect dls1
alias exec c2 disconnect als1
alias exec c3 disconnect als2
alias exec c4 disconnect dls2
alias exec c5 disconnect r1
alias exec c6 disconnect r2
!
line con 0
 exec-timeout 0 0
 logging synchronous
line 1 16
 exec-timeout 0 0
 no flush-at-activation
 no exec
 transport input telnet
line aux 0
line vty 0 4
 password cisco
 login local
 autocommand  menu TS
!
end
 

No comments:

Post a Comment