static route
"global" default preference | 5 |
per static route | |
Next-hop options | |
next-hop <ip_address> | |
next-table<table_name> | |
discard/reject | Reject =drop + send ICMP unreachable |
qualified-next-hop | for backup |
Direct = subnet
local = local interface
preference 0 for Local and Direct
Configuration | |
---|---|
set protocol-options static route 0/0 next-hop <ip@> | |
set protocol-options static route 0/0 qualified-next-hop <ip@> preference 7 | |
selected | the one with the lowest preference is selected ( by default for static route: next-hop then qualified-next-hop ) |