I'm just starting in CISCO routers and I have a problem...I know this may seem easy to you but I can't solve it. Here's the problem:
I have the following router configuration:
router bgp 65008
network 10.8.0.0/16
neighbor 192.168.8.1 remote-as 65254
neighbor 192.168.8.1 ebgp-multihop 255
neighbor 192.168.8.4 remote-as 65003
neighbor 192.168.8.4 ebgp-multihop 255
neighbor 192.168.11.1 remote-as 65013
neighbor 192.168.11.1 ebgp-multihop 255 !
line vty
show ip bgp ipv4 unicast 10.129.0.0/16
BGP routing table entry for 10.129.0.0/16
Paths: (3 available, best #2, table Default-IP-Routing-Table)
Advertised to non peer-group peers:
192.168.8.1 192.168.11.1
65013 65254 65047 65129
192.168.11.1 from 192.168.11.1 (192.168.13.2)
Origin IGP, localpref 100, valid, external
Last update: Mon Aug 8 00:33:07 2005
65003 65003 65003
192.168.8.4 from 192.168.8.4 (192.168.136.2)
Origin IGP, metric 0, localpref 100, valid, external, best
Last update: Tue Aug 2 15:46:39 2005
65254 65047 65129
192.168.8.1 from 192.168.8.1 (192.168.200.3)
Origin IGP, localpref 100, valid, external
Last update: Sat Aug 6 04:59:11 2005
And here is my problem:
What do I write in the CISCO CLI to make the third path the "best" for the router. In other words I want the word "best" to be on the third path!
Hope you guys can help (soon)!
Thanks!
I have the following router configuration:
router bgp 65008
network 10.8.0.0/16
neighbor 192.168.8.1 remote-as 65254
neighbor 192.168.8.1 ebgp-multihop 255
neighbor 192.168.8.4 remote-as 65003
neighbor 192.168.8.4 ebgp-multihop 255
neighbor 192.168.11.1 remote-as 65013
neighbor 192.168.11.1 ebgp-multihop 255 !
line vty
show ip bgp ipv4 unicast 10.129.0.0/16
BGP routing table entry for 10.129.0.0/16
Paths: (3 available, best #2, table Default-IP-Routing-Table)
Advertised to non peer-group peers:
192.168.8.1 192.168.11.1
65013 65254 65047 65129
192.168.11.1 from 192.168.11.1 (192.168.13.2)
Origin IGP, localpref 100, valid, external
Last update: Mon Aug 8 00:33:07 2005
65003 65003 65003
192.168.8.4 from 192.168.8.4 (192.168.136.2)
Origin IGP, metric 0, localpref 100, valid, external, best
Last update: Tue Aug 2 15:46:39 2005
65254 65047 65129
192.168.8.1 from 192.168.8.1 (192.168.200.3)
Origin IGP, localpref 100, valid, external
Last update: Sat Aug 6 04:59:11 2005
And here is my problem:
What do I write in the CISCO CLI to make the third path the "best" for the router. In other words I want the word "best" to be on the third path!
Hope you guys can help (soon)!
Thanks!