Hi im trying to control the inbound traffic from internet in a multihomed environment with two different ISP and 2 CPE`s using BGP . Both ISP are sending me default route so i`m using a route map (in) with the two bpg neighbors with the local preference 150 for the primary inbound and loc pref 100 for the back up but this is not working.

I found this on cisco web as an example , not working in real network:
Primary
ip as-path access-list 1 permit ^400$
neighbor 192.168.42.4 route-map AS-400-INCOMING in
route-map AS-400-INCOMING permit 10
match as-path 1
set local-preference 150
Sec
neighbor 192.168.31.3 route-map AS-300-INCOMING in
route-map AS-300-INCOMING permit 10
match as-path 1
set local-preference 100
ip as-path access-list 1 permit ^300$
Anyone know if it is possible to control inbound traffic with two different ISP`S in a real network?
THANKS
( SORRY FROM MY ENGLISH)