|
Navigate to the Routing instances level in the
configuration hierarchy.
|
- In the J-Web interface, select Configuration>View
and Edit>Edit Configuration.
- Next to Routing instances, click Configure or Edit.
- Under Instance name, click aaaa.
|
From the [edit] hierarchy level, enter
edit routing-instances aaaa
|
|
Enable CLNS routing.
|
- Next to Protocols, click Configure.
- Next to Isis, click Configure.
- Next to CLNS routing, select the Yes box.
|
Enter
set protocols isis clns-routing
|
|
Enable IS-IS on all interfaces.
|
- Next to Interface, click Add new entry.
- In the Interface name box, type all.
- Click OK.
|
Enter
set protocols isis interface all
|
|
(Optional) To configure a pure CLNS network, disable IPv4 and IPv6 routing.
|
- Next to No ipv4 routing, select the Yes box.
- Next to No ipv6 routing, select the Yes box.
- Click OK.
|
Enter
set protocols isis no-ipv4-routing no-ipv6-routing
|
|
Define the BGP export policy name—for example, dist-bgp—and
the family and protocol.
|
- On the main Configuration page next to Policy options,
click Configure or Edit.
- Next to Policy statement, click Add new
entry.
- In the Policy name box, type dist-bgp.
- Next to From, click Configure.
- In the Family list, select iso.
- Next to Protocol, click Add new entry.
- In the Value list, select bgp.
- Click OK until you return to the Policy
statement page.
|
From the [edit] hierarchy level, enter
set policy-options policy-statement dist-bgp from family iso
protocol bgp
|
|
Define the action for the export policy.
|
- Next to Then, click Configure.
- In the Accept reject list, select accept.
- Click OK until you return to the main
Configuration page.
|
From the [edit] hierarchy level, enter
set policy-options policy-statement dist-bgp then accept
|
|
Apply the export policy to IS-IS.
|
- On the main Configuration page next to Routing instances,
click Configure or Edit.
- Next to aaaa, click Protocols.
- Next to Isis, click Edit.
- Next to Export, click Add new entry.
- In the Value box, type dist-bgp.
- Click OK until you return to the Instance
page.
|
From the [edit] hierarchy level, enter
set routing-instances aaaa protocols isis export dist-bgp
|