[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring a VPN Routing Instance (Required)

You typically configure ES-IS, IS-IS, and CLNS static routes using a VPN routing instance. For more information about routing instances, see Configuring a VPN Routing Instance.

To configure a VPN routing instance:

  1. Navigate to the top of the configuration hierarchy in either the J-Web or CLI configuration editor.
  2. Perform the configuration tasks described in Table 22.
  3. Go on to one of the following tasks:

Table 22: Configuring a VPN Routing Instance for CLNS

Navigate to the top of the configuration hierarchy and create the routing instance aaaa.

  1. In the configuration editor hierarchy, select Routing instances.
  2. Next to Instance, click Add new entry.
  3. In the Instance name box, type aaaa.
  4. Click OK.

From the top of the configuration hierarchy, enter

edit routing-instances aaaa

Specify the instance type vrf for Layer 3 VPNs.

In the Instance type list, select vrf.

Enter

set instance-type vrf

Specify the interfaces that belong to the routing instance aaaa—for example, lo0.1, e1–2/0/0.0, and t1–3/0/0.0.

  1. Next to Interface, click Add New Entry.
  2. In the Interface name box, type lo0.1.
  3. Click OK.
  4. Next to Interface, click Add New Entry.
  5. In the Interface name box, type e1–2/0/0.0.
  6. Click OK.
  7. Next to Interface, click Add New Entry.
  8. In the Interface name box, type t1–3/0/0.0.
  9. Click OK.

Enter

  1. set interface lo0.1
  2. set interface e1–2/0/0.0
  3. set interface t1–3/0/0.0

Specify the route distinguisher—for example, 10.255.245.1:1.

In the Rd type box, type 10.255.245.1:1.

Enter

set route-distinguisher 10.255.245.1:1

Specify the policy for the Layer 3 VRF table—for example, target:11111:1.

  1. Next to Vrf target, click Configure.
  2. In the Community box, type target:11111:1.
  3. Click OK.

Enter

set vrf-target target:11111:1


[Contents] [Prev] [Next] [Index] [Report an Error]