Configuring VPRN Components
Page 428 7705 SAR OS Services Guide
Configuring VPRN Components
This section provides VPRN configuration examples for the following entities:
• Creating a VPRN Service
• Configuring Global VPRN Parameters
• Configuring Router Interfaces 
• Configuring BGP for VPRN
• Configuring a VPRN Interface 
• Configuring VPRN Interface SAP Parameters 
Creating a VPRN Service
Use the following CLI syntax to create a VRPN service. A route distinguisher must be 
defined in order for VPRN to be operationally active.
CLI Syntax: config>service# vprn service-id [customer customer-id]
route-distinguisher [ip-address:number1 | 
asn:number2]
description description-string
no shutdown
The following example displays a VPRN service configuration.
*A:ALU-1>config>service# info
----------------------------------------------
...
vprn 1 customer 1 create
route-distinguisher 10001:0
no shutdown
exit
...
----------------------------------------------
*A:ALU-1>config>service>vprn#