Alcatel-Lucent 6850-48 Network Guide

Page of 1162
VPLS Configuration Example
Configuring VPLS
page 11-30
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
Set the port encapsulation mode to dot1q (classify traffic based on customer VLAN ID tag):
-> configure service port 1/1 encap-type dot1q
Create the SAP in the VPLS instance 100 with customer VLAN ID 100 as the dot1q encapsulation value. 
Note that any given SAP can only exist in one VPLS instance. 
-> configure service vpls 100 sap 1/1:100 create
-> configure service vpls 100 sap 1/1:100 no shutdown
Router 3 (PE2)
Configure port 2/1 as an access port (by default all ports are of type network):
-> configure service port 2/1 mode access
Set the port encapsulation mode to dot1q (classify traffic based on customer VLAN ID tag):
-> configure service port 2/1 encap-type dot1q
Create the SAP in the VPLS instance 100 with customer VLAN ID 100 as the dot1q encapsulation value. 
Note that any given SAP can only exist in one VPLS instance. 
-> configure service vpls 100 sap 2/1:100 create
-> configure service vpls 100 sap 2/1:100 no shutdown
The above commands create a virtual bridge between port 1/1 on PE1 and port 2/1 on PE2 for customer 
VLAN 100 traffic, send bi-directional traffic, and verify the flow/connectivity.
CLI Command Sequence Example
The following is an example of what the example VPLS configuration commands look like entered 
sequentially on the command line of the provider edge switches:
Router 1 (PE1):
-> ip interface Loopback0 address 9.1.1.1
-> configure router ldp interface-parameters interface IF0
-> configure service sdp 8 far-end 9.1.1.3
-> configure service customer 100 create
-> configure service vpls 100 customer 100 create
-> configure service vpls 100 mesh-sdp 8 create
-> configure service vpls 100 mesh-sdp 8 no shutdown
-> configure service vpls 100 no shutdown
-> configure service port 1/1 mode access
-> configure service port 1/1 encap-type dot1q
-> configure service vpls 100 sap 1/1:100 create
-> configure service vpls 100 sap 1/1:100 no shutdown
Router 2 (Transit Router):
-> ip interface Loopback0 address 9.1.1.2
-> configure router ldp interface-parameters interface IF1
-> configure router ldp interface-parameters interface IF2
Router 3 (PE2):
-> ip interface Loopback0 address 9.1.1.3
-> configure router ldp interface-parameters interface IF3
-> configure service sdp 8 far-end 9.1.1.1