CANOGA PERKINS CanogaOS Configuration Guide User Manual

Page 217

Advertising
background image

CanogaOS Configuration Guide

Proprietary & Confidential Canoga Perkins Metro Ethernet Switches

Page 217 of 350

DUT(config)# ip route 9.9.9.0/24 2.2.2.2

Add a static route 9.9.9.0/24 with nexthop 2.2.2.2

27.1.3 CE2(DUT4)

DUT#configure terminal

Enter the Configure mode.

DUT(config)#interface eth-0-9

Specify the interface (eth-0-9)to be configured and enter the
Interface mode.

DUT (config-if)#no shutdown

Enable the interface.

DUT(config-if) # no switchport

Configure on physical port only, change this port to Layer3
interface.

DUT(config-if) # ip address 5.5.5.3/24

Configure IP address to 5.5.5.3/24.

DUT(config-if)#exit

Exit the Interface mode and enter the Configure mode.

DUT(config)#interface eth-0-1

Specify the interface (eth-0-1)to be configured and enter the
Interface mode.

DUT (config-if)#no shutdown

Enable the interface.

DUT(config-if) # no switchport

Configure on physical port only, change this port to Layer3
interface.

DUT(config-if) # ip address 9.9.9.8/24

Configure IP address to 9.9.9.8/24.

DUT(config-if)#exit

Exit the Interface mode and enter the Configure mode.

DUT(config)# ip route 8.8.8.0/24 5.5.5.5

Add a static route 8.8.8.0/24 with nexthop 5.5.5.5

DUT(config)# ip route 2.2.2.0/24 5.5.5.5

Add a static route 2.2.2.0/24 with nexthop 5.5.5.5

27.1.4 PE1(DUT2)

DUT#configure terminal

Enter the Configure mode.

DUT(config)#interface eth-0-20

Specify the interface (eth-0-20)to be configured and enter the
Interface mode.

DUT (config-if)#no shutdown

Enable the interface.

DUT(config-if) # no switchport

Configure on physical port only, change this port to Layer3
interface.

DUT(config-if) # ip address 1.1.1.3/24

Configure IP address to 1.1.13/24.

DUT(config-if)#exit

Exit the Interface mode and enter the Configure mode.

Advertising