Section 4 - BGP

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

address family

A major classification of type of network protocol, such as IPv4, IPv6, or VPNv4.

2
New cards

AS_PATH

A BGP attribute used to track the autonomous systems a network has been advertised through as a loop-prevention mechanism.

3
New cards

atomic aggregate

A BGP path attribute which indicates that a prefix has been summarized, and not all of the path information from component routes was included in the aggregate.

4
New cards

autonomous system (AS)

A set of routers running the same routing protocol under a single realm of control and authority.

5
New cards

eBGP session

A BGP session maintained with BGP peers from a different autonomous system.

6
New cards

iBGP session

A BGP session maintained with BGP peers from the same autonomous system.

7
New cards

optional non-transitive

A BGP path attribute that might be recognized by a BGP implementation that is not advertised between autonomous systems.

8
New cards

optional transitive

A BGP path attribute that might be recognized by a BGP implementation that is advertised between autonomous systems.

9
New cards

path vector routing protocol

A routing protocol that selects the best path based on path attributes.

10
New cards

well-known discretionary

A BGP path attribute recognized by all BGP implementations that may or may not be advertised to other peers.

11
New cards

well-known mandatory

A BGP path attribute recognized by all BGP implementations that must be advertised to other peers.

12
New cards

AS path access control list (ACL)

An ACL based on regex for identifying BGP routes based on the AS path and used for direct filtering or conditional matching in a route map.

13
New cards

BGP Multihoming

A method of providing redundancy and optimal routing that involves adding multiple links to external autonomous systems.

14
New cards

prefix list

A method of selecting routes based on binary patterns, specifically the high-order bit pattern, high-order bit count, and an optional prefix length parameter.

15
New cards

regular expression (regex)

Search patterns that use special key characters for parsing and matching.

16
New cards

route map

A feature used in BGP (and other IGP components) that allows for filtering or modification of routes using a variety of conditional matching ('match' and 'set' parameters).

17
New cards

transit routing

The act of allowing traffic to flow from one external autonomous system through your autonomous system to reach a different external autonomous system.

18
New cards

Multi-protocol BGP (MP-BGP)

An extension to BGPv4 that allows BGP to carry traffic for other protocols beyond just IPv4, by using address family identifiers (AFIs) and sub-address family identifiers (SAFIs).

19
New cards

Multiple Exit Discriminator (MED)

An optional non-transitive BGP attribute, sometimes called the metric, which provides a hint to external neighbors about the preferred path into an AS that has multiple entry points.

20
New cards

Local preference (LOCAL_PREF)

A well-known discretionary BGP attribute, that is exchanged between iBGP peers, and describes the preferred exit path from an AS.

21
New cards

ORIGIN

A well-known mandatory BGP attribute used to describe the origination of information in a BGP update, such as IGP, EGP, or incomplete.

22
New cards

NEXT_HOP

A well-known BGP attribute that lists the next-hop IP address used to reach an NLRI.

23
New cards

BGP Community

An optional transitive BGP attribute that allows tagging of routes for identification and policy decisions by other routers.

24
New cards

Weight attribute

A Cisco-proprietary BGP attribute, not shared with any neighbors, which allows a preferred path from a router to a specific network to be configured on a local router only.

25
New cards

N WLLA OMNI

A mnemonic for remembering the BGP best path selection process:

N - Next hop reachable?

W - Weight (Larger)

L - Local pref (Larger)

L - Locally injected routes

A - AS_Path (Smaller)

O - Origin (I over E over ?)

M - MED (Smaller)

N - Neighbor type (eBGP over iBGP)

I - IGP metric to next-hop (Smaller)