host : 192.168.18.144
id : root
PW : pnet
/opt/unetlab/addons/qemu
nxosv9k-9.2.4
nxosv9k-9.3.1
nxosv9k-9500v.10.2.1.F
전원 켜기 자동 프로비저닝 계속 - yes
cisco123!
Switch name, IP & subnet 설정 제외하고 default로 설정한다.
Nexus는 기본적으로 WR 설정이 없어 설정을 해준다.
cli alias name wr copy run start
wr 설정 후 wr 명령어를 입력하여 저장을 확인한다.
wr
bin파일 확인
dir
bootflash에 필요한 시스템 이미지 파일을 업로드한다. -> bin 파일
boot nxos bootflash:nxos64.2.1.F.bin
show boot해보고 Nxos variable = 이미지파일이 확인
bin 파일이 보이지 않으면 다시 boot 명령어 사용 및 wr하면 된다.
ex)
conf t
feature vpc
vpc domain 10
role priority 100 -> n9k3에서만 설정
conf t
feature vpc
vpc domain 10
vrf context VPCKEEP
int e1/7
no switchport
vrf member VPCKEEP
ip add 1.1.1.1/24
no shut
vpc domain 10
peer-keepalive dest 1.1.1.2 source 1.1.1.1 vrf VPCKEEP
vrf context VPCKEEP
int e1/7
no switchport
vrf member VPCKEEP
ip add 1.1.1.2/24
no shut
vpc domain 10
peer-keepalive dest 1.1.1.1 source 1.1.1.2 vrf VPCKEEP
feature lacp
int e1/3-4
switchport
channel-group 34 mode active
no shutint po 34
switchport
switchport mode trunk
no shut
vpc peer-link
vlan 11
int e1/1
switchport
channel-group 11 mode active
no shut
int po11
switchport
swirchport mode trunk
switchport trunk allowed vlan 1,11
vpc 11
no shut
vlan 12
int e1/5
switchport
switchport mode access
switchport access vlan 12
no shut
N9K-3(config)# feature interface-vlan
N9K-3(config)# int vlan 11
N9K-3(config-if)# ip add 10.1.11.1/24
N9K-3(config-if)# no sh
N9K-3(config-if)# int vlan 12
N9K-3(config-if)# ip add 10.1.12.1/24
N9K-3(config-if)# no sh
10.1.11.2(N9K-4)에서 10.1.11.1(N9K-3)로 Ping을 보내본다.
10.1.12.2(N9K-4)에서 10.1.12.1(N9K-3)로 Ping을 보내본다.
N9K-1(config-if)# int e1/6
N9K-1(config-if)# switchport access vlan 11
N9K-1(config-if)# no sh
VPCS> ip 10.1.11.11 255.255.255.0 10.1.11.1
Checking for duplicate address...
PC1 : 10.1.11.11 255.255.255.0 gateway 10.1.11.1
PC에서 N9K로 통신이 되는지 확인한다.