03-02-2010 04:41 AM - edited 03-04-2019 07:40 AM
Dear all,
i m having two links one is Multilink(4Mbps)& Pos-Stm(155Mbps)
i get the following output , but when i made Multilink up, * 172.26.44.38
is replaced with 10.72.1.218(MultiLinkIp)
whatz the command i can give so that default it will go through POS
ROUTER# sh ip route 10.193.215.0
Routing entry for 10.193.215.0/24
Known via "bgp 65204", distance 20, metric 0
Tag 9829, type external
Redistributing via ospf 100
Advertised by ospf 100 subnets
Last update from 172.26.44.38 7w0d ago
Routing Descriptor Blocks:
* 172.26.44.38, from 172.26.44.38, 7w0d ago
Route metric is 0, traffic share count is 1
AS Hops 2
Route tag 9829
Solved! Go to Solution.
03-02-2010 05:32 AM
Hello Anand,
the IP prefix is learned on an eBGP session (AD=20) with an AS path containing two AS numbers
under router bgp process
router bgp 65204
neigh 172.26.44.38 weight 45000
can make the trick
to be sure what to do we should see sh ip route 10.193.215.0 and sh ip bgp 10.193.215.0 when the multilink is up
Hope to help
Giuseppe
03-02-2010 05:32 AM
Hello Anand,
the IP prefix is learned on an eBGP session (AD=20) with an AS path containing two AS numbers
under router bgp process
router bgp 65204
neigh 172.26.44.38 weight 45000
can make the trick
to be sure what to do we should see sh ip route 10.193.215.0 and sh ip bgp 10.193.215.0 when the multilink is up
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide