Connectivity Guide

Table Of Contents
Designated root priority: 4097, address: 90:b1:1c:f4:a6:02
Designated bridge priority: 4097, address: 90:b1:1c:f4:a6:02
Designated port ID: 0.1, designated path cost: 0
Number of transitions to forwarding state: 1
Edge port: No (default)
Link Type: Point-to-Point
BPDU Sent: 202, Received: 42
Port 1 (VFP(VirtualFabricPort)) of vlan100 is designated Forwarding
Port path cost 1, Port priority 0, Port Identifier 0.1
Designated root priority: 4196, address: 90:b1:1c:f4:a6:02
Designated bridge priority: 4196, address: 90:b1:1c:f4:a6:02
Designated port ID: 0.1, designated path cost: 0
Number of transitions to forwarding state: 1
Edge port: No (default)
Link Type: Point-to-Point
BPDU Sent: 101, Received: 21
Create VLT domain
A VLT domain requires an ID number. Configure the same VLT domain ID on both peers. For more information, see VLT domain.
The no vlt-domain command disables VLT.
1. Configure a VLT domain and enter VLT-DOMAIN mode. Configure the same VLT domain ID on each peer, from 1 to 255.
vlt-domain domain-id
2. Repeat the steps on the VLT peer to create the VLT domain.
Peer 1
OS10(config)# vlt-domain 1
OS10(conf-vlt-1)#
Peer 2
OS10(config)# vlt-domain 1
OS10(conf-vlt-1)#
VLTi configuration
Before you configure VLTi on peer interfaces, remove each interface from L2 mode with the no switchport command. For
more information, see VLT interconnect.
1. Enter the VLT domain ID to enter from CONFIGURATION mode.
vlt-domain domain-id
2. Configure one or a hyphen-separated range of VLT peer interfaces to become a member of the VLTi in INTERFACE mode.
discovery-interface {ethernet node/slot/port[:subport] | ethernet node/slot/
port[:subport] -node/slot/port[:subport]}
3. Repeat the steps on the VLT peer.
Peer 1
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# no switchport
OS10(conf-if-eth1/1/1)# exit
OS10(config)# interface ethernet 1/1/2
OS10(conf-if-eth1/1/2)# no switchport
OS10(conf-if-eth1/1/2)# exit
OS10(config)# vlt-domain 1
OS10(conf-vlt-1)# discovery-interface ethernet1/1/1
OS10(conf-vlt-1)# discovery-interface ethernet1/1/2
Virtual Link Trunking
995