Changes

3,239 bytes added ,  10:39, 13 November 2017
no edit summary
Line 181: Line 181:  
|-
 
|-
 
! style="text-align: left; vertical-align: top;" | Peer
 
! style="text-align: left; vertical-align: top;" | Peer
| style="text-align: left; vertical-align: top;" | bgp peer: '''first peer on list
+
| style="text-align: left; vertical-align: top;" | bgp peer; Default: '''first peer on list'''
 
| style="text-align: left; vertical-align: top;" | Applies the rule for the specified peer
 
| style="text-align: left; vertical-align: top;" | Applies the rule for the specified peer
 
|-
 
|-
Line 200: Line 200:  
===RIP Protocol===
 
===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.
+
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====
 
====General====
Line 264: Line 264:     
[[Image:Network routing dynamic routes rip access list filters.PNG]]
 
[[Image:Network routing dynamic routes rip access list filters.PNG]]
 +
 +
{| class="wikitable"
 +
|+
 +
! style="width: 250px; background: black; color: white;"  | Field name
 +
! style="width: 250px; background: black; color: white;"  | Value
 +
! style="width: 1200px; background: black; color: white;" | Description
 +
|-
 +
! style="text-align: left; vertical-align: top;" | Enable
 +
| style="text-align: left; vertical-align: top;" | yes {{!}} no; Default: '''no'''
 +
| style="text-align: left; vertical-align: top;" | Toggles the Access filter ON or OFF
 +
|-
 +
! style="text-align: left; vertical-align: top;" | Peer
 +
| style="text-align: left; vertical-align: top;" | bgp peer; Default: '''first peer on list'''
 +
| style="text-align: left; vertical-align: top;" | Applies the rule for the specified peer
 +
|-
 +
! style="text-align: left; vertical-align: top;" | Action
 +
| style="text-align: left; vertical-align: top;" | Permit {{!}} Deny; Default: '''Permit'''
 +
| style="text-align: left; vertical-align: top;" | Denies or permits matched entry
 +
|-
 +
! style="text-align: left; vertical-align: top;" | Network
 +
| style="text-align: left; vertical-align: top;" | Any {{!}} ip; Default: '''Any'''
 +
| style="text-align: left; vertical-align: top;" | Applies filter rule for this source network
 +
|-
 +
! style="text-align: left; vertical-align: top;" | Direction
 +
| style="text-align: left; vertical-align: top;" | Inbound {{!}} Outbound; Default: '''Inbound'''
 +
| style="text-align: left; vertical-align: top;" | 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====
 +
----
 +
[[Image:Network routing dynamic routes ospf general.PNG]]
 +
 +
{| class="wikitable"
 +
|+
 +
! style="width: 250px; background: black; color: white;"  | Field name
 +
! style="width: 250px; background: black; color: white;"  | Value
 +
! style="width: 1200px; background: black; color: white;" | Description
 +
|-
 +
! style="text-align: left; vertical-align: top;" | Enable
 +
| style="text-align: left; vertical-align: top;" | yes {{!}} no; Default: '''no'''
 +
| style="text-align: left; vertical-align: top;" | Toggles OSPF Protocol ON or OFF
 +
|-
 +
! style="text-align: left; vertical-align: top;" | Enable vty
 +
| style="text-align: left; vertical-align: top;" | yes {{!}} no; Default: '''no'''
 +
| style="text-align: left; vertical-align: top;" | Toggles vty access from LAN ON or OFF
 +
|-
 +
! style="text-align: left; vertical-align: top;" | Import config
 +
| style="text-align: left; vertical-align: top;" | -
 +
| style="text-align: left; vertical-align: top;" | Uses imported OSPF configurations
 +
|-
 +
! style="text-align: left; vertical-align: top;" | Router ID
 +
| style="text-align: left; vertical-align: top;" | ip; Default: " "
 +
| style="text-align: left; vertical-align: top;" | 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
 +
|-
 +
|}