Riverstone Networks WICT1-12 User Manual

Page 351

Advertising
background image

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

MPLS Configuration

Configuring L3 Label Switched Paths

R2 has the following configuration:

R3 has the following configuration:

! Configure interfaces

interface create ip R2R1 address-netmask 200.135.89.5/28 port gi.4.2

interface create ip R2R3 address-netmask 16.128.11.10/24 port gi.4.1

interface add ip lo0 address-netmask 2.2.2.2/16

mpls add interface all

rsvp add interface all

! Configure OSPF

ip-router global set router-id 2.2.2.2

ospf create area backbone

ospf add interface R2R1 to-area backbone

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

ospf add interface R2R3 to-area backbone

ospf start

! Configure static LSP

mpls set interface R2R1 label-map 70 pop pop-count 3 next-hop 16.128.11.7

! Start MPLS and RSVP

mpls start

rsvp start

! Configure interfaces

interface create ip Net1 address-netmask 150.10.1.1/16 port et.2.8

interface create ip R3R5 address-netmask 201.135.89.197/26 port gi.6.1

interface create ip R3R2 address-netmask 16.128.11.7/24 port gi.6.2

interface add ip lo0 address-netmask 3.3.3.3/16

mpls add interface all

rsvp add interface all

! Configure OSPF

ip-router global set router-id 3.3.3.3

ospf create area backbone

ospf add interface R3R5 to-area backbone

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

ospf add interface R3R2 to-area backbone

ospf start

! Start MPLS and RSVP

mpls start

rsvp start

Advertising