User Manual

Configuration Examples
90 Enterasys X-Pedition User Reference Manual
First, create a VLAN named ‘GREEN’ with VLAN ID 100 on both XP1 and XP2 and add the ports
to the VLAN:
Note: The XP will display VLAN and interface names up to 32 characters in length.
Then, create a spanning tree instance for VLAN ‘GREEN’.
Enable PVST on gi.1.1(1-2),et.3.1 in XP1 and gi.2.(1-2) in XP2.
To enable RSTP for this spanning tree, set the protocol version to ‘rstp’
To allow 1-second link reconfiguration, the links between gi.1.(1-2) in XP1 and gi.2.(1-2) in XP2
must be point-to-point links. You should also define et.3.1 in XP1 as an edge-port if it is not
connected to any other bridges that can generate loops in the network.
XP1(config)# vlan create GREEN port-based id 100
XP1(config)# vlan add ports gi.1.(1-2),et.3.1 to GREEN
XP2(config)# vlan create GREEN port-based id 100
XP2(config)# vlan add ports gi.2.(1-2) to GREEN
XP1(config)# pvst create spanningtree vlan_name GREEN
XP2(config)# pvst create spanningtree vlan_name GREEN
XP1(config)# pvst enable port gi.1.(1-2),et.3.1 spanning-tree GREEN
XP2(config)# pvst enable port gi.2.(1-2) spanning-tree GREEN
XP1(config)# pvst set protocol-version rstp spanning-tree GREEN
XP2(config)# pvst set protocol-version rstp spanning-tree GREEN
XP1(config)# pvst set port gi.1.(1-2) point-to-point ForceTrue
XP1(config)# pvst set port et.3.1 edge-port True
XP2(config)# pvst set port gi.2.(1-2) point-to-point ForceTrue