© 2011 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information.
Page 11 of 41
N5548-Top# configure terminal
N5548-Top(config)# feature vpc
2. Create the vPC domain (should be unique within network).
N5548-Bottom(config)# vpc domain 5
N5548-Top(config)# vpc domain 5
3. Configure the peer keepalive link over the management network.
N5548-Bottom(config-vpc-domain)# peer-keepalive destination 172.25.182.104 source
172.25.182.103
Note:
--------:: Management VRF will be used as the default VRF ::--------
N5548-Top(config-vpc-domain)# peer-keepalive destination 172.25.182.103 source
172.25.182.104
Note:
--------:: Management VRF will be used as the default VRF ::--------
4. Configure the vPC peer link.
N5548-Bottom# interface port-channel 20
N5548-Bottom(config-if)# interface ethernet 1/9
N5548-Bottom(config-if)# channel-group 20
N5548-Bottom(config-if)# interface ethernet 1/10
N5548-Bottom(config-if)# channel-group 20
N5548-Bottom(config-if)# interface port-channel 20
N5548-Bottom(config-if)# vpc peer-link
Please note that spanning tree port type is changed to “network” port type on vPC
peer-link.
This will enable spanning tree Bridge Assurance on vPC peer-link provided the STP
Bridge Assurance
(which is enabled by default) is not disabled.
N5548-Bottom(config-if)#
N5548-Top# interface port-channel 20