Virtual Private Routed Network Services
7750 SR OS Services Guide Page 903
Configuring VPRN Components
This section provides VPRN configuration examples for the following entities:
• Creating a VPRN Service on page 903
• Configuring Global VPRN Parameters
• Configuring VPRN Protocols - PIM
• Configuring Router Interfaces
• Configuring VPRN Protocols - OSPF
• Configuring a VPRN Interface SAP
• Configuring VPRN Protocols - BGP
• Configuring VPRN Protocols - RIP
VPRN 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
Example
: config>service# vprn 1 customer 1 create
config>service>vprn# route-distinguisher 10001:0
config>service>vprn# no shutdown
The following example displays the VPRN service creation output.
*A:ALA-1>config>service# info
----------------------------------------------
...
vprn 1 customer 1 create
route-distinguisher 10001:0
no shutdown
exit
...
----------------------------------------------
*A:ALA-1>config>service>vprn#