BGP attributes is a metric used to describe thecharacteristics of a BGP paths. Attributes areconatained in update messages passed between BGPpeers for advertise routers. BGP attributes are broadly divided into two types a) Well Known          b) Optional. Well Known attributes are divided into two types a) Mandatory            b) Descretionary  ** Mandatory attributes are divided into three types a) AS Path      b) Next Hop       c) Origin ** Origin attributes divided into three types a) Internal(i)     b) External(e)   c) Incomplete(?) ** Descretionary attributes are divided into two types a) Local Preference         b) Atomic Aggregate Optional attributes are divided into two types a) Transitive                b) Non Transitive ** Transitive attributes are divided into two types a) Aggregator                b) Community ** Community attributes are divided into for types a) No-exportb) No advertisec) Internetd) Local AS. && Non transitive attributes are divided into three typesa) MED (Multi Exit Discriminator).b) Originatord) Cluster ID.e: What is BGP attribute & How many types of attributes are used by BGP???
Lets start from first... I m gonna explain each attributesone by one   Well Known:
           Well known attributes are must be recognized byeach compliant of BGP implementations. Well known attributesare propagated to other neighbors also. Optional:
         Optional attributes are recognized by someimplementation of BGP & expected that not recognized byeveryone. Optional attributes are propagated to theirneighbors based on the meanings. Mandatory:
          Mandatory is BGP well known attributes. Mandatoryattributes are must be present in all update message passedbetween BGP peers. It is present in route description. Discretionary:
              Discretionary is BGP well known attributes.Discretionary attributes are may be present on update message. AS Path:
        AS path is BGP well known mandatory attributes. ASpath defines the list of Autonomous System that a route haspassed through. AS path attributes are used in pathselection process & lowest path attributes will be preferredover highest one. Next-Hop:         Next hop is BGP well known mandatory attributes. InBGP, next hop is the IP address which is used to reach theadvertising BGP router.  For EBGP, next hop is the ip address of the connectionbetween the peers.  For IBGP, EBGP next hop address is carried into localautonomous system. Origin:       Origin is BGP well known mandatory attributes.Origion attributes define how BGP router learned about theparticular route. Origin attribute have three possiblevalues i.e. internal (i), External (e) & Incomplete (?). Internal(i):            BGP learned about the route from Interiorrouting protocol. External(e):             BGP learned about the router from External BGP. Incomplete(?):            The origin of the route is unknown or learned bysome other way. The origin of incomplete occurs when routesare redistributed into BGP.    
No comments:
Post a Comment