Riverstone Networks WICT1-12 User Manual

Page 420

Advertising
background image

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

Traffic Engineering

MPLS Configuration

The following is the configuration for R4:

! Create interfaces

interface add ip lo0 address-netmask 15.15.15.15/32

interface create ip to-R2 address-netmask 192.1.1.15/24 vlan to-R2

interface create ip to-R5 address-netmask 187.1.1.15/16 vlan to-R5

interface create ip to-R4 address-netmask 185.1.1.15/16 vlan to-R4

! Configure IS-IS

ip-router global set router-id 15.15.15.15

ip-router authentication create key-chain test1 key ed301c4c0a9b1171 id 255 type primary (

key is encrypted)

isis add area 53.da05

isis add interface to-R5

isis add interface to-R4

isis add interface to-R2

isis add interface lo0

isis set system-id 15.1515.1515.15

isis set interface to-R4 level 1

isis set level 1-and-2

isis set interface to-R5 level 1

isis set interface to-R2 level 1

isis set area-key-chain test1 authentication-method md5

isis set interface to-R2 key-chain test1 authentication-method md5

isis set interface to-R4 key-chain test1 authentication-method md5

isis set interface to-R5 key-chain test1 authentication-method md5

isis set traffic-engineering enable

isis set interface lo0 level 1

isis start

! Configure MPLS

mpls add interface all

mpls set interface to-R5 bandwidth 20000000

mpls set interface to-R5 admin-group green

mpls set interface to-R4 admin-group red,green

mpls set interface to-R2 admin-group red

mpls create admin-group red group-value 1

mpls create admin-group green group-value 3

mpls start

! Enable and start RSVP

rsvp add interface all

rsvp start

! Configure VLANs

vlan create to-R3 ip id 22

vlan add ports et.16.23 to to-R3

Advertising