26
# Create VLAN 100 and assign Ten-GigabitEthernet 1/0/1 to VLAN 100.
[RB3] vlan 100
[RB3-vlan100] quit
[RB3] interface ten-gigabitethernet 1/0/1
[RB3-Ten-GigabitEthernet1/0/1] port access vlan 100
[RB3-Ten-GigabitEthernet1/0/1] quit
# Configure RB 4 through RB 6 in the similar way RB 3 is configured. Create VLANs and assign
the downlink ports to the corresponding VLANs on RB 4 through RB 6 as shown in
.
(Details not shown.)
2.
Configure the uplink ports of access layer devices:
# Create VLAN 1000.
[RB3] vlan 1000
[RB3-vlan1000] quit
# Configure uplink ports Ten-GigabitEthernet 1/0/2 and Ten-GigabitEthernet 1/0/3 as TRILL
trunk ports, and configure VLAN 1000 as the designated VLAN.
[RB3]interface range Ten-GigabitEthernet 1/0/2 to Ten-GigabitEthernet 1/0/3
[RB3-if-range] trill enable
[RB3-if-range] trill link-type trunk
[RB3-if-range] trill designated-vlan 1000
# Configure Ten-GigabitEthernet 1/0/2 and Ten-GigabitEthernet 1/0/3 as trunk ports, set the
PVID of the ports to VLAN 1000, and assign the ports to VLAN 100 and VLAN 1000.
[RB3-if-range] port link-type trunk
[RB3-if-range] port trunk pvid vlan 1000
[RB3-if-range] port trunk permit vlan 100 1000
[RB3-if-range] quit
# Configure RB 4 through RB 6 in the similar way RB 3 is configured. Create VLANs and assign
the uplink ports to the corresponding VLANs on RB 4 through RB 6 as shown in
.
(Details not shown.)
3.
Configure the downlink ports of distribution layer devices:
# Enable TRILL globally on RB 1.
<RB1> system-view
[RB1] trill
[RB1-trill] quit
# Create VLAN 100 and VLAN 200.
[RB1] vlan 100
[RB1-vlan100] quit
[RB1] vlan 200
[RB1-vlan200] quit
# Create VLAN 1000.
[RB1] vlan 1000
[RB1-vlan1000] quit
# Configure downlink ports Ten-GigabitEthernet 1/0/1 and Ten-GigabitEthernet 1/0/2 as TRILL
trunk ports, and configure VLAN 1000 as the designated VLAN.
[RB1]interface range Ten-GigabitEthernet 1/0/1 to Ten-GigabitEthernet 1/0/2
[RB1-if-range] trill enable
[RB1-if-range] trill link-type trunk
[RB1-if-range] trill designated-vlan 1000
# Configure Ten-GigabitEthernet 1/0/1 and Ten-GigabitEthernet 1/0/2 as trunk ports, set the
PVID of the ports to VLAN 1000, and assign the ports to VLAN 100 and VLAN 1000.