Riverstone Networks RS Switch Router User Guide Release 8.0 15-19
IS-IS Configuration Guide Displaying IS-IS Information
R7 Configuration

The following is the configuration for R7 in Area 2:

R8 Configuration

The following is the configuration for R8 in Area 3:

R7(config)# sh
Running system configuration:
!
! Last modified from Console on 2000-07-04 15:18:34
!
To configure an IP interface:
1 : interface create ip 31net address-netmask 31.1.1.2/16 port et.1.3
!
To configure and start OSPF:
2 : ospf create area backbone
3 : ospf add interface 31net to-area backbone
4 : ospf start
!
R8(config)# sh
Running system configuration:
!
! Last modified from Console on 2000-07-06 09:33:34
!
To configure IP interfaces:
1 : interface create ip 40net address-netmask 40.1.1.1/16 port et.1.2
2 : interface create ip 41net address-netmask 41.1.1.1/16 port et.1.1
3 : interface create ip 105net address-netmask 105.1.1.1/8 port et.1.3
!
To configure the IS-IS area of R8:
4 : isis add area 49.da03
To enable IS-IS on each interface:
5 : isis add interface 40net
6 : isis add interface 41net
7 : isis add interface 105net
To set the IS-IS level of router R8:
8 : isis set level 1-and-2
To set the parameters of each interface:
9 : isis set interface 40net encap iso level 1 priority 10 metric 10
10 : isis set interface 41net encap iso level 1 priority 10 metric 10
11 : isis set interface 105net encap iso level 2 priority 10 metric 10
To start IS-IS on router R8:
12 : isis start
!