Configuring a Spoke-SDP

Use the following CLI syntax to configure spoke SDP parameters:

config>service# vprn service-id [customer customer-id]
    — spoke-sdp sdp-id 
        — no shutdown
    — interface ip-int-name
        — spoke-sdp sdp-id:vc-id [vc-type {ether | vlan}]
            — egress
                — filter {ip ip-filter-id}
                — vc-label egress-vc-label
            — ingress
                — filter {ip ip-filter-id}
                — vc-label ingress-vc-label
            — tos-marking-state {trusted | untrusted}
            — no shutdown 

Use the following CLI syntax to configure spoke SDP parameters for the 7750 SR:


    — config>service# vprn service-id [customer customer-id]
    — spoke-sdp sdp-id 
        — no shutdown
    — interface ip-int-name
        — spoke-sdp sdp-id:vc-id [vc-type {ether | vlan | vpls}]
            — egress
                — filter {ip ip-filter-id}
                — vc-label egress-vc-label
            — ingress
                — filter {ip ip-filter-id}
                — vc-label ingress-vc-label
            — tos-marking-state {trusted | untrusted}
            — no shutdown 

The following output displays a spoke SDP configuration.

A:ALA-48>config>service>vprn# info
----------------------------------------------
...
            interface "SpokeSDP" create
                spoke-sdp 3:4 create
                    ingress
                        vc-label 3000
                        filter ip 10
                    exit
                    egress
                        vc-label 2000
                        filter ip 10
                    exit
                exit
            exit
...
            spoke-sdp 3 create
            exit
            no shutdown
----------------------------------------------
A:ALA-48>config>service>vprn#