Reference Guide

C2(conf-if-eth1/1/6)# channel-group 20
C2(conf-if-eth1/1/6)# exit
Sample conguration of D2:
Congure peer routing:
D2(config)# vlt-domain 20
D2(conf-vlt-20)# discovery-interface ethernet1/1/1
D2(conf-vlt-20)# discovery-interface ethernet1/1/2
D2(conf-vlt-20)# peer-routing
D2(conf-vlt-20)# exit
Congure VRRP on L2 links between core routers:
D2(config)# interface vlan 100
D2(conf-if-vl-100)# ip address 10.10.100.4/30
D2(conf-if-vl-100)# vrrp-group 10
Congure VLT port channel for VLAN 100:
D2(config)# interface port-channel 10
D2(conf-if-po-10)# vlt-port-channel 10
D2(conf-if-po-10)# switchport mode trunk
D2(conf-if-po-10)# switchport trunk allowed vlan 100
D2(conf-if-po-10)# exit
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
Virtual link trunking
617