From cfa99eb7e715ceb4fb3d2ed63d847183a66f563b Mon Sep 17 00:00:00 2001 From: ageissler Date: Mon, 28 Oct 2024 12:57:54 +0100 Subject: [PATCH] BISON-BGP/asa-frankfurt aktualisiert --- BISON-BGP/asa-frankfurt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/BISON-BGP/asa-frankfurt b/BISON-BGP/asa-frankfurt index b82abd5..98d8fd1 100644 --- a/BISON-BGP/asa-frankfurt +++ b/BISON-BGP/asa-frankfurt @@ -1,3 +1,19 @@ router eigrp 1 distribute-list eigrpACL_FR out interface BISON_XFER - network 10.120.1.64 255.255.255.248 \ No newline at end of file + network 10.120.1.64 255.255.255.248 + + + router bgp 65147 + bgp log-neighbor-changes + bgp router-id 10.99.0.34 + address-family ipv4 unicast + neighbor 10.120.1.67 remote-as 65147 + neighbor 10.120.1.67 description bison primary weight 200 + neighbor 10.120.1.67 activate + neighbor 10.120.1.67 next-hop-self + neighbor 10.120.1.67 weight 200 + neighbor 10.120.1.66 remote-as 65147 + neighbor 10.120.1.66 description bison secondary weight 100 + neighbor 10.120.1.66 activate + neighbor 10.120.1.66 next-hop-self + neighbor 10.120.1.66 weight 100 \ No newline at end of file