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