Static Routes

List of all static routes on the device

Static Routes

Device's static route configuration

@if ($routes != "-1")
@foreach($routes as $route) @endforeach
# 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
@else

Connection Error

Failed to load static route information.

{{ $conn_error }}

@endif
@if ($routes != "-1") @endif