Configuring a VPRN Service with CLI
Page 576 7210 SAS M Services Guide
Service Management Tasks
This section discusses the following service management tasks:
• Modifying VPRN Service Parameters on page 576
• Deleting a VPRN Service on page 577
Modifying VPRN Service Parameters
Use the CLI syntax to modify VPRN parameters (VPRN Services Command Reference on page 
581).
The following example displays the VPRN service creation output. 
*A:ALA-1>config>service# info
----------------------------------------------
...
vprn 1 customer 1 create
            shutdown
            vrf-import "vrfImpPolCust1"
            vrf-export "vrfExpPolCust1"
            maximum-routes 2000
            autonomous-system 10000
            route-distinguisher 10001:1
            interface "to-ce1" create
                address 10.1.1.1/24
                sap 1/1/10:1 create
                exit
            exit
            static-route 6.5.0.0/24 next-hop 10.1.1.2
            bgp
                router-id 10.0.0.1
                group "to-ce1"
                    export "vprnBgpExpPolCust1"
                    peer-as 65101
                    neighbor 10.1.1.2
                    exit
                exit
            exit
            spoke-sdp 2 create
            exit
        exit
...
----------------------------------------------
*A:ALA-1>config>service>vprn#