20 lines
650 B
Plaintext
20 lines
650 B
Plaintext
router eigrp 1
|
|
distribute-list eigrpACL_FR out interface BISON_XFER
|
|
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
|
|
redistribute connected metric 10000 |