15-14 Riverstone Networks RS Switch Router User Guide Release 8.0
Displaying IS-IS Information IS-IS Configuration Guide
R2 Configuration

The following is the configuration for router R2 in Area 1:

R2(config)# sh
Running system configuration:
To configure the IP VLAN, 21net:
1 : vlan create 21net ip
2 : vlan add ports et.1.3,et.1.4 to 21net
!
To configure ports et.1.1 and et.1.2, and VLAN 21net as separate IP
interfaces:
3 : interface create ip 23net address-netmask 23.1.1.1/16 port et.1.1
4 : interface create ip 21net address-netmask 21.1.1.1/16 vlan 21netvlan
5 : interface create ip 20net address-netmask 20.1.1.2/16 port et.1.2
!
To configure router R2s area:
6 : isis add area 49.da01
To enable IS-IS on each IP interface:
7 : isis add interface 23net
8 : isis add interface 21net
9 : isis add interface 20net
To set IS-IS parameters for each interface:
10 : isis set interface 23net encap iso priority 10 metric 10 level 1
11 : isis set interface 21netvlan encap iso priority 10 metric 10 level 1
To set the IS-IS level of router R2:
12 : isis set level 1
13 : isis set interface 20net encap iso level 1 priority 10 metric 10
To start IS-IS on router R2:
14 : isis start
!