mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-12-26 21:07:55 +00:00
Merge branch 'bgp/sendholdtimer' into 'main'
Draft: Bgp/sendholdtimer See merge request netravnen/NetworkLabNotes!32
This commit is contained in:
commit
0de56ca43e
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,4 +1,9 @@
|
||||||
|
## Archive formats
|
||||||
*.gz
|
*.gz
|
||||||
|
|
||||||
|
## Document formats
|
||||||
|
|
||||||
|
## LaTeX exceptions
|
||||||
*.aux
|
*.aux
|
||||||
*.ist
|
*.ist
|
||||||
*.acn
|
*.acn
|
||||||
|
@ -7,9 +12,15 @@
|
||||||
*.lof
|
*.lof
|
||||||
*.synctex(busy)
|
*.synctex(busy)
|
||||||
*.toc
|
*.toc
|
||||||
|
*.lot
|
||||||
*.out
|
*.out
|
||||||
latexmkrc
|
latexmkrc
|
||||||
|
!main.tex
|
||||||
/main.*
|
/main.*
|
||||||
/*.log
|
/*.log
|
||||||
|
|
||||||
|
# Editors
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
# Python
|
||||||
.venv
|
.venv
|
||||||
|
|
3
main.tex
3
main.tex
|
@ -17,8 +17,7 @@
|
||||||
\def\theversion{v0.4.0}
|
\def\theversion{v0.4.0}
|
||||||
\title{Networking with switches and routers, automation and IPv4/6}
|
\title{Networking with switches and routers, automation and IPv4/6}
|
||||||
\def\thesubject{My Notes going along with learning Networking}
|
\def\thesubject{My Notes going along with learning Networking}
|
||||||
\author{"Chriztoffer Hansen" <chriztoffer@netravnen.de>\\
|
\author{"Chriztoffer" <ch@ntrv.dk>}
|
||||||
GPG: 18DD 23C5 5029 3098 DE07 052A 9DCF 2CA0 08EB D2E8}
|
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
% %
|
% %
|
||||||
|
|
|
@ -57,4 +57,56 @@
|
||||||
month = {},
|
month = {},
|
||||||
year = {},
|
year = {},
|
||||||
note = {(Accessed on 02/18/2018)}
|
note = {(Accessed on 02/18/2018)}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@techreport{ietf-idr-bgp-sendholdtimer-00,
|
||||||
|
number = {draft-ietf-idr-bgp-sendholdtimer-00},
|
||||||
|
type = {Internet-Draft},
|
||||||
|
institution = {Internet Engineering Task Force},
|
||||||
|
publisher = {Internet Engineering Task Force},
|
||||||
|
note = {Work in Progress},
|
||||||
|
url = {https://datatracker.ietf.org/doc/draft-ietf-idr-bgp-sendholdtimer/00/},
|
||||||
|
author = {Job Snijders and Ben Cartwright-Cox},
|
||||||
|
title = {{Border Gateway Protocol 4 (BGP-4) Send Hold Timer}},
|
||||||
|
pagetotal = 8,
|
||||||
|
year = 2023,
|
||||||
|
month = may,
|
||||||
|
day = 5,
|
||||||
|
abstract = {This document defines the SendHoldTimer session attribute for the Border Gateway Protocol (BGP) Finite State Machine (FSM). Implementation of a SendHoldTimer should help overcome situations where BGP sessions are not terminated after it has become detectable for the local system that the remote system is not processing BGP messages. For robustness, this document specifies that the local system should close BGP connections and not solely rely on the remote system for session closure when BGP timers have expired. This document updates RFC4271.},
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{bgpdimpl26:online,
|
||||||
|
author = {Lamparter, D.},
|
||||||
|
title = {bgpd: implement SendHoldTimer},
|
||||||
|
howpublished = {\url{https://github.com/FRRouting/frr/pull/11225}},
|
||||||
|
month = {May},
|
||||||
|
year = {2022},
|
||||||
|
note = {(Accessed on 11/25/2023)}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{Whatdoes40:online,
|
||||||
|
author = {Cartwright-Cox, B.},
|
||||||
|
title = {What does bgp.tools support},
|
||||||
|
howpublished = {\url{https://bgp.tools/kb/bgp-support}},
|
||||||
|
month = {August},
|
||||||
|
year = {2022},
|
||||||
|
note = {(Accessed on 11/25/2023)}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{Rebgpdse40:online,
|
||||||
|
author = {Jeker, C.},
|
||||||
|
title = {Re: bgpd send side hold timer},
|
||||||
|
howpublished = {\url{https://marc.info/?l=openbsd-tech&m=160820754925261&w=2}},
|
||||||
|
month = {December},
|
||||||
|
year = {2022},
|
||||||
|
note = {(Accessed on 11/25/2023)}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{Navigati54:online,
|
||||||
|
author = {Daryll Swer},
|
||||||
|
title = {Navigating a BGP Zombie Outbreak on Juniper Routers},
|
||||||
|
howpublished = {\url{https://www.daryllswer.com/navigating-a-bgp-zombie-outbreak-on-juniper-routers/}},
|
||||||
|
month = {},
|
||||||
|
year = {},
|
||||||
|
note = {(Accessed on 11/25/2023)}
|
||||||
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
\usepackage{fourier}
|
\usepackage{fourier}
|
||||||
\usepackage{geometry}
|
\usepackage{geometry}
|
||||||
\usepackage[toc,acronym,footnote,nomain]{glossaries} % Load the package with the acronym option
|
\usepackage[toc,acronym,nomain]{glossaries} % Load the package with the acronym option
|
||||||
\usepackage{glossaries-extra}
|
\usepackage{glossaries-extra}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage[unicode=false,colorlinks=true,linkcolor=darkgray,citecolor=darkgray,filecolor=darkgray,urlcolor=darkgray]{hyperref} % https://en.wikibooks.org/wiki/LaTeX/Hyperlinks
|
\usepackage[unicode=false,colorlinks=true,linkcolor=darkgray,citecolor=darkgray,filecolor=darkgray,urlcolor=darkgray]{hyperref} % https://en.wikibooks.org/wiki/LaTeX/Hyperlinks
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
\usepackage{titlepic}
|
\usepackage{titlepic}
|
||||||
\usepackage{titling} % makes available \thetitle \theauthor \thedate
|
\usepackage{titling} % makes available \thetitle \theauthor \thedate
|
||||||
\usepackage[nottoc]{tocbibind}
|
\usepackage[nottoc]{tocbibind}
|
||||||
\usepackage{transparent}
|
%\usepackage{transparent} - Returns error already defined 2023-11-25
|
||||||
\usepackage{url} % cmd \url.
|
\usepackage{url} % cmd \url.
|
||||||
\usepackage{varwidth}
|
\usepackage{varwidth}
|
||||||
\usepackage{wrapfig}
|
\usepackage{wrapfig}
|
||||||
|
|
Loading…
Reference in a new issue