From fe5fea4899a9a3fccf483e533075cbc1721af8c2 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Wed, 13 Aug 2025 15:57:20 +0200 Subject: [PATCH] Add templates/bgp_dampened.html --- templates/bgp_dampened.html | 68 +++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 templates/bgp_dampened.html diff --git a/templates/bgp_dampened.html b/templates/bgp_dampened.html new file mode 100644 index 0000000..01962c1 --- /dev/null +++ b/templates/bgp_dampened.html @@ -0,0 +1,68 @@ +{% extends "base.html" %} + +{% block title %}AS215085 - Router tools | BGP Dampened Routes{% endblock %} + +{% block content %} + +
+

IPv4 BGP Dampened Routes

+

+
+ + +
+

Status codes: s suppressed, d damped, h history, * valid, > best, = multipath, + i internal, r RIB-failure, S Stale, R Removed

+

Origin codes: i - IGP, e - EGP, ? - incomplete

+

RPKI validation codes: V valid, I invalid, N Not found

+ + + + + + + + + + + + +
Status Prefix From Suppress Remain Path
+

JSON version

+
+ +
+

IPv6 BGP Dampened Routes

+

+
+ + +
+

Status codes: s suppressed, d damped, h history, * valid, > best, = multipath, + i internal, r RIB-failure, S Stale, R Removed

+

Origin codes: i - IGP, e - EGP, ? - incomplete

+

RPKI validation codes: V valid, I invalid, N Not found

+ + + + + + + + + + + + +
Status Prefix From Suppress Remain Path
+

JSON version

+
+{% endblock %} \ No newline at end of file