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

N9K vPC 실습

by JihoK 2024. 3. 28.

 

N9K3, 4 Vlan interface 구성

 

Feature interface-vlan

vlan 11

int vlan 11

ip add 10.1.11.1/24

no sh

vlan 12

int vlan 12

ip add 10.1.12.1/24

nosh

 

 

 

N9K-3, 4  vPC domain 구성

Feature vpc

vpc domain 10

role priority 100

# show vpc role

 

N9K-3, 4 간 Keep-alive link 구성

vrf context VPCKAL

int e1/7

no switchport

vrf member VPCKAL

ip add 1.1.1.1/24(ip add 1.1.1.2/24)

no shut

 

vpc domain 10

peer-keepalive dest 1.1.1.2 source 1.1.1.1 vrf VPCKAL (dest 1.1.1.1 source 1.1.1.2)

 

N9K-3, 4 Peer Link 구성

 

feature lacp

int e1/3-4

switchport

channel-group 1 mode active

no sh

 

int po1

switchport

switchport mode trunk

no sh

vpc peer-link

 

N9K-3, 4 Member Port 구성

 

N9K-3, 4

 

Vlan 11

int e1/1

swtichport

channnel-group 11 mode active

no sh

 

int po11

switchport mode trunk

switchport trunk allowed vlan 1, 11

vpc 11

no sh

 

N9K-1

 

Feature lacp

Vlan 11

int e1/1-2

switchport

channel-group 11 mode active

no sh

 

int po11

switchport

switchport mode trunk

switch trunk allowed vlan 1, 11

no sh

 

Orphan Port 구성

N9K-3, 4

 

vlan 12

int e1/5

switchport

switchport mode access

switchprot access vlan 12

no sh

 

++

 

N9K-1 

int e1/6

switchport

switchport mode access

switchport access vlan 11

 

vPC 구성 확인 명령어

 

show port-channel sum

show run vpc

show vpc

show vpc bri

show vpc role

show vpc peer-keepalive

show vpc consistency-parameters global

show vpc orphan-ports

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

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