CANOGA PERKINS CanogaOS Configuration Guide User Manual

Page 143

Advertising
background image

CanogaOS Configuration Guide

Proprietary & Confidential Canoga Perkins Metro Ethernet Switches

Page 143 of 350

Figure 2: IBGP topology

18.3.1 Configuration steps

18.3.2 Router A

DUT#configure terminal

Enter the Configure mode.

DUT(config)#interface eth-0-13

Specify the interface (eth-0-13)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.1/24

Configure IP address to 1.1.1.1/24.

DUT(config-if)#exit

Exit the Interface mode and enter the Configure mode.

DUT(config)#interface loopback 0

Specify the interface (loopback 0)to be configured and enter
the Interface mode.

DUT(config-if) # ip address 10.10.10.10/32

Configure IP address to 10.10.10.10/32.

DUT(config-if)#exit

Exit the Interface mode and enter the Configure mode.

DUT(config)# ip route 11.11.11.11/32 1.1.1.2

Add a static route 11.11.11.11/32 with nexthop 1.1.1.2

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 2.2.2.1/24

Configure IP address to 2.2.2.1/24.

DUT(config-if)#exit

Exit the Interface mode and enter the Configure mode.

DUT(config)#ip route 3.3.3.0/24 2.2.2.2

Add a static route 3.3.3.0/24 with nexthop 2.2.2.2

AS100

AS100

BGP

Router A

Router B

Eth-0-13

Eth-0-1 Eth-0-1

1.1.1.0/24

2.2.2.0/24

Advertising