Friday, October 9, 2009

Upgrading Nexus IOS

Note: this box was upgraded when nothing was on it. Although the upgrade process is supposed to be non disruptive always follow your downtime procedure especially in a live environment. In the upgrade process, its normal for the supervisor to reset or switch to active/standby. Make sure to watch on the upgrade process for any errors that might occur during this process.

Login to your console

!---- Connect your device (PC) to interface Ethernet5/1 and configure it layer 3 and put an IP address. 10.1.1.1 is the ip for E5/1.

switch# conf t

Enter configuration commands, one per line. End with CNTL/Z.
switch(config)#int e 5/1

switch(config-if)# no switchport

switch(config-if)# ip address 10.1.1.1 255.255.255.0

switch(config-if)# no shut


!------ Put static ip on your device 10.1.1.2 and ping.



switch# ping 10.1.1.2



PING 10.1.1.2 (10.1.1.2): 56 data bytes
64 bytes from 10.1.1.2: icmp_seq=0 ttl=127 time=0.846 ms
64 bytes from 10.1.1.2: icmp_seq=1 ttl=127 time=0.504 ms
64 bytes from 10.1.1.2: icmp_seq=2 ttl=127 time=0.458 ms
64 bytes from 10.1.1.2: icmp_seq=3 ttl=127 time=0.477 ms
64 bytes from 10.1.1.2: icmp_seq=4 ttl=127 time=0.492 ms

--- 10.1.1.2 ping statistics ---
5 packets transmitted, 5 packets received, 0.00% packet loss
round-trip min/avg/max = 0.458/0.555/0.846 ms


!------- We have 2 way communication between Nexus and your device


!---- We tried copying the image using TFTP but it was failing for us so we used ftp instead. We had to install filezilla server in our local device.


switch# copy tftp://10.1.1.2/n7000-s1-dk9.4.2.2a.bin bootflash:

Enter vrf (If no input, current vrf 'default' is considered):

Trying to connect to tftp server......
Connection to Server Established.
[ ] 0.50KB
[# ] 4.50KB

TFTP get operation failed:Connection timed out

!---- NOT SURE WHY IT FAILED ON TFTP BUT I HAD SIMILAR ISSUE WHEN I WAS UPGRADING OUR CISCO ACE



!--- Copying n7000-s1-dk9.4.2.2a.bin


switch#copy ftp://10.1.1.2/n7000-s1-dk9.4.2.2a.bin bootflash:

Enter vrf (If no input, current vrf 'default' is considered):

Enter username: cisco

Password:

[ ] 0.98KB
[# ] 2.44KB
[## ] 4.39KB
[### ] 6.84KB
[#### ] 7.81KB
[##### ] 9.77KB
[###### ] 13.18KB
[####### ] 17.09KB
[######## ] 21.09KB
[######### ] 21.48KB
[########## ] 25.48KB
[########### ] 26.37KB
[############ ] 30.37KB
[############# ] 31.74KB
[############## ] 35.74KB
[############### ] 37.60KB
[################ ] 41.60KB
[################# ] 43.95KB
[################## ] 47.95KB
[################### ] 50.78KB
[#################### ] 54.78KB
[##################### ] 58.11KB
[###################### ] 62.11KB
[####################### ] 65.92KB
[######################## ] 69.92KB
[#########################]

!--- Output ommited

!--- IMAGE n7000-s1-dk9.4.2.2a.bin IS IN BOOTFLASH



switch# dir

273 Aug 21 07:54:18 2009 TBM13332870_130926862.lic
16384 Aug 21 06:37:57 2009 lost+found/
92000595 Aug 21 07:54:55 2009 n7000-s1-dk9.4.1.4.bin
99698682 Oct 05 22:03:52 2009 n7000-s1-dk9.4.2.2a.bin
24718848 Aug 21 07:55:12 2009 n7000-s1-kickstart.4.1.4.bin
4096 Aug 21 08:17:00 2009 vdc_2/
4096 Aug 21 08:17:00 2009 vdc_3/
4096 Aug 21 08:17:00 2009 vdc_4/

Usage for bootflash://
343744512 bytes used
1496145920 bytes free
1839890432 bytes total

!----------- Copying kickstart n7000-s1-kickstart.4.2.2a.bin




switch#copy ftp://10.1.1.2/n7000-s1-kickstart.4.2.2a.bin bootflash:\



Enter vrf (If no input, current vrf 'default' is considered):


Enter username: cisco

Password:

[ ] 0.98KB
[# ] 2.44KB
[## ] 4.39KB
[### ] 5.86KB
[#### ] 6.84KB
[##### ] 9.77KB
[###### ] 10.74KB
[####### ] 13.18KB
[######## ] 14.16KB
[######### ] 17.09KB
[########## ] 17.58KB
[########### ] 21.48KB
[############ ] 25.48KB
[############# ] 26.37KB
[############## ] 29.79KB
[############### ] 31.74KB
[################ ] 35.64KB
[################# ] 39.64KB
[################## ] 41.99KB
[################### ] 45.99KB
[#################### ] 48.83KB
[##################### ] 52.83KB
[###################### ] 56.15KB
[####################### ] 60.15KB
[######################## ] 62.50KB
[#########################]

!--- Output ommited

!--- IMAGE n7000-s1-kickstart.4.2.2a.bin IS IN BOOTFLASH



switch# dir

273 Aug 21 07:54:18 2009 TBM13332870_130926862.lic
16384 Aug 21 06:37:57 2009 lost+found/
92000595 Aug 21 07:54:55 2009 n7000-s1-dk9.4.1.4.bin
99698682 Oct 05 22:03:52 2009 n7000-s1-dk9.4.2.2a.bin
24718848 Aug 21 07:55:12 2009 n7000-s1-kickstart.4.1.4.bin
23875072 Oct 05 22:10:19 2009 n7000-s1-kickstart.4.2.2a.bin
4096 Aug 21 08:17:00 2009 vdc_2/
4096 Aug 21 08:17:00 2009 vdc_3/
4096 Aug 21 08:17:00 2009 vdc_4/

Usage for bootflash://
367648768 bytes used
1472241664 bytes free
1839890432 bytes total





!------ INSTALLING THE NEW IMAGES


switch# install all kickstart bootflash:n7000-s1-kickstart.4.2.2a.bin system bootflash:n7000-s1-dk9.4.2.2a.bin


Verifying image bootflash:/n7000-s1-kickstart.4.2.2a.bin for boot variable "kickstart".
[# ] 0%[####################] 100% -- SUCCESS

Verifying image bootflash:/n7000-s1-dk9.4.2.2a.bin for boot variable "system".
[# ] 0%[####################] 100% -- SUCCESS

Verifying image type.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "bios" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "system" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "kickstart" version from image bootflash:/n7000-s1-kickstart.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "lc1n7k" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "cmp" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Extracting "cmp-bios" version from image bootflash:/n7000-s1-dk9.4.2.2a.bin.
[# ] 0%[####################] 100% -- SUCCESS

Notifying services about system upgrade.
[####################] 100% -- SUCCESS



Compatibility check is done:
Module bootable Impact Install-type Reason
------ -------- -------------- ------------ ------
1 yes non-disruptive rolling
3 yes non-disruptive rolling
5 yes non-disruptive rolling
6 yes non-disruptive rolling
7 yes non-disruptive rolling
8 yes non-disruptive rolling
9 yes non-disruptive reset
10 yes non-disruptive reset
11 yes non-disruptive rolling
12 yes non-disruptive rolling
13 yes non-disruptive rolling
14 yes non-disruptive rolling
15 yes non-disruptive rolling
16 yes non-disruptive rolling



Images will be upgraded according to following table:
Module Image Running-Version(pri:alt) New-Version Upg-Required
------ ---------- ---------------------------------------- -------------------- ------------
1 lc1n7k 4.1(4) 4.2(2a) yes
1 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes
3 lc1n7k 4.1(4) 4.2(2a) yes
3 bios v1.10.5(03/25/08): v1.10.5(03/25/08) v1.10.6(11/04/08) yes
5 lc1n7k 4.1(4) 4.2(2a) yes
5 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes
6 lc1n7k 4.1(4) 4.2(2a) yes
6 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes
7 lc1n7k 4.1(4) 4.2(2a) yes
7 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes
8 lc1n7k 4.1(4) 4.2(2a) yes
8 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes
9 system 4.1(4) 4.2(2a) yes
9 kickstart 4.1(4) 4.2(2a) yes
9 bios v3.17.0(03/23/08): v3.17.0(03/23/08) v3.19.0(03/31/09) yes
9 cmp 4.1(3) 4.2(1) yes
9 cmp-bios 02.01.05 02.01.05 no
10 system 4.1(4) 4.2(2a) yes
10 kickstart 4.1(4) 4.2(2a) yes
10 bios v3.17.0(03/23/08): v3.17.0(03/23/08) v3.19.0(03/31/09) yes
10 cmp 4.1(3) 4.2(1) yes
10 cmp-bios 02.01.05 02.01.05 no
11 lc1n7k 4.1(4) 4.2(2a) yes
11 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes
12 lc1n7k 4.1(4) 4.2(2a) yes
12 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes
13 lc1n7k 4.1(4) 4.2(2a) yes
13 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes
14 lc1n7k 4.1(4) 4.2(2a) yes
14 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes
15 lc1n7k 4.1(4) 4.2(2a) yes
15 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes
16 lc1n7k 4.1(4) 4.2(2a) yes
16 bios v1.10.5(02/27/08): v1.10.5(02/27/08) v1.10.6(11/04/08) yes


Do you want to continue with the installation (y/n)? [n] y


Install is in progress, please wait.

Syncing image bootflash:/n7000-s1-kickstart.4.2.2a.bin to standby.
[# ] 0%
[###### ] 25%
[########### ] 50%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Syncing image bootflash:/n7000-s1-dk9.4.2.2a.bin to standby.
[# ] 0%
[###### ] 25%
[########### ] 50%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Setting boot variables.
[# ] 0%
[####################] 100% -- SUCCESS

Performing configuration copy.
[# ] 0%
[###### ] 25%
[########### ] 50%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 1: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 3: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 5: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 6: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 7: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 8: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 9: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 10: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 11: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 12: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 13: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 14: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 15: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS

Module 16: Refreshing compact flash and upgrading bios/loader/bootrom.
Warning: please do not remove or power off the module at this time.
[# ] 0%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[# ] 0%
[# ] 0%
[###### ] 25%
[###### ] 25%
[########### ] 50%
[########### ] 50%
[################ ] 75%
[################ ] 75%
[####################] 100%
[####################] 100% -- SUCCESS


2009 Oct 5 22:35:34 switch %$ VDC-1 %$ %PLATFORM-2-MOD_REMOVE: Module 10 removed (Serial number XXXXXX)

2009 Oct 5 22:37:32 switch %$ VDC-1 %$ %PLATFORM-2-MOD_REMOVE: Module 10 removed (Serial number XXXXXX)

2009 Oct 5 22:43:29 switch %$ VDC-1 %$ %IDEHSD-STANDBY-2-MOUNT: logflash: online

2009 Oct 5 22:43:30 switch %$ VDC-1 %$ %CMPPROXY-STANDBY-2-LOG_CMP_UP: Connectivity Management processor(on module 10) is now UP


Module 10: Waiting for module online.
-- SUCCESS

Notifying services about the switchover.
[####################] 100% -- SUCCESS


"Switching over onto standby".
Raw time read from Hardware Clock: Y=2009 M=10 D=5 22:44:35

writing reset reason 7, SAP(93): Swover due to install


NX7 SUP Ver 3.19.0
Serial Port Parameters from CMOS
PMCON_1: 0x200
PMCON_2: 0x0
PMCON_3: 0x3a
PM1_STS: 0x101
Performing Memory Detection and Testing
Testing 1 DRAM Patterns
Total mem found : 4096 MB
Memory test complete.
NumCpus = 2.
Status 61: PCI DEVICES Enumeration Started
Status 62: PCI DEVICES Enumeration Ended
Status 9F: Dispatching Drivers
Status 9E: IOFPGA Found
Status 9A: Booting From Primary ROM
Status 98: Found Cisco IDE
Status 98: Found Cisco IDE
Status 90: Loading Boot Loader
Reset Reason Registers: 0x0 0x10
Filesystem type is ext2fs, partition type 0x83


GNU GRUB version 0.97

Autobooting bootflash:/n7000-s1-kickstart.4.2.2a.bin bootflash:/n7000-s1-dk9.4.
2.2a.bin...
Filesystem type is ext2fs, partition type 0x83
Booting kickstart image: bootflash:/n7000-s1-kickstart.4.2.2a.bin....
..............................................................................I
mage verification OK

Starting kernel...


INIT: version 2.85 booting

Checking all filesystems..r.r.r.. done.
Setting kernel variables: sysctlnet.ipv4.ip_forward = 0
net.ipv4.ip_default_ttl = 64
net.ipv4.ip_no_pmtu_disc = 1
.
Setting the System Clock using the Hardware Clock as reference...System Clock set. Local time: Mon Oct 5 22:46:30 UTC 2009
Loading system software
/bootflash//n7000-s1-dk9.4.2.2a.bin read done
Uncompressing system image: bootflash:/n7000-s1-dk9.4.2.2a.bin

Load plugins that defined in image conf: /isan/plugin_img/img.conf
Loading plugin 0: core_plugin...
num srgs 1
0: swid-core-supdc3, swid-core-supdc3
num srgs 1
0: swid-supdc3-ks, swid-supdc3-ks

INIT: Entering runlevel: 3

Exporting directories for NFS kernel daemon...done.
Starting NFS kernel daemon:rpc.nfsd.
rpc.mountddone.

System is coming


User Access Verification
switch(standby) login: 2009 Oct 5 22:48:24 switch %$ VDC-1 %$ %CMPPROXY-2-LOG_CMP_UP: Connectivity Management processor(on module 9) is now UP

2009 Oct 5 22:48:26 switch %$ VDC-1 %$ %IDEHSD-2-MOUNT: logflash: online



User Access Verification
switch(standby) login: admin
Password:
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2009, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php

switch(standby)# sh mod

This command is only applicable on the active supervisor
switch(standby)#



Please don't hesitate to leave any comments.

Show Version, inventory and module command in Nexus

SHOW VERSION

switch#sh ver

Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2009, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php

Software
BIOS: version 3.17.0
loader: version N/A
kickstart: version 4.1(4)
system: version 4.1(4)
BIOS compile time: 03/23/08
kickstart image file is: bootflash:/n7000-s1-kickstart.4.1.4.bin
kickstart compile time: 2/6/2009 17:00:00 [03/14/2009 07:45:28]
system image file is: bootflash:/n7000-s1-dk9.4.1.4.bin
system compile time: 2/6/2009 17:00:00 [03/14/2009 07:02:41]


Hardware
cisco Nexus7000 C7018 (18 Slot) Chassis ("Supervisor module-1X")
Intel(R) Xeon(R) CPU with 4129600 kB of memory.
Processor Board ID XXXXX

Device name: switch
bootflash: 2030616 kB
slot0: 0 kB (expansion flash)

Kernel uptime is 2 day(s), 18 hour(s), 41 minute(s), 39 second(s)

Last reset
Reason: Unknown
System version: 4.1(4)
Service:

plugin
Core Plugin, Ethernet Plugin

CMP (Module 9) ok
CMP Software
CMP BIOS version: 02.01.05
CMP Image version: 4.1(3) [build 4.1(3)]
CMP BIOS compile time: 7/13/2008 19:44:27
CMP Image compile time: 2/6/2009 17:00:00

CMP (Module 10) ok
CMP Software
CMP BIOS version: 02.01.05
CMP Image version: 4.1(3) [build 4.1(3)]
CMP BIOS compile time: 7/13/2008 19:44:27
CMP Image compile time: 2/6/2009 17:00:00



SHOW INVENTORY


switch# sh inventory

NAME: "Chassis", DESCR: "Nexus7000 C7018 (18 Slot) Chassis "
PID: N7K-C7018 , VID: V01 , SN: xxxxxx

NAME: "Slot 1", DESCR: "10 Gbps Ethernet Module"
PID: N7K-M132XP-12 , VID: V06 , SN: xxxxxx

NAME: "Slot 3", DESCR: "1000 Mbps Optical Ethernet Module"
PID: N7K-M148GS-11 , VID: V02 , SN: xxxxxx

NAME: "Slot 5", DESCR: "10/100/1000 Mbps Ethernet Module"
PID: N7K-M148GT-11 , VID: V07 , SN: xxxxxx

NAME: "Slot 6", DESCR: "10/100/1000 Mbps Ethernet Module"
PID: N7K-M148GT-11 , VID: V07 , SN: xxxxxx
NAME: "Slot 7", DESCR: "10/100/1000 Mbps Ethernet Module"
PID: N7K-M148GT-11 , VID: V07 , SN: xxxxxx

NAME: "Slot 8", DESCR: "10/100/1000 Mbps Ethernet Module"
PID: N7K-M148GT-11 , VID: V07 , SN: xxxxxx

NAME: "Slot 9", DESCR: "Supervisor module-1X"
PID: N7K-SUP1 , VID: V08 , SN: xxxxxx

NAME: "Slot 10", DESCR: "Supervisor module-1X"
PID: N7K-SUP1 , VID: V08 , SN: xxxxxx

NAME: "Slot 11", DESCR: "10/100/1000 Mbps Ethernet Module"
PID: N7K-M148GT-11 , VID: V07 , SN: xxxxxx

NAME: "Slot 12", DESCR: "10/100/1000 Mbps Ethernet Module"
PID: N7K-M148GT-11 , VID: V07 , SN: xxxxxx

NAME: "Slot 13", DESCR: "10/100/1000 Mbps Ethernet Module"
PID: N7K-M148GT-11 , VID: V07 , SN: xxxxxx

NAME: "Slot 14", DESCR: "10/100/1000 Mbps Ethernet Module"
PID: N7K-M148GT-11 , VID: V07 , SN: xxxxxx

NAME: "Slot 15", DESCR: "10/100/1000 Mbps Ethernet Module"
PID: N7K-M148GT-11 , VID: V07 , SN: xxxxxx

NAME: "Slot 16", DESCR: "10/100/1000 Mbps Ethernet Module"
PID: N7K-M148GT-11 , VID: V07 , SN: xxxxxx

NAME: "Slot 19", DESCR: "Fabric card module"
PID: N7K-C7018-FAB-1 , VID: V02 , SN: xxxxxx

NAME: "Slot 20", DESCR: "Fabric card module"
PID: N7K-C7018-FAB-1 , VID: V02 , SN: xxxxxx

NAME: "Slot 21", DESCR: "Fabric card module"
PID: N7K-C7018-FAB-1 , VID: V02 , SN: xxxxxx

NAME: "Slot 33", DESCR: "Nexus7000 C7018 (18 Slot) Chassis Power Supply"
PID: N7K-AC-6.0KW , VID: V01 , SN: xxxxxx

NAME: "Slot 34", DESCR: "Nexus7000 C7018 (18 Slot) Chassis Power Supply"
PID: N7K-AC-6.0KW , VID: V01 , SN: xxxxxx

NAME: "Slot 35", DESCR: "Nexus7000 C7018 (18 Slot) Chassis Power Supply"
PID: N7K-AC-6.0KW , VID: V01 , SN: xxxxxx

NAME: "Slot 37", DESCR: "Nexus7000 C7018 (18 Slot) Chassis Fan Module"
PID: N7K-C7018-FAN , VID: V01 , SN: xxxxxx

NAME: "Slot 38", DESCR: "Nexus7000 C7018 (18 Slot) Chassis Fan Module"
PID: N7K-C7018-FAN , VID: V01 , SN: xxxxxx


SHOW MODULE
switch# sh mod

Mod Ports Module-Type Model Status
--- ----- -------------------------------- ------------------ ------------
1 32 10 Gbps Ethernet Module N7K-M132XP-12 ok
3 48 1000 Mbps Optical Ethernet Modul N7K-M148GS-11 ok
5 48 10/100/1000 Mbps Ethernet Module N7K-M148GT-11 ok
6 48 10/100/1000 Mbps Ethernet Module N7K-M148GT-11 ok
7 48 10/100/1000 Mbps Ethernet Module N7K-M148GT-11 ok
8 48 10/100/1000 Mbps Ethernet Module N7K-M148GT-11 ok
9 0 Supervisor module-1X N7K-SUP1 active *
10 0 Supervisor module-1X N7K-SUP1 ha-standby
11 48 10/100/1000 Mbps Ethernet Module N7K-M148GT-11 ok
12 48 10/100/1000 Mbps Ethernet Module N7K-M148GT-11 ok
13 48 10/100/1000 Mbps Ethernet Module N7K-M148GT-11 ok
14 48 10/100/1000 Mbps Ethernet Module N7K-M148GT-11 ok
15 48 10/100/1000 Mbps Ethernet Module N7K-M148GT-11 ok
16 48 10/100/1000 Mbps Ethernet Module N7K-M148GT-11 ok

Mod Sw Hw
--- -------------- ------
1 4.1(4) 1.6
3 4.1(4) 1.2
5 4.1(4) 1.5
6 4.1(4) 1.5
7 4.1(4) 1.5
8 4.1(4) 1.5
9 4.1(4) 1.5
10 4.1(4) 1.5
11 4.1(4) 1.5
12 4.1(4) 1.5
13 4.1(4) 1.5
14 4.1(4) 1.5
15 4.1(4) 1.5
16 4.1(4) 1.5


Mod MAC-Address(es) Serial-Num
--- -------------------------------------- ----------
1 00-26-0b-47-75-54 to 00-26-0b-47-75-78 xxxxxx
3 00-25-84-e7-11-48 to 00-25-84-e7-11-7c xxxxxx
5 00-23-eb-8e-f8-7c to 00-23-eb-8e-f8-b0 xxxxxx
6 00-23-eb-51-7f-ac to 00-23-eb-51-7f-e0 xxxxxx
7 00-23-eb-51-88-30 to 00-23-eb-51-88-64 xxxxxx
8 00-26-0b-d5-98-74 to 00-26-0b-d5-98-a8 xxxxxx
9 00-26-51-c8-e6-80 to 00-26-51-c8-e6-88 xxxxxx
10 00-26-51-c8-e9-58 to 00-26-51-c8-e9-60 xxxxxx
11 00-26-0b-d5-9a-18 to 00-26-0b-d5-9a-4c xxxxxx
12 00-26-0b-de-2b-a4 to 00-26-0b-de-2b-d8 xxxxxx
13 00-26-0b-d5-98-a8 to 00-26-0b-d5-98-dc xxxxxx
14 00-23-eb-51-7e-a8 to 00-23-eb-51-7e-dc xxxxxx
15 00-26-0b-de-2c-40 to 00-26-0b-de-2c-74 xxxxxx
16 00-23-eb-51-83-88 to 00-23-eb-51-83-bc xxxxxx

Mod Online Diag Status
--- ------------------
1 Pass
3 Pass
5 Pass
6 Pass
7 Pass
8 Pass
9 Pass
10 Pass
11 Pass
12 Pass
13 Pass
14 Pass
15 Pass
16 Pass

Xbar Ports Module-Type Model Status
--- ----- -------------------------------- ------------------ ------------
1 0 Fabric Module 1 N7K-C7018-FAB-1 ok
2 0 Fabric Module 1 N7K-C7018-FAB-1 ok
3 0 Fabric Module 1 N7K-C7018-FAB-1 ok

Xbar Sw Hw
--- -------------- ------
1 NA 1.1
2 NA 1.1
3 NA 1.1


Xbar MAC-Address(es) Serial-Num
--- -------------------------------------- ----------
1 NA xxxxxx
2 NA xxxxxx
3 NA xxxxxx

Thursday, October 8, 2009

Nexus 7018 1st time powering up

We finally put our Nexus in the Panduit rack (pictures coming soon) We powered this monster and everybody was like WOW it turned on!! Below is the boot up process of the Nexus 7018.

NX7 SUP Ver 3.17.0
Serial Port Parameters from CMOS
PMCON_1: 0x200
PMCON_2: 0x0
PMCON_3: 0x3a
PM1_STS: 0x101
Performing Memory Detection and Testing
Testing 1 DRAM Patterns
Total mem found : 4096 MB
Memory test complete.
NumCpus = 2.
Status 61: PCI DEVICES Enumeration Started
Status 62: PCI DEVICES Enumeration Ended
Status 9F: Dispatching Drivers
Status 9E: IOFPGA Found
Status 9A: Booting From Primary ROM
Status 98: Found Cisco IDE
Status 98: Found Cisco IDE
Status 90: Loading Boot Loader
Reset Reason Registers: 0x0 0x10
Filesystem type is ext2fs, partition type 0x83


GNU GRUB version 0.97

Autobooting bootflash:/n7000-s1-kickstart.4.1.4.bin bootflash:/n7000-s1-dk9.4.1
.4.bin...
Filesystem type is ext2fs, partition type 0x83
Booting kickstart image: bootflash:/n7000-s1-kickstart.4.1.4.bin....
...............................................................................
.Image verification OK

Starting kernel...
INIT: version 2.85 booting
Checking all filesystems....r.. done.
Setting kernel variables: sysctlnet.ipv4.ip_forward = 0
net.ipv4.ip_default_ttl = 64
net.ipv4.ip_no_pmtu_disc = 1
.
Setting the System Clock using the Hardware Clock as reference...System Clock set. Local time: Sat Oct 3 01:55:24 UTC 2009
Loading system software
/bootflash//n7000-s1-dk9.4.1.4.bin read done
Uncompressing system image: bootflash:/n7000-s1-dk9.4.1.4.bin

Load plugins that defined in image conf: /isan/plugin_img/img.conf
Loading plugin 0: core_plugin...
num srgs 1
0: swid-core-supdc3, swid-core-supdc3
num srgs 1
0: swid-supdc3-ks, swid-supdc3-ks
INIT: Entering runlevel: 3
Exporting directories for NFS kernel daemon...done.
Starting NFS kernel daemon:rpc.nfsd.
rpc.mountddone.

2009 Oct 3 01:56:03 %$ VDC-1 %$ %KERN-2-SYSTEM_MSG: Starting kernel... - kernel
2009 Oct 3 01:56:24 %$ VDC-1 %$ %IDEHSD-2-MOUNT: logflash: online
2009 Oct 3 01:56:38 %$ VDC-1 %$ %VDC_MGR-2-VDC_ONLINE: vdc 1 has come online
2009 Oct 3 01:56:40 switch %$ VDC-1 %$ %PLATFORM-2-PS_OK: Power supply 1 ok (Serial number DTMXXXXX)
2009 Oct 3 01:56:40 switch %$ VDC-1 %$ %PLATFORM-2-PS_FANOK: Fan in Power supply 1 ok
2009 Oct 3 01:56:40 switch %$ VDC-1 %$ %PLATFORM-2-PS_OK: Power supply 2 ok (Serial number DTMXXXXX)
2009 Oct 3 01:56:40 switch %$ VDC-1 %$ %PLATFORM-2-PS_FANOK: Fan in Power supply 2 ok
2009 Oct 3 01:56:40 switch %$ VDC-1 %$ %PLATFORM-2-PS_OK: Power supply 3 ok (Serial number DTMXXXXX)
2009 Oct 3 01:56:40 switch %$ VDC-1 %$ %PLATFORM-2-PS_FANOK: Fan in Power supply 3 ok
2009 Oct 3 01:56:40 switch %$ VDC-1 %$ %PLATFORM-2-PS_AC_IN_MISSING: Power supply 1 present but all AC inputs are not connected, ac-redundancy might be affected
2009 Oct 3 01:56:40 switch %$ VDC-1 %$ %PLATFORM-2-PS_AC_IN_MISSING: Power supply 2 present but all AC inputs are not connected, ac-redundancy might be affected
2009 Oct 3 01:56:40 switch %$ VDC-1 %$ %PLATFORM-2-PS_AC_IN_MISSING: Power supply 3 present but all AC inputs are not connected, ac-redundancy might be affected
2009 Oct 3 01:56:41 switch %$ VDC-1 %$ %PLATFORM-2-XBAR_DETECT: Xbar 1 detected (Serial number XXXXX)
2009 Oct 3 01:56:42 switch %$ VDC-1 %$ %PLATFORM-2-XBAR_DETECT: Xbar 2 detected (Serial number XXXXX)
2009 Oct 3 01:56:42 switch %$ VDC-1 %$ %PLATFORM-2-XBAR_DETECT: Xbar 3 detected (Serial number JXXXXX)


---- System Admin Account Setup ----


Do you want to enforce secure password standard (yes/no) [y]: 2009 Oct 3 01:56:46 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 1 detected (Serial number XXXXX) Module-Type 10 Gbps Ethernet Module Model
2009 Oct 3 01:56:46 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 1 powered up (Serial number XXXXX)
2009 Oct 3 01:56:53 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 2 detected (Serial number XXXXX) Module-Type 1000 Mbps Optical Ethernet Module Model
2009 Oct 3 01:56:53 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 3 detected (Serial number XXXXX) Module-Type 10/100/1000 Mbps Ethernet Module Model
2009 Oct 3 01:56:54 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 4 detected (Serial number XXXXX) Module-Type 10/100/1000 Mbps Ethernet Module Model
2009 Oct 3 01:56:56 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 5 detected (Serial number XXXXX) Module-Type 10/100/1000 Mbps Ethernet Module Model
2009 Oct 3 01:56:56 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 2 powered up (Serial number XXXXX)
2009 Oct 3 01:56:56 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 3 powered up (Serial number JXXXXX)
2009 Oct 3 01:57:59 switch %$ VDC-1 %$ %IDEHSD-STANDBY-2-MOUNT: logflash: online
2009 Oct 3 01:56:57 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 6 detected (Serial number XXXXX) Module-Type 10/100/1000 Mbps Ethernet Module Model
2009 Oct 3 01:56:57 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 4 powered up (Serial number XXXXX)
2009 Oct 3 01:57:00 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 7 detected (Serial number XXXXX) Module-Type 10/100/1000 Mbps Ethernet Module Model
2009 Oct 3 01:57:00 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 5 powered up (Serial number XXXXX)
2009 Oct 3 01:57:03 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 8 detected (Serial number XXXXX) Module-Type 10/100/1000 Mbps Ethernet Module Model
2009 Oct 3 01:57:03 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 6 powered up (Serial number XXXXX)
2009 Oct 3 01:57:03 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 11 detected (Serial number XXXXX) Module-Type 10/100/1000 Mbps Ethernet Module Model
2009 Oct 3 01:57:04 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 12 detected (Serial number XXXXX) Module-Type 10/100/1000 Mbps Ethernet Module Model
2009 Oct 3 01:57:04 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 7 powered up (Serial number XXXXX)
2009 Oct 3 01:57:04 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 13 detected (Serial number XXXXX) Module-Type 10/100/1000 Mbps Ethernet Module Model
2009 Oct 3 01:57:04 switch %$ VDC-1 %$ %PLATFORM-2-MOD_DETECT: Module 14 detected (Serial number XXXXX) Module-Type 10/100/1000 Mbps Ethernet Module Model
2009 Oct 3 01:57:04 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 8 powered up (Serial number XXXXX)
2009 Oct 3 01:57:04 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 11 powered up (Serial number XXXXX)
2009 Oct 3 01:57:04 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 12 powered up (Serial number XXXXX)
2009 Oct 3 01:57:04 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 13 powered up (Serial number XXXXX)
2009 Oct 3 01:57:04 switch %$ VDC-1 %$ %PLATFORM-2-MOD_PWRUP: Module 14 powered up (Serial number XXXXX)
2009 Oct 3 01:57:12 switch %$ VDC-1 %$ %PLATFORM-2-FANMOD_FAN_OK: Fan module 1 (Fan1(sys_fan1) fan) ok
2009 Oct 3 01:57:12 switch %$ VDC-1 %$ %PLATFORM-2-FANMOD_FAN_OK: Fan module 2 (Fan2(sys_fan2) fan) ok
2009 Oct 3 01:57:33 switch %$ VDC-1 %$ %CMPPROXY-2-LOG_CMP_UP: Connectivity Management processor(on module 9) is now UP
2009 Oct 3 01:58:35 switch %$ VDC-1 %$ %CMPPROXY-STANDBY-2-LOG_CMP_UP: Connectivity Management processor(on module 10) is now UP


Enter the password for "admin":
Wrong Password, Reason:
[Password should be at least 8 characters.]
Invalid admin password.

Enter the password for "admin":
Confirm the password for "admin":

---- Basic System Configuration Dialog VDC: 1 ----

This setup utility will guide you through the basic configuration of
the system. Setup configures only enough connectivity for management
of the system.

Please register Cisco Nexus7000 Family devices promptly with your
supplier. Failure to register may affect response times for initial
service calls. Nexus7000 devices must be registered to receive
entitled support services.

Press Enter at anytime to skip a dialog. Use ctrl-c at anytime
to skip the remaining dialogs.

Would you like to enter the basic configuration dialog (yes/no): n




User Access Verification
switch login: admin
Password:
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2009, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
switch#



SHOW RUN OUTPUT NEXUS DEFAULT CONFIG



switch# sh run


version 4.1(4)

username admin password 5 **** role network-admin

ip domain-lookup

ip host switch 10.1.1.1

ipv6 access-list copp-system-acl-icmp6

10 permit icmp any any echo-request

20 permit icmp any any echo-reply

ip access-list copp-system-acl-ftp

10 permit tcp any any eq ftp-data

20 permit tcp any any eq ftp

30 permit tcp any eq ftp-data any

40 permit tcp any eq ftp any

ip access-list copp-system-acl-bgp

10 permit tcp any gt 1024 any eq bgp

20 permit tcp any eq bgp any gt 1024

ip access-list copp-system-acl-rip

10 permit udp any 224.0.0.0/24 eq rip

ipv6 access-list copp-system-acl-radius6

10 permit udp any any eq 1812

20 permit udp any any eq 1813

30 permit udp any any eq 1645

40 permit udp any any eq 1646


50 permit udp any eq 1812 any

60 permit udp any eq 1813 any

70 permit udp any eq 1645 any

80 permit udp any eq 1646 any

ip access-list copp-system-acl-vpc

10 permit udp any any eq 3200

ip access-list copp-system-acl-vrrp

10 permit 112 any 224.0.0.0/24

ip access-list copp-system-acl-igmp

10 permit igmp any 224.0.0.0/3

ip access-list copp-system-acl-pim

10 permit pim any 224.0.0.0/24

20 permit udp any any eq pim-auto-rp

ip access-list copp-system-acl-msdp

10 permit tcp any gt 1024 any eq 639

20 permit tcp any eq 639 any gt 1024

ip access-list copp-system-acl-telnet

10 permit tcp any any eq telnet

20 permit tcp any any eq 107

30 permit tcp any eq telnet any

40 permit tcp any eq 107 any

ip access-list copp-system-acl-tftp


10 permit udp any any eq tftp

20 permit udp any any eq 1758

30 permit udp any eq tftp any

40 permit udp any eq 1758 any

ip access-list copp-system-acl-eigrp

10 permit eigrp any any

ip access-list copp-system-acl-ssh

10 permit tcp any any eq 22

20 permit tcp any eq 22 any

ip access-list copp-system-acl-glbp

10 permit udp any eq 3222 224.0.0.0/24 eq 3222

ip access-list copp-system-acl-snmp

10 permit udp any any eq snmp

20 permit udp any any eq snmptrap

ip access-list copp-system-acl-hsrp

10 permit udp any 224.0.0.0/24 eq 1985

ip access-list copp-system-acl-ospf

10 permit ospf any any

ip access-list copp-system-acl-sftp

10 permit tcp any any eq 115

20 permit tcp any eq 115 any

ipv6 access-list copp-system-acl-bgp6


10 permit tcp any gt 1024 any eq bgp

20 permit tcp any eq bgp any gt 1024

ip access-list copp-system-acl-tacacs

10 permit tcp any any eq tacacs

20 permit tcp any eq tacacs any

ip access-list copp-system-acl-pim-reg

10 permit pim any any

ipv6 access-list copp-system-acl-ospf6

10 permit 89 any any

ip access-list copp-system-acl-traceroute

10 permit icmp any any ttl-exceeded

20 permit icmp any any port-unreachable

ip access-list copp-system-acl-undesirable

10 permit udp any any eq 1434

ipv6 access-list copp-system-acl-icmp6-msgs

10 permit icmp any any router-advertisement

20 permit icmp any any router-solicitation

30 permit icmp any any nd-na

40 permit icmp any any nd-ns

50 permit icmp any any mld-query

60 permit icmp any any mld-report

70 permit icmp any any mld-reduction


ipv6 access-list copp-system-acl-tacacs6

10 permit tcp any any eq tacacs

20 permit tcp any eq tacacs any

ipv6 access-list copp-system-acl-tftp6

10 permit udp any any eq tftp

20 permit udp any any eq 1758

30 permit udp any eq tftp any

40 permit udp any eq 1758 any

ipv6 access-list copp-system-acl-pim6

10 permit 103 any ff02::d/128

20 permit udp any any eq pim-auto-rp

ip access-list copp-system-acl-icmp

10 permit icmp any any echo

20 permit icmp any any echo-reply

ip access-list copp-system-acl-radius

10 permit udp any any eq 1812

20 permit udp any any eq 1813

30 permit udp any any eq 1645

40 permit udp any any eq 1646

50 permit udp any eq 1812 any

60 permit udp any eq 1813 any

70 permit udp any eq 1645 any


80 permit udp any eq 1646 any

ipv6 access-list copp-system-acl-telnet6

10 permit tcp any any eq telnet

20 permit tcp any any eq 107

30 permit tcp any eq telnet any

40 permit tcp any eq 107 any

ip access-list copp-system-acl-ntp

10 permit udp any any eq ntp

20 permit udp any eq ntp any

ipv6 access-list copp-system-acl-ntp6

10 permit udp any any eq ntp

20 permit udp any eq ntp any

ipv6 access-list copp-system-acl-ssh6

10 permit tcp any any eq 22

20 permit tcp any eq 22 any

class-map type control-plane match-any copp-system-class-critical

match access-group name copp-system-acl-bgp

match access-group name copp-system-acl-bgp6

match access-group name copp-system-acl-eigrp

match access-group name copp-system-acl-igmp

match access-group name copp-system-acl-msdp

match access-group name copp-system-acl-ospf


match access-group name copp-system-acl-ospf6

match access-group name copp-system-acl-pim

match access-group name copp-system-acl-pim6

match access-group name copp-system-acl-rip

match access-group name copp-system-acl-vpc

class-map type control-plane match-any copp-system-class-exception

match exception ip option

match exception ip icmp unreachable

match exception ipv6 option

match exception ipv6 icmp unreachable

class-map type control-plane match-any copp-system-class-important

match access-group name copp-system-acl-glbp

match access-group name copp-system-acl-hsrp

match access-group name copp-system-acl-vrrp

match access-group name copp-system-acl-icmp6-msgs

match access-group name copp-system-acl-pim-reg

class-map type control-plane match-any copp-system-class-management

match access-group name copp-system-acl-ftp

match access-group name copp-system-acl-ntp

match access-group name copp-system-acl-ntp6

match access-group name copp-system-acl-radius

match access-group name copp-system-acl-sftp


match access-group name copp-system-acl-snmp

match access-group name copp-system-acl-ssh

match access-group name copp-system-acl-ssh6

match access-group name copp-system-acl-tacacs

match access-group name copp-system-acl-telnet

match access-group name copp-system-acl-tftp

match access-group name copp-system-acl-tftp6

match access-group name copp-system-acl-radius6

match access-group name copp-system-acl-tacacs6

match access-group name copp-system-acl-telnet6

class-map type control-plane match-any copp-system-class-monitoring

match access-group name copp-system-acl-icmp

match access-group name copp-system-acl-icmp6

match access-group name copp-system-acl-traceroute

class-map type control-plane match-any copp-system-class-normal

match protocol arp

class-map type control-plane match-any copp-system-class-redirect

match redirect dhcp-snoop

match redirect arp-inspect

class-map type control-plane match-any copp-system-class-undesirable

match access-group name copp-system-acl-undesirable

policy-map type control-plane copp-system-policy


class copp-system-class-critical

police cir 39600 kbps bc 250 ms conform transmit violate drop

class copp-system-class-important

police cir 1060 kbps bc 1000 ms conform transmit violate drop

class copp-system-class-management

police cir 10000 kbps bc 250 ms conform transmit violate drop

class copp-system-class-normal

police cir 680 kbps bc 250 ms conform transmit violate drop

class copp-system-class-redirect

police cir 280 kbps bc 250 ms conform transmit violate drop

class copp-system-class-monitoring

police cir 130 kbps bc 1000 ms conform transmit violate drop

class copp-system-class-exception

police cir 360 kbps bc 250 ms conform transmit violate drop

class copp-system-class-undesirable

police cir 32 kbps bc 250 ms conform drop violate drop

class class-default

police cir 100 kbps bc 250 ms conform transmit violate drop

control-plane

service-policy input copp-system-policy

snmp-server user admin network-admin auth md5 ***

priv *** localizedkey




vrf context management

ip route 0.0.0.0/0 10.1.1.1

vlan 1

vdc switch id 1

limit-resource vlan minimum 16 maximum 4094

limit-resource monitor-session minimum 0 maximum 2

limit-resource vrf minimum 16 maximum 8192

limit-resource port-channel minimum 0 maximum 768

limit-resource u4route-mem minimum 32 maximum 32

limit-resource u6route-mem minimum 16 maximum 16

limit-resource m4route-mem minimum 48 maximum 48

limit-resource m6route-mem minimum 8 maximum 8



interface Ethernet1/1



interface Ethernet1/2



interface Ethernet1/3



interface Ethernet1/4


interface Ethernet1/5



interface Ethernet1/6



interface Ethernet1/7



interface Ethernet1/8



interface Ethernet1/9



interface Ethernet1/10



interface Ethernet1/11



interface Ethernet1/12



interface Ethernet1/13



interface Ethernet1/14



interface Ethernet1/15


interface Ethernet1/16



interface Ethernet1/17



interface Ethernet1/18



interface Ethernet1/19



interface Ethernet1/20



interface Ethernet1/21



interface Ethernet1/22



interface Ethernet1/23



interface Ethernet1/24



interface Ethernet1/25



interface Ethernet1/26


interface Ethernet1/27



interface Ethernet1/28



interface Ethernet1/29



interface Ethernet1/30



interface Ethernet1/31



interface Ethernet1/32



interface Ethernet2/1



interface Ethernet2/2



interface Ethernet2/3



interface Ethernet2/4



interface Ethernet2/5


interface Ethernet2/6



interface Ethernet2/7



interface Ethernet2/8



interface Ethernet2/9



interface Ethernet2/10



interface Ethernet2/11



interface Ethernet2/12



interface Ethernet2/13



interface Ethernet2/14



interface Ethernet2/15



interface Ethernet2/16


interface Ethernet2/17



interface Ethernet2/18



interface Ethernet2/19



interface Ethernet2/20



interface Ethernet2/21



interface Ethernet2/22



interface Ethernet2/23



interface Ethernet2/24



interface Ethernet2/25



interface Ethernet2/26



interface Ethernet2/27


interface Ethernet2/28



interface Ethernet2/29



interface Ethernet2/30



interface Ethernet2/31



interface Ethernet2/32



interface Ethernet2/33



interface Ethernet2/34



interface Ethernet2/35



interface Ethernet2/36



interface Ethernet2/37



interface Ethernet2/38


interface Ethernet2/39



interface Ethernet2/40



interface Ethernet2/41



interface Ethernet2/42



interface Ethernet2/43



interface Ethernet2/44



interface Ethernet2/45



interface Ethernet2/46



interface Ethernet2/47



interface Ethernet2/48



interface Ethernet3/1



interface Ethernet3/2



interface Ethernet3/3



interface Ethernet3/4



interface Ethernet3/5



interface Ethernet3/6



interface Ethernet3/7



interface Ethernet3/8



interface Ethernet3/9



interface Ethernet3/10



interface Ethernet3/11



interface Ethernet3/12


interface Ethernet3/13



interface Ethernet3/14



interface Ethernet3/15



interface Ethernet3/16



interface Ethernet3/17



interface Ethernet3/18



interface Ethernet3/19



interface Ethernet3/20



interface Ethernet3/21



interface Ethernet3/22



interface Ethernet3/23


interface Ethernet3/24



interface Ethernet3/25



interface Ethernet3/26



interface Ethernet3/27



interface Ethernet3/28



interface Ethernet3/29



interface Ethernet3/30



interface Ethernet3/31



interface Ethernet3/32



interface Ethernet3/33



interface Ethernet3/34


interface Ethernet3/35



interface Ethernet3/36



interface Ethernet3/37



interface Ethernet3/38



interface Ethernet3/39



interface Ethernet3/40



interface Ethernet3/41



interface Ethernet3/42



interface Ethernet3/43



interface Ethernet3/44



interface Ethernet3/45


interface Ethernet3/46



interface Ethernet3/47



interface Ethernet3/48



interface Ethernet4/1



interface Ethernet4/2



interface Ethernet4/3



interface Ethernet4/4



interface Ethernet4/5



interface Ethernet4/6



interface Ethernet4/7



interface Ethernet4/8


interface Ethernet4/9



interface Ethernet4/10



interface Ethernet4/11



interface Ethernet4/12



interface Ethernet4/13



interface Ethernet4/14



interface Ethernet4/15



interface Ethernet4/16



interface Ethernet4/17



interface Ethernet4/18



interface Ethernet4/19


interface Ethernet4/20



interface Ethernet4/21



interface Ethernet4/22



interface Ethernet4/23



interface Ethernet4/24



interface Ethernet4/25



interface Ethernet4/26



interface Ethernet4/27



interface Ethernet4/28



interface Ethernet4/29



interface Ethernet4/30



interface Ethernet4/31



interface Ethernet4/32



interface Ethernet4/33



interface Ethernet4/34



interface Ethernet4/35



interface Ethernet4/36



interface Ethernet4/37



interface Ethernet4/38



interface Ethernet4/39



interface Ethernet4/40



interface Ethernet4/41


interface Ethernet4/42



interface Ethernet4/43



interface Ethernet4/44



interface Ethernet4/45



interface Ethernet4/46



interface Ethernet4/47



interface Ethernet4/48



interface Ethernet5/1



interface Ethernet5/2



interface Ethernet5/3



interface Ethernet5/4


interface Ethernet5/5



interface Ethernet5/6



interface Ethernet5/7



interface Ethernet5/8



interface Ethernet5/9



interface Ethernet5/10



interface Ethernet5/11



interface Ethernet5/12



interface Ethernet5/13



interface Ethernet5/14



interface Ethernet5/15


interface Ethernet5/16



interface Ethernet5/17



interface Ethernet5/18



interface Ethernet5/19



interface Ethernet5/20



interface Ethernet5/21



interface Ethernet5/22



interface Ethernet5/23



interface Ethernet5/24



interface Ethernet5/25



interface Ethernet5/26


interface Ethernet5/27



interface Ethernet5/28



interface Ethernet5/29



interface Ethernet5/30



interface Ethernet5/31



interface Ethernet5/32



interface Ethernet5/33



interface Ethernet5/34



interface Ethernet5/35



interface Ethernet5/36



interface Ethernet5/37


interface Ethernet5/38



interface Ethernet5/39



interface Ethernet5/40



interface Ethernet5/41



interface Ethernet5/42



interface Ethernet5/43



interface Ethernet5/44



interface Ethernet5/45



interface Ethernet5/46



interface Ethernet5/47



interface Ethernet5/48


interface Ethernet6/1



interface Ethernet6/2



interface Ethernet6/3



interface Ethernet6/4



interface Ethernet6/5



interface Ethernet6/6



interface Ethernet6/7



interface Ethernet6/8



interface Ethernet6/9



interface Ethernet6/10



interface Ethernet6/11



interface Ethernet6/12



interface Ethernet6/13



interface Ethernet6/14



interface Ethernet6/15



interface Ethernet6/16



interface Ethernet6/17



interface Ethernet6/18



interface Ethernet6/19



interface Ethernet6/20



interface Ethernet6/21



interface Ethernet6/22



interface Ethernet6/23



interface Ethernet6/24



interface Ethernet6/25



interface Ethernet6/26



interface Ethernet6/27



interface Ethernet6/28



interface Ethernet6/29



interface Ethernet6/30



interface Ethernet6/31



interface Ethernet6/32



interface Ethernet6/33


interface Ethernet6/34



interface Ethernet6/35



interface Ethernet6/36



interface Ethernet6/37



interface Ethernet6/38



interface Ethernet6/39



interface Ethernet6/40



interface Ethernet6/41



interface Ethernet6/42



interface Ethernet6/43



interface Ethernet6/44


interface Ethernet6/45



interface Ethernet6/46



interface Ethernet6/47



interface Ethernet6/48



interface Ethernet7/1



interface Ethernet7/2



interface Ethernet7/3



interface Ethernet7/4



interface Ethernet7/5



interface Ethernet7/6



interface Ethernet7/7


interface Ethernet7/8



interface Ethernet7/9



interface Ethernet7/10



interface Ethernet7/11



interface Ethernet7/12



interface Ethernet7/13



interface Ethernet7/14



interface Ethernet7/15



interface Ethernet7/16



interface Ethernet7/17



interface Ethernet7/18



interface Ethernet7/19



interface Ethernet7/20



interface Ethernet7/21



interface Ethernet7/22



interface Ethernet7/23



interface Ethernet7/24



interface Ethernet7/25



interface Ethernet7/26



interface Ethernet7/27



interface Ethernet7/28



interface Ethernet7/29



interface Ethernet7/30



interface Ethernet7/31



interface Ethernet7/32



interface Ethernet7/33



interface Ethernet7/34



interface Ethernet7/35



interface Ethernet7/36



interface Ethernet7/37



interface Ethernet7/38



interface Ethernet7/39



interface Ethernet7/40



interface Ethernet7/41



interface Ethernet7/42



interface Ethernet7/43



interface Ethernet7/44



interface Ethernet7/45



interface Ethernet7/46



interface Ethernet7/47



interface Ethernet7/48



interface Ethernet8/1



interface Ethernet8/2



interface Ethernet8/3



interface Ethernet8/4



interface Ethernet8/5



interface Ethernet8/6



interface Ethernet8/7



interface Ethernet8/8



interface Ethernet8/9



interface Ethernet8/10



interface Ethernet8/11



interface Ethernet8/12



interface Ethernet8/13



interface Ethernet8/14


interface Ethernet8/15



interface Ethernet8/16



interface Ethernet8/17



interface Ethernet8/18



interface Ethernet8/19



interface Ethernet8/20



interface Ethernet8/21



interface Ethernet8/22



interface Ethernet8/23



interface Ethernet8/24



interface Ethernet8/25


interface Ethernet8/26



interface Ethernet8/27



interface Ethernet8/28



interface Ethernet8/29



interface Ethernet8/30



interface Ethernet8/31



interface Ethernet8/32



interface Ethernet8/33



interface Ethernet8/34



interface Ethernet8/35



interface Ethernet8/36


interface Ethernet8/37



interface Ethernet8/38



interface Ethernet8/39



interface Ethernet8/40



interface Ethernet8/41



interface Ethernet8/42



interface Ethernet8/43



interface Ethernet8/44



interface Ethernet8/45



interface Ethernet8/46



interface Ethernet8/47


interface Ethernet8/48



interface Ethernet11/1



interface Ethernet11/2



interface Ethernet11/3



interface Ethernet11/4



interface Ethernet11/5



interface Ethernet11/6



interface Ethernet11/7



interface Ethernet11/8



interface Ethernet11/9



interface Ethernet11/10


interface Ethernet11/11



interface Ethernet11/12



interface Ethernet11/13



interface Ethernet11/14



interface Ethernet11/15



interface Ethernet11/16



interface Ethernet11/17



interface Ethernet11/18



interface Ethernet11/19



interface Ethernet11/20



interface Ethernet11/21



interface Ethernet11/22



interface Ethernet11/23



interface Ethernet11/24



interface Ethernet11/25



interface Ethernet11/26



interface Ethernet11/27



interface Ethernet11/28



interface Ethernet11/29



interface Ethernet11/30



interface Ethernet11/31



interface Ethernet11/32



interface Ethernet11/33



interface Ethernet11/34



interface Ethernet11/35



interface Ethernet11/36



interface Ethernet11/37



interface Ethernet11/38



interface Ethernet11/39



interface Ethernet11/40



interface Ethernet11/41



interface Ethernet11/42



interface Ethernet11/43



interface Ethernet11/44



interface Ethernet11/45



interface Ethernet11/46



interface Ethernet11/47



interface Ethernet11/48



interface Ethernet12/1



interface Ethernet12/2



interface Ethernet12/3



interface Ethernet12/4



interface Ethernet12/5



interface Ethernet12/6



interface Ethernet12/7



interface Ethernet12/8



interface Ethernet12/9



interface Ethernet12/10



interface Ethernet12/11



interface Ethernet12/12



interface Ethernet12/13



interface Ethernet12/14



interface Ethernet12/15



interface Ethernet12/16



interface Ethernet12/17



interface Ethernet12/18



interface Ethernet12/19



interface Ethernet12/20



interface Ethernet12/21



interface Ethernet12/22



interface Ethernet12/23



interface Ethernet12/24



interface Ethernet12/25



interface Ethernet12/26



interface Ethernet12/27



interface Ethernet12/28



interface Ethernet12/29



interface Ethernet12/30



interface Ethernet12/31



interface Ethernet12/32



interface Ethernet12/33



interface Ethernet12/34



interface Ethernet12/35



interface Ethernet12/36



interface Ethernet12/37



interface Ethernet12/38



interface Ethernet12/39


interface Ethernet12/40



interface Ethernet12/41



interface Ethernet12/42



interface Ethernet12/43



interface Ethernet12/44



interface Ethernet12/45



interface Ethernet12/46



interface Ethernet12/47



interface Ethernet12/48



interface Ethernet13/1



interface Ethernet13/2



interface Ethernet13/3



interface Ethernet13/4



interface Ethernet13/5



interface Ethernet13/6



interface Ethernet13/7



interface Ethernet13/8



interface Ethernet13/9



interface Ethernet13/10



interface Ethernet13/11



interface Ethernet13/12



interface Ethernet13/13


interface Ethernet13/14



interface Ethernet13/15



interface Ethernet13/16



interface Ethernet13/17



interface Ethernet13/18



interface Ethernet13/19



interface Ethernet13/20



interface Ethernet13/21



interface Ethernet13/22



interface Ethernet13/23



interface Ethernet13/24


interface Ethernet13/25



interface Ethernet13/26



interface Ethernet13/27



interface Ethernet13/28



interface Ethernet13/29



interface Ethernet13/30



interface Ethernet13/31



interface Ethernet13/32



interface Ethernet13/33



interface Ethernet13/34



interface Ethernet13/35



interface Ethernet13/36



interface Ethernet13/37



interface Ethernet13/38



interface Ethernet13/39



interface Ethernet13/40



interface Ethernet13/41



interface Ethernet13/42



interface Ethernet13/43



interface Ethernet13/44



interface Ethernet13/45



interface Ethernet13/46



interface Ethernet13/47



interface Ethernet13/48



interface Ethernet14/1



interface Ethernet14/2



interface Ethernet14/3



interface Ethernet14/4



interface Ethernet14/5



interface Ethernet14/6



interface Ethernet14/7



interface Ethernet14/8



interface Ethernet14/9


interface Ethernet14/10



interface Ethernet14/11



interface Ethernet14/12



interface Ethernet14/13



interface Ethernet14/14



interface Ethernet14/15



interface Ethernet14/16



interface Ethernet14/17



interface Ethernet14/18



interface Ethernet14/19



interface Ethernet14/20


interface Ethernet14/21



interface Ethernet14/22



interface Ethernet14/23



interface Ethernet14/24



interface Ethernet14/25



interface Ethernet14/26



interface Ethernet14/27



interface Ethernet14/28



interface Ethernet14/29



interface Ethernet14/30



interface Ethernet14/31



interface Ethernet14/32



interface Ethernet14/33



interface Ethernet14/34



interface Ethernet14/35



interface Ethernet14/36



interface Ethernet14/37



interface Ethernet14/38



interface Ethernet14/39



interface Ethernet14/40



interface Ethernet14/41



interface Ethernet14/42


interface Ethernet14/43



interface Ethernet14/44



interface Ethernet14/45



interface Ethernet14/46



interface Ethernet14/47



interface Ethernet14/48



interface mgmt0

ip address 10.1.1.101/24

line console

boot kickstart bootflash:/n7000-s1-kickstart.4.1.4.bin sup-1

boot system bootflash:/n7000-s1-dk9.4.1.4.bin sup-1

boot kickstart bootflash:/n7000-s1-kickstart.4.1.4.bin sup-2

boot system bootflash:/n7000-s1-dk9.4.1.4.bin sup-2




----------------------------------------------------------------------
Next time I will post the upgrade process that we did for this monster switch.