Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 
Ricardo_1806
Explorer

Maestro VSX: kernel route table doesn't match SmartConsole VS route after policy

Hi all,

Running into something odd on a Maestro Security Group (R81.20, VSX with multiple Virtual Systems).

We added new static routes this week directly in the VS Topology/Routes tab in SmartConsole. Policy install completed successfully on all Security Group Members (confirmed with fw stat across all SGMs, correct policy name + timestamp).

However, when I run ip route get <dest> in Expert mode (inside the correct vsenv), the kernel returns a different next-hop/interface (a wrp Warp interface pointing elsewhere) than the one configured in the SmartConsole route table for that VS.

Has anyone run into a mismatch like this between the SmartConsole-configured VS route table and the actual kernel FIB after a policy install on Maestro? Trying to figure out if this is route propagation via the Virtual Switch overriding the manual static route, a per-SGM sync issue, or something that needs a manual push/refresh beyond "Install Policy." Any known SK or gotcha appreciated.

Thanks!

0 Kudos
1 Reply
Dario_Perez
Employee Employee
Employee

Run first the netstat -a to see if the route you need is there. 

netstat -nr works at kernel level when interface is up, if the interface is down routes behind that interface wont be there. 

 

on gclish use

show route destination

you route should be there. 

 

if your interface is up, check the routing table to see if you don't have any other route that can hide which you defined. 

0 Kudos