10-01-2025 02:42 PM
We have troubleshooting on failover and redundancy for one of our clients who has 7 branches all on Cisco SDWAN with cisco cloud hosted controller.
The branches have two MPLS links from different providers and an LTE for redundancy and load balancing to HQ site.
The LTE was meant to provide connectivity to SDWAN controller in case there are outages on MPLS. Most of the time it has no connectivity since it freezes a lot.
The main issue is on the MPLS link, one of the MPLS PRIVATE2 works well but the second has major issues. These MPLS are using BGP as routing protocol. Private1 link is unable to connect when there are outages on private2. Both links can establish control connections but the bfd and tunnels for private1 do not come up.
Further troubleshoots indicate that the MPLS provider for Private1 sees routes for all branches from all our edge routers on their PE routers. They informed us that we are advertising all our 7 branches routes on each router. This is producing routing loops on their MPLS network and that is why we are unable to even ping their IPs on our branch router from another.
Please advise on
KIND REGARD
Solved! Go to Solution.
10-02-2025 02:11 AM
Can you check the edge router to see what routes are being sent?
show ip bgp neighbors x.x.x.x advertised-routes
The example below gives you direction - understand the syntax and apply and test it.
ip prefix-list ADVERTISE_ONLY seq 5 permit x.x.x.x/24
ip prefix-list ADVERTISE_ONLY seq 10 permit y.y.y.y/24
route-map ADVERTISE_OUT permit 10
match ip address prefix-list ADVERTISE_ONLY
router bgp 000000
neighbor z.z.z.z remote-as 11111
neighbor z.z.z.z route-map ADVERTISE_OUT out
show ip prefix-list ADVERTISE_ONLY
show route-map ADVERTISE_OUT
If you like to clear :
clear ip bgp z.z.z.z out
=====Preenayamo Vasudevam=====
***** Rate All Helpful Responses *****
10-01-2025 11:41 PM
10-02-2025 01:09 AM
Are you using BGP only with Provider ? can you show is example what provider receiving -
You can use Prefix list to filter the route going out from EDGE routers.
=====Preenayamo Vasudevam=====
***** Rate All Helpful Responses *****
10-02-2025 01:29 AM
10-02-2025 02:11 AM
Can you check the edge router to see what routes are being sent?
show ip bgp neighbors x.x.x.x advertised-routes
The example below gives you direction - understand the syntax and apply and test it.
ip prefix-list ADVERTISE_ONLY seq 5 permit x.x.x.x/24
ip prefix-list ADVERTISE_ONLY seq 10 permit y.y.y.y/24
route-map ADVERTISE_OUT permit 10
match ip address prefix-list ADVERTISE_ONLY
router bgp 000000
neighbor z.z.z.z remote-as 11111
neighbor z.z.z.z route-map ADVERTISE_OUT out
show ip prefix-list ADVERTISE_ONLY
show route-map ADVERTISE_OUT
If you like to clear :
clear ip bgp z.z.z.z out
=====Preenayamo Vasudevam=====
***** Rate All Helpful Responses *****
10-02-2025 02:49 AM
10-02-2025 07:33 AM
balaji.bandi,
This route-map solution has worked for me and both of my link are working fine on 4 branches now. We did this using CLI tomorrow we will be working on Vmanage GUI.
t
10-02-2025 07:54 AM
I'm glad everything is good and the solution worked.
=====Preenayamo Vasudevam=====
***** Rate All Helpful Responses *****
10-02-2025 10:31 AM
Am so greatful for your help
If you dont mind Kindly share any insight on
1. how to translate this cli to a vmanage policy and template since it seems we have to create a unique template for each branch router
2. How we can do an automatic restart on LTE when it has no connection to the LTE network. Maybe on outga or after maybe 4hours. Currently we have to login to the router and check if it has connectivity to run hw-platform reset command to re-establish connectivity
KIND REGARDS
10-02-2025 11:08 AM
check the template example :
=====Preenayamo Vasudevam=====
***** Rate All Helpful Responses *****
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