CANOGA PERKINS CanogaOS Configuration Guide User Manual

Page 214

Advertising
background image

CanogaOS Configuration Guide

Proprietary & Confidential Canoga Perkins Metro Ethernet Switches

Page 214 of 350

DUT1#show ldp session

Peer IP Address IF Name My Role State KeepAlive

11.11.17.2 eth-0-9 Passive OPERATIONAL 30

26.1.2 Configure a new FEC to set up a LSP between lsr-a, lsr-b and lsr-c.

configure lsr-c:

Command

Description

DUT1#configure terminal

Enter the Configure mode.

DUT1(config)#router rip

Enter the router-rip mode

DUT1(config-router)# redistribute
static

Redistribute static routes to
RIP with default metric.

DUT1(config-router)#exit

Exit the router-rip mode

DUT1(config)#ip route 5.5.5.0/24
11.11.10.1

Configuring a static ip route
entry.

DUT1(config)#interface eth-0-10

Enter the Interface mode.
• eth-0-10—Specify the
interface

DUT1(config-if)#no switchport

Configuring the port as layer 3
port.

DUT1(config-if)#ip address
11.11.10.2/24

Create IP address on the port.

Validation Commands
To display the LDP configuration, use the show mpls forwarding-table privileged
EXEC command.

1) show result on lsr-a:

DUT1# show mpls ftn-forwarding

FEC Out-Label Nexthop Out-Intf

5.5.5.0/24 1024 11.11.17.2 eth-0-17

11.11.9.0/24 3 11.11.17.2 eth-0-17

11.11.10.0/24 1027 11.11.17.2 eth-0-17

2) show result on lsr-b

DUT1# show mpls ilm-forwarding

FEC I/O Label Nexthop Out-Intf

5.5.5.0/24 1024/1024 11.11.9.2 eth-0-9

11.11.10.0/24 1027/3 11.11.9.2 eth-0-9

Advertising