CANOGA PERKINS 9175 Configuration Guide User Manual
Page 174
CanogaOS Configuration Guide
27-3
DUT#configure terminal
Enter the Configure 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)# ip vrf 100
Creat vrf with the name 100
DUT(config-vrf)#rd 1:100
Configure the rd value 1:100
DUT(config-vrf)#route-target both 1:100
Configure the route-target with both 1:100
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 vrf forwarding 100
Bind this interface to vrf 100
DUT(config-if) # ip address 2.2.2.2/24
Configure IP address to 2.2.2.2/24.
DUT(config-if)#exit Exit
the Interface mode and enter the Configure mode.
DUT(config)#ip route vrf 100 8.8.8.0/24 2.2.2.3
Add a static route 8.8.8.0/24 with nexthop 2.2.2.3 in vrf vpn1
DUT(config)#mpls enable-all-interfaces
Enable mpls on all interfaces
DUT(config)#mpls ilm-entry pop 300
Add a static ilm entry
DUT(config)#mpls ftn-entry 11.11.11.11/32 400
1.1.1.2
Add a static ftn entry
DUT(config)#router bgp 1
Creat bgp 1 and enter the router mode
DUT(config-router)#bgp router-id 10.10.10.10
Configure the bgp router-id
DUT(config-router)#neighbor 11.11.11.11
remote-as 1
Configure the ibgp neighbor with as 1
DUT(config-router)#neighbor 11.11.11.11
update-source loopback 0
Configure the loopback 0 to be the update-source interface
DUT(config-router)# redistribute static
Redistribute the static route into bgp