Changes

no edit summary
Line 100: Line 100:     
==Active IPv6 routes==
 
==Active IPv6 routes==
 +
 +
The <b>Active IPv6 routes</b> section displays the router's IPv6 routing table.
 +
 +
The figure below is an example of the Active IPv6 routes section:
    
[[File:{{{file_ipv6_routes}}}]]
 
[[File:{{{file_ipv6_routes}}}]]
 +
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field name</th>
 +
        <th>Value</th>
 +
        <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Network</td>
 +
        <td>string; Default: <b>none</b></td>
 +
        <td>Associated network interface name</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Target</td>
 +
        <td>ip6 | ip6/netmask; Default: <b>none</b></td>
 +
        <td>Destination network address</td>
 +
    </tr>
 +
    <tr>
 +
        <td>IP gateway</td>
 +
        <td>ip6; Default: <b>none</b></td>
 +
        <td>Indicates the IPv6 address of the gateway through which the target network can be reached</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Metric</td>
 +
        <td>integer [0..4,294,967,295]; Default: <b>none</b></td>
 +
        <td>Metrics help the router choose the best route among multiple feasible routes to a destination. The route will go in the direction of the gateway with the lowest metric value</td>
 +
    </tr>
 +
</table>
 +
 +
You can also view the routing table via shell using the <b>route -A inet6</b> or <b>ip -6 route show</b> commands, depending on which output your prefer:
 +
 +
root@Teltonika-{{{name}}}:~# <b>ip -6 route</b>
 +
fe80::/64 dev wwan0  proto kernel  metric 256
    
[[Category:{{{name}}} WebUI]]
 
[[Category:{{{name}}} WebUI]]

Navigation menu