router bgp 334 no neighbor 192.169.2.1 soft-reconfiguration inbound no neighbor 192.169.1.1 soft-reconfiguration inbound no neighbor 192.169.1.1 weight 500 no maximum-paths 4 no neighbor 192.169.1.1 route-map ISPAOut out no neighbor 192.169.2.1 prefix-list ISPBIn in no neighbor 192.169.2.1 route-map ISPBOut out no ip prefix-list ISPBIn seq 10 permit 0.0.0.0/0 no ip prefix-list ISPBIn seq 100 deny 0.0.0.0/0 le 32 no route-map ISPBOut no route-map ISPAOut access-list 10 permit 10.0.0.0 0.0.0.255 access-list 20 permit 20.0.0.0 0.0.0.255 access-list 20 permit 30.0.0.0 0.0.0.255 access-list 20 permit 40.0.0.0 0.0.0.255 route-map AS200-WEIGHT set weight 50000 route-map AS400-WEIGHT match ip address 20 set weight 60000 route-map AS200-AS-PATH match ip address 20 set as-path 200 200 200 route-map AS200-AS-PATH route-map AS400-AS-PATH set as-path 200 200 router bgp 334 neighbor 192.169.1.1 route-map AS200-WEIGHT in neighbor 192.169.1.1 route-map AS200-AS-PATH out neighbor 192.169.2.1 route-map AS400-WEIGHT in neighbor 192.169.2.1 route-map AS400-AS-PATH out