EMAIL SUPPORT
dclessons@dclessons.comLOCATION
AFLAB: Back to Back VPC
LAB: Back to Back VPC
Topology:
Solution:
N7K1(config)# feature lacp
N7K1(config)# feature vpc
N7K1(config)# vpc domain 100
N7K1(config-vpc-domain)# peer-keepalive destination 192.168.1.2 source 192.168.1.1 vrf management
N7K1(config-vpc-domain)# exit
N7K2(config)# vpc domain 100
N7K2(config-vpc-domain)# peer-keepalive destination 192.168.1.1 source 192.168.1.2 vrf management
!
N7K1(config)# int eth1/1-2
N7K1(config-if-range)# switchport
N7K1(config-if-range)# switchport mode trunk
N7K1(config-if-range)# channel-group 100 mode active
N7K1(config-if-range)# no shut
N7K1(config-if-range)# int po100
N7K1(config-if)# switchport
N7K1(config-if)# switchport mode trunk
N7K1(config-if)# no shut
N7K1(config-if)# vpc peer-link
!
N7K2(config-vpc-domain)# int eth1/1-2
N7K2(config-if-range)# switchport
N7K2(config-if-range)# switchport mode trunk
N7K2(config-if-range)# channel-group 100 mode active
N7K2(config-if-range)# no shut
N7K2(config-if-range)# int po100
N7K2(config-if)# switchport
N7K2(config-if)# switchport mode trunk
N7K2(config-if)# vpc peer-link
N7K2(config-if)# no shut
N7K1(config)# int eth1/3-4
N7K1(config-if-range)# switchport
N7K1(config-if-range)# switchport mode trunk
N7K1(config-if-range)# channel-group 10 mode active
N7K1(config-if-range)# no shut
N7K1(config-if-range)# int po10
N7K1(config-if)# switchport
N7K1(config-if)# switchport mode trunk
N7K1(config-if)# vpc 10
N7K1(config-if)# no shut
N7K2(config)# int eth1/3-4
N7K2(config-if-range)# switchport
N7K2(config-if-range)# switchport mode trunk
N7K2(config-if-range)# channel-group 10 mode active
N7K2(config-if-range)# no shut
N7K2(config-if-range)# int po10
N7K2(config-if)# switchport
N7K2(config-if)# switchport mode trunk
N7K2(config-if)# no shut
N7K2(config-if)# vpc 10
N7K2(config-if)#
!
LEAVE A COMMENT
Please login here to comment.