Basic Configuration

The following fields require specific input (there are no defaults) to configure a basic VPRN service:

The following example displays a VPRN service configuration.

*A:ALU-1>config>service>vprn# info
----------------------------------------------
vrf-import "vrfImpPolCust1"
vrf-export "vrfExpPolCust1"
autonomous-system 10000
route-distinguisher 10001:1
auto-bind-tunnel
    resolution-filter
        ldp
    exit
    resolution filter
exit
vrf-target target:10001:1
interface "to-ce1" create
    address 172.16.0.0/12
    exit
    sap 1/1/10:1 create
        ingress
            qos 100
            filter ip 10
        exit
        egress
            qos 1010
        exit
    exit
    dhcp
        description "DHCP test"
    exit
exit
exit
static-route-entry 10.1.1.1/8 
    next-hop 10.1.1.2
        no shutdown
    exit
exit
----------------------------------------------
*A:ALU-1>config>service>vprn#