VMG1312-B10A: Static Routes: Difference between revisions
Appearance
Content deleted Content added
m AA-Andrew moved page VMG1312: Static Routes to VMG1312-B10A: Static Routes |
m IPv6 config via CLI |
||
| Line 19: | Line 19: | ||
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. |
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. |
||
=== IPv6 === |
|||
The ''route'' command from the CLI isn't IPv6 aware. You'll have to login as ''supervisor'', enter ''sh'' to get a root shell prompt and then use the native ''route'' command: |
|||
route -A inet6 add 2001:8b0:xxx:yyyy::/64 gw 2001:8b0:xxx:zzzz::3 |
|||
== Config via Web Interface == |
== Config via Web Interface == |
||