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

Configuring IS-IS with a Configuration Editor

To configure IS-IS with a configuration editor, you do the following:

To configure IS-IS:

  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 135.
  3. Commit the configuration on the Services Router.
  4. Repeat the configuration tasks on each Services Router in the IS-IS autonomous system (AS).

Table 135: Configuring the IS-IS Protocol

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the Interfaces level in the configuration hierarchy.

  1. In the J-Web interface, select Configuration>View and Edit>Edit Configuration.
  2. Next to Interfaces, click Edit.

From the [edit] hierarchy level, enter

edit interfaces.

Configure the loopback interface lo0.

  1. Next to Interface, click Add new entry.
  2. In the Interface name box, type lo0.
  3. Click OK.

Enter

edit interfaces lo0

Configure the logical unit on the loopback interface—for example 0.

Add the NET address to the loopback interface—for example, 49.0001.00a0.c96b.c490.00.

  1. Next to lo0, click Edit under Encapsulation.
  2. Next to Unit, click Add new entry.
  3. In the Interface unit number box, type 0.
  4. Under Family, select Iso.
  5. Next to Address, click Add new entry.
  6. In the Source box, type 49.0001.00a0.c96b.c490.00.
  7. Click OK until you return to the Interfaces page.
  1. Enter

    edit unit 0

  2. Enter

    set family iso address 49.0001.00a0.c96b.c490.00

Configure a physical interface—for example, ge-0/0/1—with the NET address, and add the Family type iso.

  1. Next to ge-0/0/1, click Edit under Encapsulation.
  2. Next to Unit, click Add new entry.
  3. In the Interface unit number box, type 0.
  4. Under Family, select Iso.
  5. Next to Iso, click Configure.
  6. Next to Address, click Add new entry.
  7. In the Source box, type 49.0001.00a0.c96b.c490.00.
  8. Click OK until you return to the Edit Configuration page.

Enter

edit interfaces ge-0/0/1

Enter

set unit 0

Enter

set family iso address 49.0001.00a0.c96b.c490.00

Navigate to the Protocols level in the configuration hierarchy.

On the main Configuration page next to Protocols, click Edit.

From the [edit] hierarchy level, enter

edit protocols

Add the IS-IS protocol to all interfaces on the Services Router.

  1. Next to Isis, click Edit.
  2. In the Interface name box, type all.
  3. Click OK.

Enter

set isis interface all


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