A little on the BGP configuration ! ! Make sure next-hops are in the right place ! route-map set-nexthop permit 10 set ip next-hop peer-address ! ! Don't advertise anything ! no access-list 100 access-list 100 deny ip any any ! ! Peer Group ! router bgp 65534 bgp dampening neighbor multicast-ebgp peer-group nlri unicast multicast neighbor multicast-ebgp ebgp-multihop 255 neighbor multicast-ebgp update-source FastEthernet0/0 neighbor multicast-ebgp next-hop-self neighbor multicast-ebgp version 4 neighbor multicast-ebgp distribute-list 100 out neighbor multicast-ebgp route-map set-nexthop in Aside: Public v. Private AS numbers....