Riverstone Networks WICT1-12 Network Router User Manual


 
Riverstone Networks RS Switch Router User Guide Release 8.0 15-13
IS-IS Configuration Guide Displaying IS-IS Information
R1 Configuration
The following is the configuration for R1 in Area 1. R1 has a Level 1 IS-IS interface and a Level 2 IS-IS interface.
R1(config)# sh
Running system configuration:
!
! Last modified from Console on 2000-06-29 12:13:03
!
To configure the WAN port hs.5.1:
1 : port set hs.5.1 wan-encapsulation ppp speed 45000000 clock
internal-clock-51mhz
!
To configure IP interfaces:
2 : interface create ip 20net address-netmask 20.1.1.1/16 port et.1.2
3 : interface create ip 22net address-netmask 22.1.1.1/16 port et.1.1
4 : interface create ip 100net address-netmask 100.1.1.1/8 port hs.5.1
!
To configure router R1’s area:
5 : isis add area 49.da01
To enable IS-IS on each interface:
6 : isis add interface 20net
7 : isis add interface 22net
8 : isis add interface 100net
To set IS-IS parameters for each interface:
9 : isis set interface 20net encap iso priority 10 metric 10 level 1
10 : isis set interface 22net encap iso priority 10 metric 10 level 1
11 : isis set interface 100net encap iso priority 10 metric 10 level 2
To set the IS-IS level of router R1:
12 : isis set level 1-and-2
To start IS-IS on router R1:
13 : isis start
!