cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
516
Views
0
Helpful
1
Replies

Bandwidth Problem

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

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

View solution in original post

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

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