CANOGA PERKINS CanogaOS Configuration Guide User Manual

Page 233

Advertising
background image

CanogaOS Configuration Guide

Proprietary & Confidential Canoga Perkins Metro Ethernet Switches

Page 233 of 350

Configuring the VPLS on PE2

Command

Description

DUT1#configure terminal

Enter the Configure mode.

DUT1(config)#interface eth-0-13

Enter the Interface mode.

• eth-0-13—Specify the
interface

DUT1(config)#no switchport

Configure the port to layer 3
port.

DUT1(config-if)#ip add 11.11.13.4/24

Create IP address on the port.

DUT1(config-if)#enable-ldp

Configure Interface for LDP

DUT1(config-if)#label-switching

Enable label-switching on
interface.

DUT1(config-if)#exit

Exit the Interface mode

DUT1(config)# interface loopback 0

Enter the Interface mode.

• loopback0—Specify the
loopback interface name.

DUT1(config-if)#ip address
11.11.4.4/32

Create loopback addresses on
both PE routers. Use a /32 host
route for the loopback address.

DUT1(config)#exit

Exit the Interface mode.

DUT1(config)# router ldp

Enter the router-ldp mode.

DUT1(config-router)#transport-address
11.11.4.4

Configure the transport
address for a label space.

DUT1(config-router)#targeted-peer
11.11.1.1

Configure Targeted Peer.

DUT1(config-router)#targeted-peer
11.11.3.3

Configure Targeted Peer.

DUT1(config)#exit

Exit the router-ldp mode.

DUT1(config)# router rip

Enter the router-rip mode

DUT1(config-router)#network
11.11.1.1/16

Associate networks with the
RIP process.

DUT1(config-router)# exit

Exit the router-rip mode

DUT1(config)# mpls vpls-vlan 4000 Create a block of continuous

Advertising