2 BGP | No down time




router 1 (192.168.1.2):
/routing bgp instance print
Flags: * - default, X - disabled
0 * name=“default” as=197343 router-id=91.99.100.162 redistribute-connected=no redistribute-static=no
redistribute-rip=no redistribute-ospf=no redistribute-other-bgp=no out-filter=“”
client-to-client-reflection=yes ignore-as-path-len=no routing-table=“”

/routing bgp peer print
Flags: X - disabled, E - established

INSTANCE REMOTE-ADDRESS REMOTE-AS

0 E default 91.99.100.161 16322
1 E default 192.168.5.1 197343

/routing bgp advertisements print
PEER PREFIX NEXTHOP AS-PATH ORIGIN LOCAL-PREF
Pars 5.57.38.0/24 91.99.100.162 igp
Mabna 5.57.38.0/24 192.168.5.2 igp 100



router 2 (192.168.1.1):
/routing bgp instance print
Flags: * - default, X - disabled
0 * name=“default” as=197343 router-id=192.168.5.1 redistribute-connected=no
redistribute-static=no redistribute-rip=no redistribute-ospf=no
redistribute-other-bgp=no out-filter=“” client-to-client-reflection=no
ignore-as-path-len=no routing-table=“”

/routing bgp peer print
Flags: X - disabled, E - established

INSTANCE REMOTE-ADDRESS REMOTE-AS

0 E default 192.168.5.2 197343
1 E default 192.168.30.105 51074


hello ,
i want to use BGP in router2 when i have problem on my main link (ping 8.8.8.8 timeout after 2000ms in netwach).
at this time i have 30-40% of my band with router2. i try to use filter in routing and change prepend but not work :frowning:

Have you verified that prepends work without the script? I would start there and make sure you can swing your traffic over to the other peering with a prepend. If so, then you just need to work on the scripting.