Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 
NikFal
Contributor

add static route on gateway after deleting it

Hello, 

I deleted the route 0.0.0.0/0 to my VSX firewall. now the managment can not reach the FW anymore. 
Although i can reach it from the CLI. I have tried to add the route but i still keep getting error. 
I tried to :
"set vsx off"
then ON

did not help . 

Also I lost the FWs from the Management so i can not add it from there !
 

image.png

0 Kudos
8 Replies
NikFal
Contributor

it used to be like this before I delete it 
image.png

0 Kudos
D_W
Advisor

In cli try to use the word default instead of 0.0.0.0/0

0 Kudos
Lesley
Authority Authority
Authority

set static-route default nexthop gateway address 10.255.4.33 on

save config

-------
If you like this post please give a thumbs up(kudo)! 🙂
NikFal
Contributor

I wish this could work, the issue is the following. I want to do this on the 2nd Firewall not the first one cuz i have 2 FWs in the VSX:

 

image.png

 

 

0 Kudos
emmap
Employee
Employee

For traditional VSX you must manage the routing and interfaces through Smart Console. Edit the Virtual System properties and edit the routes in there.

Also note that the management server does not communicate directly with the VSs, it all routes through VS0 context.

0 Kudos
the_rock
Legend
Legend

What @Lesley sent is exactly what you need to do.

Andy

0 Kudos
NikFal
Contributor

add the default route from CLI in a VSX 

0 Kudos
NikFal
Contributor

is this an option? 

vsx_provisioning_tool -s localhost -u admin -p mypassword -o add route vd VS2 destination default leads_to 10.255.4.33

0 Kudos