Connectivity Guide

Table Of Contents
Add members to port channel 10:
D2(config)# interface ethernet 1/1/3
D2(conf-if-eth1/1/3)# channel-group 10
D2(conf-if-eth1/1/3)# exit
D2(config)# interface ethernet 1/1/4
D2(conf-if-eth1/1/4)# channel-group 10
D2(conf-if-eth1/1/4)# exit
Congure OSPF on L3 side of core router:
D2(config)# router ospf 100
D2(conf-router-ospf-100)# exit
D2(config)# interface vlan 200
D2(conf-if-vl-200)# ip ospf 100 area 0.0.0.0
Congure VLT port channel for VLAN 200:
D2(config)# interface port-channel 20
D2(conf-if-po-20)# vlt-port-channel 20
D2(conf-if-po-20)# switchport mode trunk
D2(conf-if-po-20)# switchport trunk allowed vlan 200
D2(conf-if-po-20)# exit
Add members to port channel 20:
D2(config)# interface ethernet 1/1/5
D2(conf-if-eth1/1/5)# channel-group 20
D2(conf-if-eth1/1/5)# exit
D2(config)# interface ethernet 1/1/6
D2(conf-if-eth1/1/6)# channel-group 20
D2(conf-if-eth1/1/6)# exit
View VLT information
To monitor the operation or verify the conguration of a VLT domain, use a VLT show command on primary and secondary peers.
View detailed information about the VLT domain conguration in EXEC mode, including VLTi status, local and peer MAC addresses,
peer-routing status, and VLT peer parameters.
show vlt domain-id
View the role of the local and remote VLT peer in EXEC mode.
show vlt domain-id role
View any mismatches in the VLT conguration in EXEC mode.
show vlt domain-id mismatch
View detailed information about VLT ports in EXEC mode.
show vlt domain-id vlt-port-detail
View the current conguration of all VLT domains in EXEC mode.
show running-configuration vlt
View peer-routing information
OS10# show vlt 255
Domain ID : 255
Unit ID : 1
Role : primary
Version : 2.0
Local System MAC address : 34:17:eb:3a:bd:80
Role priority : 1
VLT MAC address : aa:bb:cc:dd:ee:ff
IP address : fda5:74c8:b79e:1::1
Delay-Restore timer : 100 seconds
Peer-Routing : Enabled
Peer-Routing-Timeout timer : 9999 seconds
VLTi Link Status
port-channel1000 : up
VLT Peer Unit ID System MAC Address Status IP Address Version
----------------------------------------------------------------------------------
Virtual Link Trunking
845