FD 100/320Gbps NT and FX NT IHub Services Guide Virtual Private Routed Network Service
Issue: 13 3HH-11985-AAAA-TQZZA 433
7.7.6.1 VPRN OSPF CLI Syntax
Refer to “OSPF Configuration Commands” for CLI syntax to configure VPRN
parameters.
The following example displays the VPRN OSPF configuration shown above:
A:debby-sim1>configure>service# info
----------------------------------------------
vprn 2 customer 1 create
interface "test" create
exit
no shutdown
exit
area 0.0.0.0
exit
----------------------------------------------
A:debby-sim1>configure>service#
7.7.7 Configuring a VPRN Interface
Interface names associate an IP address to the interface, and then associate the IP
interface with a v-VPLS via a SAP on the Virtual Port. The IP interface associates
attributes like an IP address, and VLAN ID.
There are no default interfaces.
Note that you can configure a VPRN interface as a loopback interface by issuing the
loopback command instead of the sap sap-id command. The loopback flag cannot
be set on an interface where a SAP is already defined and a SAP cannot be defined
on a loopback interface.
When using mtrace/mstat in a Layer 3 VPN context then the configuration for the
VPRN should have a loopback address configured which has the same address as
the core instance's system address (BGP next-hop).
Refer to “Interface Commands” for CLI commands and syntax.
The following example displays a VPRN interface configuration:
*A:ALA-1>configure>service>vprn# info
----------------------------------------------
...
vprn 1 customer 1 create
vrf-import "vrfImpPolCust1"
vrf-export "vrfExpPolCust1"
ecmp 2
autonomous-system 10000
route-distinguisher 10001:1
vrf-target target:10001:1
interface "to-ce1" create
address 11.1.0.1/24
exit
exit