R5 configuration – Riverstone Networks WICT1-12 User Manual

Page 251

Advertising
background image

Riverstone Networks RS Switch Router User Guide Release 8.0 15-17

IS-IS Configuration Guide

Displaying IS-IS Information

R5 Configuration

The following is the configuration for R5 in Area 2:

R5(config)# sh

Running system configuration:

!

! Last modified from Console on 2000-07-06 09:31:01

!

To set WAN encapsulation for port hs.5.1:

1 : port set hs.5.1 wan-encapsulation ppp speed 45000000 clock

internal-clock-51mhz

!

To create IP interfaces:

2 : interface create ip 35net port et.1.8 address-netmask 35.1.1.2/16

3 : interface create ip 100net address-netmask 100.1.1.2/8 port hs.5.1

4 : interface create ip 30net address-netmask 30.1.1.1/16 port et.1.2

5 : interface create ip 105net address-netmask 105.1.1.2/16 port et.1.3

6 : interface add ip en0 address-netmask 10.50.3.4/16

!

To set BGP parameters:

7 : ip-router global set router-id 30.1.1.1

8 : ip-router global set autonomous-system 64977

!

9 : ip add route 100.100.100.100 interface 35net

!

10 : bgp create peer-group bgpfeed type external autonomous-system 64901

11 : bgp add peer-host 35.1.1.1 group bgpfeed

12 : bgp start

!

To configure the IS-IS area:

13 : isis add area 49.da02

To enable IS-IS on each interface:

14 : isis add interface 100net

15 : isis add interface 30net

16 : isis add interface 105net

To set parameters for each interface:

17 : isis set interface 100net level 2 encap iso priority 10 metric 10

18 : isis set interface 30net level 2 encap iso priority 10 metric 10

19 : isis set interface 105net level 2 encap iso priority 10 metric 10

To set the IS-IS level of router R5:

20 : isis set level 1-and-2

To start IS-IS on R5:

21 : isis start

!

To redistribute static routes into IS-IS:

22 : ip-router policy redistribute from-proto static to-proto isis

To redistribute BGP routes into IS-IS:

23 : ip-router policy redistribute from-proto bgp to-proto isis source-as 64901

!

Advertising