From 9392b343974b020ff9d364cb38d5d6602796cb33 Mon Sep 17 00:00:00 2001 From: ageissler Date: Mon, 28 Oct 2024 11:53:02 +0100 Subject: [PATCH] BISON-BGP/switch-sp-2 aktualisiert --- BISON-BGP/switch-sp-2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/BISON-BGP/switch-sp-2 b/BISON-BGP/switch-sp-2 index e69de29..5ad8c61 100644 --- a/BISON-BGP/switch-sp-2 +++ b/BISON-BGP/switch-sp-2 @@ -0,0 +1,14 @@ +router eigrp 1 + address-family ipv4 vrf bison autonomous-system 1 + default-metric 100000 2000 255 1 1500 + redistribute bgp 65147 metric 100000 2000 255 1 1500 + network 10.120.1.64 0.0.0.7 + exit-address-family + +router bgp 65147 + address-family ipv4 vrf bison + redistribute eigrp 1 metric 100000 + neighbor 192.168.160.1 remote-as 65004 + neighbor 192.168.160.1 activate + distribute-list BisonRoutesACL in + exit-address-family \ No newline at end of file