Riverstone Networks WICT1-12 User Manual

Page 421

Advertising
background image

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

MPLS Configuration

Traffic Engineering

The following is the configuration for R5:

vlan create 53net ip

vlan add ports et.13.22 to 53net

vlan make trunk-port et.14.23

! Create interfaces

interface create ip to-R3 address-netmask 185.1.1.24/16 vlan to-R3

interface create ip to-R3 address-netmask 185.1.1.24/16 port et.16.23

interface create ip 53net address-netmask 53.1.1.22/16 vlan 53net

! Configure IS-IS

ip-router global set router-id 124.124.124.124

ip-router policy redistribute from-proto direct to-proto isis-level-1

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

key is encrypted)

isis add area 53.da05

isis add interface lo0

isis add interface to-R3

isis set system-id 24.2424.2424.24

isis set level 1

isis set interface to-R3 level 1

isis set interface lo0 level 1

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

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

isis set traffic-engineering enable

isis start

! Configure MPLS

mpls add interface to-R3

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

mpls create admin-group red group-value 1

mpls create admin-group green group-value 3

mpls start

! Configure RSVP

rsvp add interface to-R3

rsvp start

! Configure VLANs

vlan create to-R2 ip

vlan add ports et.2.15 to to-R2

vlan create to-R3 ip

vlan add ports et.1.15 to to-R3

Advertising