236
# Specify B-VLAN 20 for the PBB VSI.
[BEB1-vsi-aaa-1] bvlan 20
[BEB1-vsi-aaa-1] quit
[BEB1-vsi-aaa] quit
# Configure Ten-GigabitEthernet 1/0/1 as a trunk port, assign it to VLAN 20, and configure it as
an uplink port of the PBB VSI.
[BEB1] interface ten-gigabitethernet 1/0/1
[BEB1-Ten-GigabitEthernet1/0/1] port link-type trunk
[BEB1-Ten-GigabitEthernet1/0/1] port trunk permit vlan 20
[BEB1-Ten-GigabitEthernet1/0/1] pbb uplink vsi aaa
[BEB1-Ten-GigabitEthernet1/0/1] quit
# Create VLANs 100 through 120.
[BEB1] vlan 100 to 120
# Configure Ten-GigabitEthernet 1/0/2 as a trunk port, and assign it to all VLANs.
[BEB1] interface ten-gigabitethernet 1/0/2
[BEB1-Ten-GigabitEthernet1/0/2] port link-type trunk
[BEB1-Ten-GigabitEthernet1/0/2] port trunk permit vlan all
# Create service instance 1 on Ten-GigabitEthernet 1/0/2.
[BEB1-Ten-GigabitEthernet1/0/2] service-instance 1
# Configure the service instance to match all 802.1q tagged frames. Associate the service
instance with the PBB VSI, and set the access mode to Ethernet.
[BEB1-Ten-GigabitEthernet1/0/2-srv1] encapsulation tagged
[BEB1-Ten-GigabitEthernet1/0/2-srv1] xconnect vsi aaa access-mode ethernet
[BEB1-Ten-GigabitEthernet1/0/2-srv1] quit
[BEB1-Ten-GigabitEthernet1/0/2] quit
2.
Configure BEB 2 in the same way BEB 1 is configured. (Details not shown.)
Verifying the configuration
# Display PBB VSI uplink connection information on BEB 1.
[BEB1] display pbb connection
BMAC BVLAN Port Type Aging
011e-8300-0001 20 XGE1/0/1 MC N
000f-e200-0001 20 XGE1/0/1 UC Y
# Verify that Device A and Device B can ping each other. (Details not shown.)
Troubleshooting
Symptom
Customer frames cannot be transmitted to the peer network by using PBB.
Analysis
•
No PBB VSI is configured on the BEB, or the configured VSI is down.