Changes

2,983 bytes added ,  09:25, 13 November 2017
no edit summary
Line 81: Line 81:  
==Dynamic Routes==
 
==Dynamic Routes==
   −
This section is still in the making.
+
 
 +
===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====
 +
----
 +
 
 +
[[Image:Network routing dynamic routes bgp 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 the BGP 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;" | Uploads an external BGP configuration
 +
|-
 +
|}
 +
 
 +
====BGP Instance====
 +
----
 +
 
 +
[[Image:Network routing dynamic routes bgp instance.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 BGP instance ON or OFF
 +
|-
 +
! style="text-align: left; vertical-align: top;" | AS
 +
| style="text-align: left; vertical-align: top;" | integer: " "
 +
| style="text-align: left; vertical-align: top;" | 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]'''
 +
|-
 +
! style="text-align: left; vertical-align: top;" | BGP router ID
 +
| style="text-align: left; vertical-align: top;" | string; Default: " "
 +
| style="text-align: left; vertical-align: top;" | 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.
 +
|-
 +
! style="text-align: left; vertical-align: top;" | Network
 +
| style="text-align: left; vertical-align: top;" | string; Default: " "
 +
| style="text-align: left; vertical-align: top;" | Add an announcement network(s)
 +
|-
 +
|}

Navigation menu