@okaenrique wrote:
Hello!
can i connect two nexus with with 10 gig link ? VPC peer link is not work if i don't have it
nx1(config)#
nx1(config)# interface ethernet 2/2-3
nx1(config-if-range)# exit
nx1(config)# interface ethernet 2/2 , e2/4
nx1(config-if-range)# switchport
nx1(config-if-range)# switchport mo
mode monitor
nx1(config-if-range)# switchport mod trunk
nx1(config-if-range)# switchport trunk allowed vlan 1,5,6
nx1(config-if-range)# channel-group 1 mode active
**LACP process needs to be started before configuring active mode
**
nx1(config-if-range)# channel-group 1
nx1(config-if-range)# no shutdown
nx1(config-if-range)# end
nx1#
nx1# con
Enter configuration commands, one per line. End with CNTL/Z.
nx1(config)# interface port-channel 1
nx1(config-if)# switchport
nx1(config-if)# switchport mode trunk
nx1(config-if)# switchport trunk allowed vlan 1,5,6
nx1(config-if)# vpc 1
ERROR: Operation failed: [peer-keepalive not configured]nx1(config-if)# exit
nx1(config)# interface port-channel 10
nx1(config-if)# switchport
nx1(config-if)# switchport mo
mode monitor
nx1(config-if)# switchport mode trunk
nx1(config-if)# switchport trunk all vlan 1,5,6
nx1(config-if)# spanning-tree por
port port-priority
nx1(config-if)# spanning-tree port type network
nx1(config-if)# vpc peer-link
Warning:
Ensure that VPC peer-link member ports on both peers use identical VDC types (limit-resource module-type VDC config command).
ERROR: Operation failed: [peer-keepalive not configured]nx1(config-if)#
VPC not work any help ?
br
oka
Posts: 2
Participants: 2