BISON-BGP/asa-frankfurt aktualisiert

This commit is contained in:
ageissler
2024-10-28 12:57:54 +01:00
parent 73e3ddbfa9
commit cfa99eb7e7

View File

@@ -1,3 +1,19 @@
router eigrp 1 router eigrp 1
distribute-list eigrpACL_FR out interface BISON_XFER distribute-list eigrpACL_FR out interface BISON_XFER
network 10.120.1.64 255.255.255.248 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