VMG1312-B10A: Static Routes: Difference between revisions
Appearance
Content deleted Content added
m →CLI |
|||
| Line 14: | Line 14: | ||
route add 192.0.2.0 255.255.255.240 metric -1 gw 198.51.100.2 dev br0 |
route add 192.0.2.0 255.255.255.240 metric -1 gw 198.51.100.2 dev br0 |
||
save |
save |
||
Again, from the CLI you can view the route table with: |
|||
route show |
|||
The list should display immediately, if there are pauses between showing the default routes and the new static then this could be an indication of a problem with DNS look-ups and should not affect the actual routing. |
|||
== Config via Web Interface == |
== Config via Web Interface == |
||