Riverstone Networks WICT1-12 Network Router User Manual


 
15-18 Riverstone Networks RS Switch Router User Guide Release 8.0
Displaying IS-IS Information IS-IS Configuration Guide
R6 Configuration
The following is the configuration for R6 in Area 2:
R6(config)# sh
Running system configuration:
!
! Last modified from Console on 2000-07-06 08:36:43
!
To configure IP interfaces:
1 : interface create ip 110net address-netmask 110.1.1.1/8 port et.1.4
2 : interface create ip 31net address-netmask 31.1.1.1/16 port et.1.3
3 : interface create ip 30net address-netmask 30.1.1.2/16 port et.1.2
!
To configure an OSPF interface for the backbone area:
4 : ospf create area backbone
5 : ospf add interface 31net to-area backbone
To starts OSPF:
6 : ospf start
!
To configure the IS-IS area of router R6:
7 : isis add area 49.da02
To enable IS-IS on each interface:
8 : isis add interface 30net
9 : isis add interface 110net
To set parameters for each interface:
10 : isis set interface 110net level 2 priority 10 metric 10 encap iso
11 : isis set interface 30net encap iso level 2 priority 10 metric 10
To set the IS-IS level of router R6:
12 : isis set level 1-and-2
To start IS-IS on router R6:
13 : isis start
!
To redistribute IS-IS routes into OSPF:
14 : ip-router policy redistribute from-proto isis to-proto ospf
!