본문 바로가기
네트워크/실습

N9K 실습3 메모

by JihoK 2024. 3. 27.

show int bri
conf t
interface ethernet 1/1-64
shutdown

int e1/1, e1/3, e1/4
no sh

switchport mode trunk
switchport trunk allowed vlan 1, 11, 12

int e1/6
switchport access vlan 11

feature LACP

int e1/3-4
channel-group 1 mode active
show port-channel summary

feature interface-vlan
vlan 1
vlan 11
vlan 12
int vlan 1
no sh
int vlan 11
ip add 10.1.11.1/24
no sh
int vlan 12
ip add 10.1.12.1/24
no sh

spanning-tree vlan 11 priority 4096
spanning-tree vlan 12 priority 8192
show spanning-tree vlan 11
show spanning-tree vlan 12

checkpoint

show checkpoint summary user

rollback running-config checkpoint <user-checkpoint-1>

 

'네트워크 > 실습' 카테고리의 다른 글

VxLAN  (1) 2024.04.19
nxapi  (0) 2024.04.08
N9K vPC 실습  (0) 2024.03.28
N9K 실습2 및 메모  (0) 2024.03.27
Nexus 9K 실습  (1) 2024.03.26