config t ! ip access-list standard isis-into-bgp permit 100.124.1.0 0.0.0.255 ! route-map isis-into-bgp per 10 match ip address isis-into-bgp ! router bgp 65534 address-family ipv4 redistribute isis level-2 metric 10 route-map isis-into-bgp ! router isis redistribute bgp 65534 metric 100 metric-type external ! #2 config t ! ip access-list standard isis-into-bgp permit 100.124.1.0 0.0.0.255 ! route-map isis-into-bgp per 10 match ip address isis-into-bgp ! router bgp 65534 address-family ipv4 redistribute isis level-2 metric 10 route-map isis-into-bgp ! router isis redistribute bgp 65534 metric 100 metric-type external ! config t ! int vlan 3001 bfd interval 300 min_rx 300 multiplier 3 no bfd echo ! router bgp 65534 ! address-family ipv4 neighbor 100.126.1.2 fall-over bfd ! config t ! int vlan 3002 bfd interval 300 min_rx 300 multiplier 3 no bfd echo ! router bgp 65534 ! address-family ipv4 neighbor 100.126.1.6 fall-over bfd !