cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who rated this post

L2 Linker

Hello @hfakoor2 ,

 

As the error says, you're missing the destination. A default route has a destination as 0.0.0.0/0 and that would make your command something like this:

 

set network virtual-router default routing-table ip static-route default destination 0.0.0.0/0 nexthop ip-address 10.1.5.9

 

I hope this helps.

Don't forget to Like if you find this post helpful

View solution in original post

Who rated this post