Configuring OSPF for VPRN

Use the following syntax to configure OSPF in the VPRN context.

config>service>vprn>ospf#

Refer to OSPF configuration commands for the CLI syntax to configure VPRN OSPF parameters.

The following is a sample VPRN OSPF configuration output.

*A:K-SASK12>config>service# info
----------------------------------------------
      vprn 2 customer 1 create
          interface "ospf_interface" create
          exit
          ospf
              area 0.0.0.0
                  interface ‟ospf_interface”
                     no shutdown
                     exit
                  exit
             exit
----------------------------------------------
*A:K-SASK12>service#
----------------------------------------------