bgp

1.5.e Convergence and scalability

1.5.e i Route reflector A route reflector is a BGP router that is allowed to ignore the iBGP loop avoidance rule and as such, is allowed to advertise updates received from an iBGP peer to another iBGP peer under specific conditions. The deployment of a route reflector can eliminate the BGP full-mesh requirement and greatly… read more »

1.5.f Other BGP features

1.5.f i Multipath, add-path BGP routers and route-reflectors propagate only their best path over their sessions. The advertisement of a prefix replaces the previous announcement of that prefix (known as an implicit withdraw). While this achieves better scaling, it comes at a cost of preventing path diversity. BGP additional path is a BGP extension that… read more »

1.5.d AS path manipulations

1.5.d i local-as, allowas-in, remove-private-as Local AS  Local AS configuration, essentially works the same way as the no-export community function, in that prefixes that are tagged are only advertised to neighbours within the same sub-AS, not to other sub-AS’ or eBGP peers.  It allows a router to appear to be a member of a second… read more »

1.5b Path Selection

To decide which route is the best, each BGP router has a “best path selection” algorithm, where the information from two similar paths are compared. This is because it is not unusual for a BGP speaker to receive the same route from multiple peers. In fact, this is quite normal when you have multiple upstreams… read more »

1.5c Routing Policies

1.5.c i Attribute manipulation In BGP, there are two main options to manipulate the Weight attribute: per-neighbor basis per-prefix basis.  Note: The BGP’s Weight Path attribute is the first path attribute BGP checks in the election of the best path in the BGP table on Cisco IOS Routers. BGP prefers the path for the entry… read more »

1.2.g Manual summarization with any routing protocol

EIGRP summarization  Summarization can be employed on any router in an EIGRP network, since it is a distance-vector protocol and does not keep a LSDB on all routers on the network.  Summary routes in EIGRP have an AD value of 5.  The summary router will advertise the summary route with an outgoing interface of Null0… read more »

1.2.i Routing protocol authentication

OSPF Basic OSPF supports adjacency authentication to protect control plane E.g. prevent against routing injection attack Every OSPF packet header includes authentication information I.e. Hello, LSU, LSR, etc. Authentication does not mean encryption OSPFv2 payload is still clear text OSPFv3 supports IPsec encryption Types of authentication (3) Type 0 – Null Type 1 – Simple… read more »

Sidebar