List of all static routes on the device
Device's static route configuration
# | Destination Address | Gateway (Immediate Gateway) | Connection Status | Established Status | Actions |
---|---|---|---|---|---|
{{ $route['.id'] }} | {{ $route['dst-address'] }} | {{ $route['gateway'] }} ({{ $route['immediate-gw'] }}) | @if (isset($route['connect']) && $route['connect'] == "true") Connected @else Disconnected @endif | @if (isset($route['active']) && $route['active'] == "true") Established @else Not established @endif |
Failed to load static route information.
{{ $conn_error }}