Configuring MPLS MPLS Application Example
OmniSwitch AOS Release 6 Network Configuration Guide September 2009 page 10-39
-> configure service port 1/7 mode access
-> configure service vpls 100 sap 1/7 create
-> configure service vpls 100 sap 1/7 no shutdown
7 Create a SAP on access port 1/14 and associate the SAP with VPLS 200. Note that VPLS 200 will
forward traffic over the LDP-signaled LSP between R3 and R4.
-> configure service vpls 200 sap 1/14 mode access
-> configure service vpls 200 sap 1/14 create
-> configure service vpls 200 sap 1/14 no shutdown
8 Bind VPLS 200 with SDP 40
-> configure service vpls 200 mesh-sdp 40:200 create
-> configure service vpls 200 mesh-sdp 40:200 no shutdown
-> configure service vpls 200 no shutdown
Router 4
1 Create SDP 20 and associate the SDP with the “to-R3” static LSP tunnel.
-> configure service sdp 20 create
-> configure service sdp 20 signaling off
-> configure service sdp 20 no ldp
-> configure service sdp 20 far-end 10.10.10.3
-> configure service sdp 20 no shutdown
-> configure service sdp 20 lsp to-R3
2 Create SDP 40 for use with LDP-enabled LSP between R4 and R4.
-> configure service sdp 40 mpls create
-> configure service sdp 40 far-end 10.10.10.3
-> configure service sdp 40 no shutdown
3 Create VPLS 100 and associate the service with the Customer 1 account.
-> configure service customer 1 create
-> configure service vpls 100 customer 1 create
4 Bind VPLS 100 with SDP 20.
-> configure service vpls 100 mesh-sdp 20 create
-> configure service vpls 100 mesh-sdp 20 ingress vc-label 3334
-> configure service vpls 100 mesh-sdp 20 egress vc-label 2223
-> configure service vpls 100 mesh-sdp 20 no shutdown
-> configure service vpls 100 no shutdown
5 Create a SAP on access port 1/10 and associate the SAP with VPLS 100.
-> configure service port 1/10 mode access
-> configure service vpls 100 sap 1/10 create
-> configure service vpls 100 sap 1/10 no shutdown
6 Create a SAP on access port 1/12 and associate the SAP with VPLS 200. Note that VPLS 200 will
forward traffic over the LDP-signaled LSP between R3 and R4.
-> configure service vpls 200 sap 1/12 create
-> configure service vpls 200 sap 1/12 no shutdown