Riverstone Networks WICT1-12 User Manual

Page 408

Advertising
background image

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

Configuring L2 Tunnels

MPLS Configuration

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

ospf add interface to_rs4 to-area backbone

ospf start

! Configure MPLS

mpls add interface to_rs6

mpls add interface to_rs4

! Create explicit path to_rs3_primary to R3

mpls create path to_rs3_primary num-hops 3

mpls set path to_rs3_primary ip-addr 100.1.1.1 type strict hop 1

mpls set path to_rs3_primary ip-addr 100.1.1.2 type strict hop 2

mpls set path to_rs3_primary ip-addr 110.1.1.1 type strict hop 3

! Create explicit path to_rs3_secondary to R3

mpls create path to_rs3_secondary num-hops 5

mpls set path to_rs3_secondary ip-addr 220.1.1.2 type strict hop 1

mpls set path to_rs3_secondary ip-addr 220.1.1.1 type strict hop 2

mpls set path to_rs3_secondary ip-addr 201.1.1.1 type strict hop 3

mpls set path to_rs3_secondary ip-addr 200.1.1.2 type strict hop 4

mpls set path to_rs3_secondary ip-addr 210.1.1.2 type strict hop 5

! Create explicit path to_rs1_primary to R1

mpls create path to_rs1_primary num-hops 2

mpls set path to_rs1_primary ip-addr 220.1.1.2 type loose hop 1

mpls set path to_rs1_primary ip-addr 201.1.1.1 type loose hop 2

! Create tunnel LSP to R1

mpls create label-switched-path to_rs1_1 to 111.1.1.1 no-cspf

mpls create policy dip_to_rs1 dst-ipaddr-mask 124.2.0.0/16

mpls set label-switched-path to_rs1_1 primary to_rs1_primary retry-interval 10 mtu 1300 no-cspf

mpls set label-switched-path to_rs1_1 policy dip_to_rs1

! Create tunnel LSP to R3

mpls create label-switched-path to_rs3_1 to 111.1.1.3 no-cspf

mpls set label-switched-path to_rs3_1 secondary to_rs3_secondary no-cspf standby

mpls set label-switched-path to_rs3_1 primary to_rs3_primary no-cspf retry-interval 5 mtu 1200

! Start MPLS

mpls start

! Configure RSVP

rsvp add interface to_rs6

rsvp add interface to_rs4

rsvp start

! Configure LDP

ldp add interface lo0

Advertising