diff --git a/css.css b/css.css index a064bef..e2639c0 100644 --- a/css.css +++ b/css.css @@ -8,13 +8,11 @@ Green: #2ECC40 */ -@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&display=swap'); - body{ font-family: 'DM Mono', monospace; background-color: #1d1e22; color: white; - /*font-size: 1.1em;*/ + font-size: 1.1em; } h1, h2{ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..4ce2c3c Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..45b2ac8 Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html index fc33a53..bee33d4 100644 --- a/index.html +++ b/index.html @@ -2,15 +2,29 @@ - - - + + + + + + + + + + + + + + + networking cheat sheet - github logo + + github logo +

networking cheat sheet

@@ -333,16 +347,16 @@

BGP Table path selection

-

Prefer the highest local-preference value.

-

Prefer the shortest AS-path length.

-

Prefer the lowest origin value.

-

Prefer the lowest MED value.

-

Prefer routes learned from an EBGP peer over an IBGP peer.

-

Prefer best exit from AS.

-

For EBGP-received routes, prefer the current active route.

-

Prefer routes from the peer with the lowest Router ID.

-

Prefer paths with the shortest cluster length.

-

Prefer routes from the peer with the lowest peer IP address.

+

Prefer the highest local-preference value.
+ Prefer the shortest AS-path length.
+ Prefer the lowest origin value.
+ Prefer the lowest MED value.
+ Prefer routes learned from an EBGP peer over an IBGP peer.
+ Prefer best exit from AS.
+ For EBGP-received routes, prefer the current active route.
+ Prefer routes from the peer with the lowest Router ID.
+ Prefer paths with the shortest cluster length.
+ Prefer routes from the peer with the lowest peer IP address.

source