Riverstone Networks WICT1-12 User Manual

Page 352

Advertising
background image

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

Configuring L3 Label Switched Paths

MPLS Configuration

R4 has the following configuration:

R5 has the following configuration:

! Configure interfaces

interface create ip R4R1 address-netmask 200.135.89.76/26 port gi.4.1

interface create ip R4R5 address-netmask 201.135.89.131/26 port gi.4.2

interface add ip lo0 address-netmask 4.4.4.4/16

mpls add interface all

rsvp add interface all

! Configure OSPF

ip-router global set router-id 4.4.4.4

ospf create area backbone

ospf add interface R4R1 to-area backbone

ospf add stub-host 4.4.4.4 to-area backbone cost 10

ospf add interface R4R5 to-area backbone

ospf start

! Start MPLS and RSVP

mpls start

rsvp start

! Configure interfaces

interface create ip R5R4 address-netmask 201.135.89.130/26 port gi.1.1

interface create ip R5R3 address-netmask 201.135.89.195/26 port gi.1.2

interface add ip lo0 address-netmask 5.5.5.5/16

mpls add interface all

rsvp add interface all

! Configure OSPF

ip-router global set router-id 5.5.5.5

ospf create area backbone

ospf add interface R5R4 to-area backbone

ospf add stub-host 5.5.5.5 to-area backbone cost 10

ospf add interface R5R3 to-area backbone

ospf start

! Start MPLS and RSVP

mpls start

rsvp start

Advertising