Hi team,
I have changed the management bond primary from one interface to another as trying to fix another issue that I'm working with TAC.
Basically I have changed on the SMO via gclish
from
set bonding group 0 primary eth2-Mgmt1
to
set bonding group 0 primary eth1-Mgmt1
Which seems that has solved my original issue but caused another one.
Basically all my VSX routing table including my default route has dissapeared from the routing table. The configuration is still there.
# ip route
10.xx.255.0/24 dev magg0 proto 7 scope link
192.0.2.0/24 dev Sync proto kernel scope link src 192.0.2.1
198.51.101.0/25 dev eth1-CIN proto kernel scope link src 198.51.101.1
198.51.101.128/25 dev eth2-CIN proto kernel scope link src 198.51.101.201
Where my gclish configuration has a bunch of routes
set static-route default nexthop gateway address 10.xx.255.15 on
set static-route 10.xy.64.0/24 nexthop gateway address 10.xx.255.1 on
set static-route 10.xy.255.0/24 nexthop gateway address 10.xx.255.1 on
set static-route 10.xx.64.0/24 nexthop gateway address 10.xx.255.15 on
set static-route 10.xx.255.0/24 nexthop gateway logical magg0 on
set static-route 10.xx.255.0/24 scopelocal on
I tried to using fw -d fetch local
And because I dont have a route to the manager, I cannot manage it from the Manager and cannot push policy to restore the routes from there.
I'm running R81.10 Take 95.
MHO is MHO-140 (2 units)
and the GWs are 6200 (2 units)