Riverstone Networks WICT1-12 User Manual

Page 404

Advertising
background image

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

Configuring L2 Tunnels

MPLS Configuration

vlan add ports gi.4.2 to ldp_in2

vlan add ports gi.4.1 to ldp_in

vlan add ports gi.2.2 to to_rs3_only

vlan add ports gi.2.2 to to_rs5_only

interface create ip to_rs2 address-netmask 200.1.1.1/16 vlan ldp_in

LDP-signaling VLAN interface

interface create ip to_rs6 address-netmask 201.1.1.1/16 vlan ldp_in2

LDP-signaling VLAN interface

interface add ip lo0 address-netmask 111.1.1.1/32

! Configure OSPF

ip-router global set router-id 111.1.1.1

ospf create area backbone

ospf add stub-host 111.1.1.1 to-area backbone cost 5

ospf add interface to_rs2 to-area backbone

ospf add interface to_rs6 to-area backbone

ospf start

! Configure MPLS

mpls add interface to_rs2

mpls add interface to_rs6

! Configure explicit path p1 to R3

mpls create path p1 num-hops 2

mpls set path p1 ip-addr 200.1.1.1 type loose hop 1

mpls set path p1 ip-addr 210.1.1.2 type loose hop 2

! Configure explicit path to R5

mpls create path to_rs5_primary num-hops 3

mpls set path to_rs5_primary ip-addr 201.1.1.1 type strict hop 1

mpls set path to_rs5_primary ip-addr 201.1.1.2 type strict hop 2

mpls set path to_rs5_primary ip-addr 220.1.1.2 type strict hop 3

! Configure LSP to R3 with explicit path p1

mpls create label-switched-path to_rs3_rsvp to 111.1.1.3 no-cspf preference 10

mpls set label-switched-path to_rs3_rsvp primary p1 no-cspf retry-interval 5 mtu 1000

! Configure LSP to R5

mpls create label-switched-path to_rs5_rsvp to 111.1.1.5 no-cspf

mpls create policy dip_to_rs5 dst-ipaddr-mask 152.1.0.0/16

mpls set label-switched-path to_rs5_rsvp policy dip_to_rs5

mpls set label-switched-path to_rs5_rsvp primary to_rs5_primary no-cspf retry-interval 5

preference 30

! Start MPLS

mpls start

! Configure RSVP

rsvp add interface to_rs2

rsvp add interface to_rs6

Advertising