|
Navigate to the top of the configuration hierarchy and create the routing
instance aaaa.
|
- In the J-Web interface, select Configuration>View
and Edit>Edit Configuration.
- Next to Routing instances, click Configure or Edit.
- Next to Instance, click Add new entry.
- In the Instance name box, type aaaa.
- Click OK.
|
From the [edit] hierarchy level, 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.
|
- Next to Interface, click Add New Entry.
- In the Interface name box, type lo0.1.
- Click OK.
- Next to Interface, click Add New Entry.
- In the Interface name box, type e1–2/0/0.0.
- Click OK.
- Next to Interface, click Add New Entry.
- In the Interface name box, type t1–3/0/0.0.
- Click OK.
|
Enter
-
set interface lo0.1
-
set interface e1–2/0/0.0
-
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.
|
- Next to Vrf target, click Configure.
- In the Community box, type target:11111:1.
- Click OK.
|
Enter
set vrf-target target:11111:1
|