BGP Path Attributes – Origin

  • August 24, 2016
bgp-path-attribute-origin-ipcisco
BGP Origin Attribute informs the Autonomous Systems (AS) about the originator of that route. It is a Well-Known Mandatory BGP Path attribute like AS Path Attribute and Next Hop Attribute. BGP Origin Attribute is supported in all BGP implementations and in all BGP Update packets it must exist. There are three different Origin types. These are : • i (IGP) • e (EGP) • ? (Incomplete) i (IGP) routes are the routes which are originated from a routing protocol, like RIP, OSPF, EIGRP etc. Generally this is done via network command under the BGP process. e (EGP) routers are the routes which are originated from External Gateway Protocol (EGP). Now the only EGP is BGP, so this is the routes originated from BGP. ? (Incomplete) routes are the routes which are Redistributed from static, IGP etc. into the BGP. You can see any BGP Route’s BGP Origin Attribute value with “show ip bgp” command. At the end of the output table, the Origin code ( i, e or ?) is shown. Let’s check the BGP Routes of the below topology.
bgp path attribute, origin
 
BGP Origin Path Attribute,
[sc name=”ContentRMessage”] You can find other BGP Path Attribute Articles below: BGP Path Attributes – Weight BGP Path Attributes – Local Preference BGP Path Attributes – AS Path BGP Path Attributes – Origin BGP Path Attributes – MED Main BGP Article Series : BGP – Part 1 BGP – Part 2 (BGP Peers, BGP Sessions, BGP Messages) BGP – Part 3 (IBGP, IBGP Topologies and EBGP) BGP – Part 4 (BGP Administrative Distance and BGP Path Attributes) BGP – Part 5 (Packet Tracer BGP Configuration Example)

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

SFP

SFP (Small Form-factor Pluggable) is a hot-pluggable network interface module used in the network devices of today’s computer networks. In...
CCNP ENCOR 350-401 Exam is the required exam for CCNP ENCOR (Implementing Cisco Enterprise Network Core Technologies) or CCIE Enterprise...
Networking Certifications has served as a stepping stone for those seeking to advance their careers in Networking, h they are...
In this article, we will focus on File Transfer Protocol (FTP), FTP Ports and FTP Modes. We will firstly learn...