32 lines
839 B
Plaintext
32 lines
839 B
Plaintext
router eigrp 1
|
|
address-family ipv4 vrf bison autonomous-system 1
|
|
default-metric 10000 2000 255 1 1500
|
|
redistribute bgp 65147 metric 10000 1000 100 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 10000
|
|
neighbor 192.168.160.17 remote-as 65004
|
|
neighbor 192.168.160.17 activate
|
|
distribute-list BisonRoutesACL in
|
|
exit-address-family
|
|
|
|
-->
|
|
|
|
router eigrp 1
|
|
no address-family ipv4 vrf bison autonomous-system 1
|
|
|
|
router bgp 65147
|
|
address-family ipv4 vrf bison
|
|
redistribute eigrp 1 metric 10000
|
|
neighbor 192.168.160.17 remote-as 65004
|
|
neighbor 192.168.160.17 activate
|
|
neighbor 10.120.1.67 remote-as 65147
|
|
neighbor 10.120.1.68 remote-as 65147
|
|
neighbor 10.120.1.68 next-hop-self
|
|
|
|
distribute-list BisonRoutesACL in
|
|
exit-address-family
|