Friday, September 19, 2014

Nexus 7K 5K 2K

Nexus 7K    5K   2K

    • 7K  - Routing - VDC, VRF, SVI
    • 5K  - Switching - has the config for 2K 
    • 2K  - Module - No config  

Nexus 7K

Boot Files
boot kickstart bootflash:/n7000-s2-kickstart.6.2.8a.bin sup-1
boot system bootflash:/n7000-s2-dk9.6.2.8a.bin sup-1
boot kickstart bootflash:/n7000-s2-kickstart.6.2.8a.bin sup-2
boot system bootflash:/n7000-s2-dk9.6.2.8a.bin sup-2

Features
feature tacacs+
cfs eth distribute
feature ospf
feature bgp
feature pim
feature pbr
feature udld
feature interface-vlan
feature netflow
feature hsrp
feature lacp
feature vpc

Configure NTP
ntp distribute
ntp server 1.1.1.16 use-vrf management
ntp server 2.2.2.16 use-vrf management
ntp server 3.3.3. prefer use-vrf management
ntp commit

Create VLANs
vlan 1,10-13,28,35,896-899
vlan 10
  name internet_fw_net
vlan 11
  name off_shore_fw_net
vlan 12
  name partner_fw_net
vlan 13
  name vpn_fw_net
vlan 28
  name Mobile_VPN_Access
vlan 35
  name VPN_FW_Network
vlan 896
  name keep_alive
vlan 897
  name routed_network
vlan 898
  name vpc_native_vlan
vlan 899
  name non_vpc_native_vlan

interface Vlan10
  description Internet_FW_Network
  no shutdown
  no ip redirects
  ip address x.x.x.x/28
  ip router ospf 1 area 0.0.0.25
  hsrp version 2
  hsrp 10
    authentication md5 key-chain hsrp_key
    preempt
    priority 255
    ip 10.10.10.1

OSPF
router ospf 1
  router-id 10.15.1.1
  redistribute static route-map static_to_ospf
  passive-interface default

BGP
router bgp 65000
  router-id 10.150.10.10
  neighbor 10.150.10.20 remote-as 65200
    update-source loopback0
    address-family ipv4 unicast
      next-hop-self
no system auto-upgrade epld



We’ve abandoned the prior decision to upgrade to 6.2(12) since that would require an upgrade to the EPLD (a time consuming process that may exceed the allotted change window). The plan now is to upgrade the code to 6.2(8a) to match Markley:

1. Un-manage the 7ks in SW

2. remove old code from the active supervisor:
delete bootflash:n7000-s2-kickstart.6.1.2.bin
delete bootflash:n7000-s2-dk9.6.1.2.bin

3. remove old code from the backup supervisor:
delete bootflash://sup-standby/n7000-s2-kickstart.6.1.2.bin
delete bootflash://sup-standby/n7000-s2-dk9.6.1.2.bin

4. Save config using SW NCM

5. Upgrade: install all kickstart n7000-s2-kickstart.6.2.8a.bin system n7000-s2-dk9.6.2.8a.bin

6. view upgrade status: show install all status

7. verify upgrade: show version

8. Re-manage 7ks in SW

NOTE: Current contents of bootflash on both cores:
dir bootflash:
          0    Aug 16 06:03:09 2013  20130816_100309_poap_6064_init.log
        735    Aug 16 10:10:01 2013  20130816_140921_poap_6588_init.log
          0    Sep 13 18:28:56 2013  20130913_222856_poap_6483_init.log
          0    Sep 19 15:03:34 2013  20130919_190334_poap_6494_init.log
       1700    Aug 16 04:56:28 2013  JAF1724ACPB_14119185.lic
       4096    Sep 19 15:54:33 2013  epld_dir/
  218199431    Aug 16 04:56:03 2013  n7000-s2-dk9.6.1.2.bin
  376298463    Sep 19 15:15:28 2013  n7000-s2-dk9.6.2.2.bin
  420778741    Apr 28 15:25:06 2015  n7000-s2-dk9.6.2.8a.bin
   66970691    Sep 19 15:50:27 2013  n7000-s2-epld.6.2.2.img
   36344320    Aug 16 04:53:59 2013  n7000-s2-kickstart.6.1.2.bin
   37069824    Sep 19 15:14:42 2013  n7000-s2-kickstart.6.2.2.bin
   36619776    Apr 28 15:25:45 2015  n7000-s2-kickstart.6.2.8a.bin
       4096    Aug 16 06:02:36 2013  scripts/
       4096    Aug 16 06:01:56 2013  vdc_2/
       4096    Aug 16 06:01:56 2013  vdc_3/
       4096    Aug 16 06:01:56 2013  vdc_4/
       4096    Aug 16 06:01:56 2013  vdc_5/

No comments:

Post a Comment