Template:Networking rut manual routing: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Template: Networking_rutxxx_manual_fw_disclosure | |||
| fw_version = {{{fw_version}}} | |||
}} | |||
==Summary== | ==Summary== | ||
This chapter is an overview of the Routing section in RUT devices. | This chapter is an overview of the Routing section in RUT devices. | ||
==Static Routes== | ==Static Routes== | ||
Line 15: | Line 14: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Routing table</td> | <td>Routing table</td> | ||
<td>Main | WAN | WAN2 | WAN3; | <td>Main | WAN | WAN2 | WAN3; default: '''WAN'''</td> | ||
<td>Defines which table will be used for the route in question</td> | <td>Defines which table will be used for the route in question</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Interface</td> | <td>Interface</td> | ||
<td>LAN | WAN(Wired) | WAN2(Mobile) | WAN3(WiFi) | VPN instances; | <td>LAN | WAN(Wired) | WAN2(Mobile) | WAN3(WiFi) | VPN instances; default: '''WAN(Wired)'''</td> | ||
<td>The zone where the target network resides</td> | <td>The zone where the target network resides</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Destination address'''*'''</td> | <td>Destination address'''*'''</td> | ||
<td>ip; | <td>ip; default: '''0.0.0.0'''</td> | ||
<td>The address of the destination network</td> | <td>The address of the destination network</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Netmask'''*'''</td> | <td>Netmask'''*'''</td> | ||
<td>ip; | <td>ip; default: '''0.0.0.0'''</td> | ||
<td>A Mask that is applied to the Target to determine to what actual IP addresses the routing rule applies</td> | <td>A Mask that is applied to the Target to determine to what actual IP addresses the routing rule applies</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Gateway</td> | <td>Gateway</td> | ||
<td>ip; | <td>ip; default: <b>none</b></td> | ||
<td>Defines where the router should send all the traffic that applies to the rule</td> | <td>Defines where the router should send all the traffic that applies to the rule</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Metric</td> | <td>Metric</td> | ||
<td>integer; | <td>integer; default: '''0'''</td> | ||
<td>The '''Metric''' | <td>The '''Metric''' Value is used as a sorting measure. If a packet about to be routed fits two rules, the one with the higher metric is applied</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
Line 56: | Line 55: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 94: | Line 93: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Interface</td> | <td>Interface</td> | ||
<td>Wired WAN IPv6 <nowiki>|</nowiki> Mobile WAN IPv6 <nowiki>|</nowiki> Wi-Fi IPv6; | <td>Wired WAN IPv6 <nowiki>|</nowiki> Mobile WAN IPv6 <nowiki>|</nowiki> Wi-Fi IPv6; default: '''Wired WAN IPv6'''</td> | ||
<td>Defines which interface will be used</td> | <td>Defines which interface will be used</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Target</td> | <td>Target</td> | ||
<td> | <td>default: <b>none</b></td> | ||
<td>The address of the destination network</td> | <td>The address of the destination network</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>IPv6-Gateway</td> | <td>IPv6-Gateway</td> | ||
<td>ipv6; | <td>ipv6; default: <b>none</b></td> | ||
<td>Defines where the router should send all the traffic that applies to the rule</td> | <td>Defines where the router should send all the traffic that applies to the rule</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Metric</td> | <td>Metric</td> | ||
<td>integer; | <td>integer; default: '''0'''</td> | ||
<td>The '''Metric''' | <td>The '''Metric''' Value is used as a sorting measure. If a packet about to be routed fits two rules, the one with the higher metric is applied</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
Line 140: | Line 139: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles the BGP protocol ON or OFF</td> | <td>Toggles the BGP protocol ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable vty</td> | <td>Enable vty</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles vty access from LAN ON or OFF</td> | <td>Toggles vty access from LAN ON or OFF</td> | ||
</tr> | </tr> | ||
Line 168: | Line 167: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles the BGP instance ON or OFF</td> | <td>Toggles the BGP instance ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Use IPv6</td> | <td>Use IPv6</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Use IPv6 address family in the configuration</td> | <td>Use IPv6 address family in the configuration</td> | ||
</tr> | </tr> | ||
Line 189: | Line 188: | ||
<tr> | <tr> | ||
<td>BGP router ID</td> | <td>BGP router ID</td> | ||
<td>string; | <td>string; default: <b>none</b></td> | ||
<td>The router id is used by BGP to identify the routing device from which a packet originated. Default router ID | <td>The router id is used by BGP to identify the routing device from which a packet originated. Default router ID Value is selected as the largest IP Address of the interface.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Network</td> | <td>Network</td> | ||
<td>string; | <td>string; default: <b>none</b></td> | ||
<td>Add an announcement network(s)</td> | <td>Add an announcement network(s)</td> | ||
</tr> | </tr> | ||
Line 206: | Line 205: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles the BGP peer ON or OFF</td> | <td>Toggles the BGP peer ON or OFF</td> | ||
</tr> | </tr> | ||
Line 222: | Line 221: | ||
<tr> | <tr> | ||
<td>Remote address</td> | <td>Remote address</td> | ||
<td>ip; | <td>ip; default: <b>none</b></td> | ||
<td>Neighbour's remote IPv4 address</td> | <td>Neighbour's remote IPv4 address</td> | ||
</tr> | </tr> | ||
Line 234: | Line 233: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles the Access filter ON or OFF</td> | <td>Toggles the Access filter ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Peer</td> | <td>Peer</td> | ||
<td>bgp peer; | <td>bgp peer; default: '''first peer on list'''</td> | ||
<td>Applies the rule for the specified peer</td> | <td>Applies the rule for the specified peer</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Action</td> | <td>Action</td> | ||
<td>Permit | Deny; | <td>Permit | Deny; default: '''Permit'''</td> | ||
<td>Denies or permits matched entry</td> | <td>Denies or permits matched entry</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Network</td> | <td>Network</td> | ||
<td>Any | ip; | <td>Any | ip; default: '''Any'''</td> | ||
<td>Applies filter rule for this source network</td> | <td>Applies filter rule for this source network</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Direction</td> | <td>Direction</td> | ||
<td>Inbound | Outbound; | <td>Inbound | Outbound; default: '''Inbound'''</td> | ||
<td>If direction is '''Inbound''', the access list is applied to input routes. If direction is '''Outbound''' the access list is applied to advertised routes</td> | <td>If direction is '''Inbound''', the access list is applied to input routes. If direction is '''Outbound''' the access list is applied to advertised routes</td> | ||
</tr> | </tr> | ||
Line 276: | Line 275: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles RIP Protocol ON or OFF</td> | <td>Toggles RIP Protocol ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable vty</td> | <td>Enable vty</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles vty access from LAN ON or OFF</td> | <td>Toggles vty access from LAN ON or OFF</td> | ||
</tr> | </tr> | ||
Line 297: | Line 296: | ||
<tr> | <tr> | ||
<td>Version</td> | <td>Version</td> | ||
<td>2 | 1; | <td>2 | 1; default: '''2'''</td> | ||
<td>Specifies the version of RIP</td> | <td>Specifies the version of RIP</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Neighbor</td> | <td>Neighbor</td> | ||
<td>ip; | <td>ip; default: <b>none</b></td> | ||
<td>Neighbour IP addres</td> | <td>Neighbour IP addres</td> | ||
</tr> | </tr> | ||
Line 314: | Line 313: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles RIP Interface ON or OFF</td> | <td>Toggles RIP Interface ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Interface</td> | <td>Interface</td> | ||
<td>network interface; | <td>network interface; default: '''no'''</td> | ||
<td>Network interface to be used with the RIP interface</td> | <td>Network interface to be used with the RIP interface</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Passive interface</td> | <td>Passive interface</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Sets the specified interface to passive mode. On passive mode interface, all receiving packets are processed as normal and ripd does not send either multicast or unicast RIP packets</td> | <td>Sets the specified interface to passive mode. On passive mode interface, all receiving packets are processed as normal and ripd does not send either multicast or unicast RIP packets</td> | ||
</tr> | </tr> | ||
Line 342: | Line 341: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles the Access filter ON or OFF</td> | <td>Toggles the Access filter ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Peer</td> | <td>Peer</td> | ||
<td>bgp peer; | <td>bgp peer; default: '''first peer on list'''</td> | ||
<td>Applies the rule for the specified peer</td> | <td>Applies the rule for the specified peer</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Action</td> | <td>Action</td> | ||
<td>Permit | Deny; | <td>Permit | Deny; default: '''Permit'''</td> | ||
<td>Denies or permits matched entry</td> | <td>Denies or permits matched entry</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Network</td> | <td>Network</td> | ||
<td>Any | ip; | <td>Any | ip; default: '''Any'''</td> | ||
<td>Applies filter rule for this source network</td> | <td>Applies filter rule for this source network</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Direction</td> | <td>Direction</td> | ||
<td>Inbound | Outbound; | <td>Inbound | Outbound; default: '''Inbound'''</td> | ||
<td>If direction is '''Inbound''', the access list is applied to input routes. If direction is '''Outbound''' the access list is applied to advertised routes</td> | <td>If direction is '''Inbound''', the access list is applied to input routes. If direction is '''Outbound''' the access list is applied to advertised routes</td> | ||
</tr> | </tr> | ||
Line 383: | Line 382: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles OSPF Protocol ON or OFF</td> | <td>Toggles OSPF Protocol ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable vty</td> | <td>Enable vty</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles vty access from LAN ON or OFF</td> | <td>Toggles vty access from LAN ON or OFF</td> | ||
</tr> | </tr> | ||
Line 404: | Line 403: | ||
<tr> | <tr> | ||
<td>Router ID</td> | <td>Router ID</td> | ||
<td>ip; | <td>ip; default: <b>none</b></td> | ||
<td>Sets the router-ID of the OSPF process. The router-ID may be an IP address of the router, but need not be - it can be any arbitrary 32bit number</td> | <td>Sets the router-ID of the OSPF process. The router-ID may be an IP address of the router, but need not be - it can be any arbitrary 32bit number</td> | ||
</tr> | </tr> | ||
Line 415: | Line 414: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles OSPF interface ON or OFF</td> | <td>Toggles OSPF interface ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Cost</td> | <td>Cost</td> | ||
<td>integer [1..65535]; | <td>integer [1..65535]; default: '''10'''</td> | ||
<td>The cost | <td>The cost Value is set to router-LSA’s metric field and used for SPF calculation</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Hello interval</td> | <td>Hello interval</td> | ||
<td>integer [1..65535]; | <td>integer [1..65535]; default: '''10'''</td> | ||
<td>Hello packets will be sent at the frequency specified in this field (in seconds)</td> | <td>Hello packets will be sent at the frequency specified in this field (in seconds)</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Router dead interval</td> | <td>Router dead interval</td> | ||
<td>integer [1..65535]; | <td>integer [1..65535]; default: '''40'''</td> | ||
<td>This | <td>This Value must be the same for all routers attached to a common network</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Retransmit</td> | <td>Retransmit</td> | ||
<td>integer [1..65535]; | <td>integer [1..65535]; default: '''5'''</td> | ||
<td>This | <td>This Value is used when re-transmitting Database Description and Link State Request packets</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Priority</td> | <td>Priority</td> | ||
<td>integer [0..255]; | <td>integer [0..255]; default: '''1'''</td> | ||
<td>The router with the highest priority will be more eligible to become the Designated Router. Setting the | <td>The router with the highest priority will be more eligible to become the Designated Router. Setting the Value to 0, makes the router ineligible to become the Designated Router</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Type</td> | <td>Type</td> | ||
<td>Broadcast | Nonbroadcast | Point-to-point | Point-to-multipoint; | <td>Broadcast | Nonbroadcast | Point-to-point | Point-to-multipoint; default: <b>none</b></td> | ||
<td>Set explicit network type for the specified interface</td> | <td>Set explicit network type for the specified interface</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Authentication</td> | <td>Authentication</td> | ||
<td>None | Password | MD5 HMAC; | <td>None | Password | MD5 HMAC; default: <b>none</b></td> | ||
<td>Specifies the authentication mode that should be used for the interface</td> | <td>Specifies the authentication mode that should be used for the interface</td> | ||
</tr> | </tr> | ||
Line 468: | Line 467: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>yes | no; | <td>yes | no; default: '''no'''</td> | ||
<td>Toggles OSPF network ON or OFF</td> | <td>Toggles OSPF network ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Network</td> | <td>Network</td> | ||
<td>[a.b.c.d/m]; | <td>[a.b.c.d/m]; default: <b>none</b></td> | ||
<td>This command specifies the OSPF enabled interface. If the interface has an address from the range '''a.b.c.d/m''' then enables OSPF on this interface so the router can provide network information to the other OSPF routers via this interface</td> | <td>This command specifies the OSPF enabled interface. If the interface has an address from the range '''a.b.c.d/m''' then enables OSPF on this interface so the router can provide network information to the other OSPF routers via this interface</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Area</td> | <td>Area</td> | ||
<td>ospf area; | <td>ospf area; default: <b>none</b></td> | ||
<td>Specifies OSPF area</td> | <td>Specifies OSPF area</td> | ||
</tr> | </tr> | ||
Line 503: | Line 502: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable service</td> | <td>Enable service</td> | ||
<td>off <nowiki>|</nowiki> on; | <td>off <nowiki>|</nowiki> on; default: '''off'''</td> | ||
<td>Toggles NHRP between ON or OFF</td> | <td>Toggles NHRP between ON or OFF</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable logging</td> | <td>Enable logging</td> | ||
<td>off <nowiki>|</nowiki> on; | <td>off <nowiki>|</nowiki> on; default: '''off'''</td> | ||
<td>Toggles NHRP logging between ON or OFF</td> | <td>Toggles NHRP logging between ON or OFF</td> | ||
</tr></table> | </tr></table> | ||
Line 527: | Line 526: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>off <nowiki>|</nowiki> on; | <td>off <nowiki>|</nowiki> on; default: '''off'''</td> | ||
<td>Toggles interface ON or OFF</td> | <td>Toggles interface ON or OFF</td> | ||
</tr></table> | </tr></table> | ||
Line 546: | Line 545: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable</td> | <td>Enable</td> | ||
<td>off <nowiki>|</nowiki> on; | <td>off <nowiki>|</nowiki> on; default: '''off'''</td> | ||
<td>Enables DMVPN client</td> | <td>Enables DMVPN client</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Interface</td> | <td>Interface</td> | ||
<td>interfaces; | <td>interfaces; default: '''br-lan''' | ||
</td> | </td> | ||
<td>Interface which will be using NHRP</td> | <td>Interface which will be using NHRP</td> | ||
Line 563: | Line 562: | ||
<tr> | <tr> | ||
<td>Network ID</td> | <td>Network ID</td> | ||
<td>number; | <td>number; default: '''none''' | ||
</td> | </td> | ||
<td>Network ID of NHRP</td> | <td>Network ID of NHRP</td> | ||
Line 569: | Line 568: | ||
<tr> | <tr> | ||
<td>NHS</td> | <td>NHS</td> | ||
<td>None <nowiki>|</nowiki> Dynamic <nowiki>|</nowiki> Custom; | <td>None <nowiki>|</nowiki> Dynamic <nowiki>|</nowiki> Custom; default: '''none''' | ||
</td> | </td> | ||
<td>IP address of Next-Hop Server. | <td>IP address of Next-Hop Server. | ||
Line 576: | Line 575: | ||
<tr> | <tr> | ||
<td>NBMA</td> | <td>NBMA</td> | ||
<td>ip; | <td>ip; default: '''none''' | ||
</td> | </td> | ||
<td>Non-Broadcast Multi-Access(NBMA) network IP address</td> | <td>Non-Broadcast Multi-Access(NBMA) network IP address</td> | ||
Line 582: | Line 581: | ||
<tr> | <tr> | ||
<td>Hold-time</td> | <td>Hold-time</td> | ||
<td>number; | <td>number; default: '''7200''' | ||
</td> | </td> | ||
<td>Specifies the holding time for NHRP Registration Requests and Resolution Replies sent from this interface or shortcut-target. The holdtime is specified in seconds and defaults to two hours.</td> | <td>Specifies the holding time for NHRP Registration Requests and Resolution Replies sent from this interface or shortcut-target. The holdtime is specified in seconds and defaults to two hours.</td> | ||
Line 588: | Line 587: | ||
<tr> | <tr> | ||
<td>IPsec support</td> | <td>IPsec support</td> | ||
<td>off <nowiki>|</nowiki> on; | <td>off <nowiki>|</nowiki> on; default: '''off''' | ||
</td> | </td> | ||
<td>Use NHRP over IPsec</td> | <td>Use NHRP over IPsec</td> | ||
Line 601: | Line 600: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>IP address</td> | <td>IP address</td> | ||
<td>ip; | <td>ip; default: '''none''' | ||
</td> | </td> | ||
<td>Network ID of NHRP</td> | <td>Network ID of NHRP</td> | ||
Line 613: | Line 612: | ||
<tr> | <tr> | ||
<td>NBMA</td> | <td>NBMA</td> | ||
<td>ip; | <td>ip; default: '''none''' | ||
</td> | </td> | ||
<td>IP address of Next-Hop Server</td> | <td>IP address of Next-Hop Server</td> |
Revision as of 09:17, 16 September 2020
The information in this page is updated in accordance with the [[Media:{{{fw_version}}}_WEBUI.bin|{{{fw_version}}}]] firmware version.
Summary
This chapter is an overview of the Routing section in RUT devices.
Static Routes
Static routes specify over which interface and gateway a certain host or network can be reached. In this page you can configure your own custom routes.
Field | Value | Description |
---|---|---|
Routing table | Main | WAN | WAN2 | WAN3; default: WAN | Defines which table will be used for the route in question |
Interface | LAN | WAN(Wired) | WAN2(Mobile) | WAN3(WiFi) | VPN instances; default: WAN(Wired) | The zone where the target network resides |
Destination address* | ip; default: 0.0.0.0 | The address of the destination network |
Netmask* | ip; default: 0.0.0.0 | A Mask that is applied to the Target to determine to what actual IP addresses the routing rule applies |
Gateway | ip; default: none | Defines where the router should send all the traffic that applies to the rule |
Metric | integer; default: 0 | The Metric Value is used as a sorting measure. If a packet about to be routed fits two rules, the one with the higher metric is applied |
*Additional notes on Destination & Netmask:
You can define a rule that applies to a single IP like this: Destination - some IP; Netmask - 255.255.255.255. Furthermore, you can define a rule that applies to a segment of IPs like this: Destination – some IP that STARTS some segment; Netmask – Netmask that defines how large the segment is. e.g.:
Field | Value | Description |
---|---|---|
192.168.55.161 | 255.255.255.255 | Only applies to 192.168.55.161 |
192.168.55.0 | 255.255.255.240 | Applies to IPs in the 192.168.55.0 - 192.168.55.15 |
192.168.55.240 | 255.255.255.240 | 192.168.55.240 - 192.168.55.255 |
192.168.55.161 | 255.255.255.0 | 192.168.55.0 - 192.168.55.255 |
192.168.0.0 | 255.255.0.0 | 192.168.0.0 - 192.168.255.255 |
Static ARP entries
Static ARP entries are used to bind a MAC address to a specific IP address. For example, if you want a device to get the same IP every time it connects to the router, you can create a Static ARP entry by binding that device’s MAC address to the desired IP address. The router will then create an entry in the ARP table, which in turn will make sure that that device will get the specified IP address every time.
Dynamic Routes
BGP Protocol
Border Gateway Protocol (BGP) is a standardized exterior gateway protocol designed to exchange routing and reachability information among autonomous systems (AS) on the Internet. The protocol is often classified as a path vector protocol but is sometimes also classed as a distance-vector routing protocol. The Border Gateway Protocol makes routing decisions based on paths, network policies, or rule-sets configured by a network administrator and is involved in making core routing decisions.
General Settings
Field | Value | Description |
---|---|---|
Enable | yes | no; default: no | Toggles the BGP protocol ON or OFF |
Enable vty | yes | no; default: no | Toggles vty access from LAN ON or OFF |
Import config | - | Uploads an external BGP configuration |
BGP Instance
Field | Value | Description |
---|---|---|
Enable | yes | no; default: no | Toggles the BGP instance ON or OFF |
Use IPv6 | yes | no; default: no | Use IPv6 address family in the configuration |
AS | integer: " " | AS number is an identification of an autonomous system. BGP protocol uses the AS number for detecting whether the BGP connection is an internal one or external one. [Required] |
BGP router ID | string; default: none | The router id is used by BGP to identify the routing device from which a packet originated. Default router ID Value is selected as the largest IP Address of the interface. |
Network | string; default: none | Add an announcement network(s) |
BGP Peers
Field | Value | Description |
---|---|---|
Enable | yes | no; default: no | Toggles the BGP peer ON or OFF |
Remote AS | integer: " " | Neighbour's remote AS |
Remote address | ip; default: none | Neighbour's remote IPv4 address |
Access List Filters
Field | Value | Description |
---|---|---|
Enable | yes | no; default: no | Toggles the Access filter ON or OFF |
Peer | bgp peer; default: first peer on list | Applies the rule for the specified peer |
Action | Permit | Deny; default: Permit | Denies or permits matched entry |
Network | Any | ip; default: Any | Applies filter rule for this source network |
Direction | Inbound | Outbound; default: Inbound | If direction is Inbound, the access list is applied to input routes. If direction is Outbound the access list is applied to advertised routes |
RIP Protocol
The Routing Information Protocol (RIP) is one of the oldest distance-vector routing protocols which employ the hop count as a routing metric. RIP prevents routing loops by implementing a limit on the number of hops allowed in a path from source to destination. The maximum number of hops allowed for RIP is 15, which limits the size of networks that RIP can support. A hop count of 16 is considered an infinite distance and the route is considered unreachable. RIP implements the split horizon, route poisoning and holddown mechanisms to prevent incorrect routing information from being propagated.
General
Field | Value | Description |
---|---|---|
Enable | yes | no; default: no | Toggles RIP Protocol ON or OFF |
Enable vty | yes | no; default: no | Toggles vty access from LAN ON or OFF |
Import config | - | Uses imported RIP configurations |
Version | 2 | 1; default: 2 | Specifies the version of RIP |
Neighbor | ip; default: none | Neighbour IP addres |
RIP Interfaces
Field | Value | Description |
---|---|---|
Enable | yes | no; default: no | Toggles RIP Interface ON or OFF |
Interface | network interface; default: no | Network interface to be used with the RIP interface |
Passive interface | yes | no; default: no | Sets the specified interface to passive mode. On passive mode interface, all receiving packets are processed as normal and ripd does not send either multicast or unicast RIP packets |
Access list filters
Field | Value | Description |
---|---|---|
Enable | yes | no; default: no | Toggles the Access filter ON or OFF |
Peer | bgp peer; default: first peer on list | Applies the rule for the specified peer |
Action | Permit | Deny; default: Permit | Denies or permits matched entry |
Network | Any | ip; default: Any | Applies filter rule for this source network |
Direction | Inbound | Outbound; default: Inbound | If direction is Inbound, the access list is applied to input routes. If direction is Outbound the access list is applied to advertised routes |
OSPF Protocol
Open Shortest Path First (OSPF) is a routing protocol for Internet Protocol (IP) networks. It uses a link state routing (LSR) algorithm and falls into the group of interior gateway protocols (IGPs), operating within a single autonomous system (AS). It is defined as OSPF Version 2 in RFC 2328 for IPv4.
General Settings
Field | Value | Description |
---|---|---|
Enable | yes | no; default: no | Toggles OSPF Protocol ON or OFF |
Enable vty | yes | no; default: no | Toggles vty access from LAN ON or OFF |
Import config | - | Uses imported OSPF configurations |
Router ID | ip; default: none | Sets the router-ID of the OSPF process. The router-ID may be an IP address of the router, but need not be - it can be any arbitrary 32bit number |
OSPF Interface
Field | Value | Description |
---|---|---|
Enable | yes | no; default: no | Toggles OSPF interface ON or OFF |
Cost | integer [1..65535]; default: 10 | The cost Value is set to router-LSA’s metric field and used for SPF calculation |
Hello interval | integer [1..65535]; default: 10 | Hello packets will be sent at the frequency specified in this field (in seconds) |
Router dead interval | integer [1..65535]; default: 40 | This Value must be the same for all routers attached to a common network |
Retransmit | integer [1..65535]; default: 5 | This Value is used when re-transmitting Database Description and Link State Request packets |
Priority | integer [0..255]; default: 1 | The router with the highest priority will be more eligible to become the Designated Router. Setting the Value to 0, makes the router ineligible to become the Designated Router |
Type | Broadcast | Nonbroadcast | Point-to-point | Point-to-multipoint; default: none | Set explicit network type for the specified interface |
Authentication | None | Password | MD5 HMAC; default: none | Specifies the authentication mode that should be used for the interface |
OSPF Networks
Field | Value | Description |
---|---|---|
Enable | yes | no; default: no | Toggles OSPF network ON or OFF |
Network | [a.b.c.d/m]; default: none | This command specifies the OSPF enabled interface. If the interface has an address from the range a.b.c.d/m then enables OSPF on this interface so the router can provide network information to the other OSPF routers via this interface |
Area | ospf area; default: none | Specifies OSPF area |
[[Category:{{{name}}} Network section]]