lemme2004
IS-IT--Management
- Sep 7, 2005
- 16
hi,
did any one tests the route-map on the pix,
I try to use source route technique, to change the gateway for a special class
let say that the route outside 0.0.0.0 0.0.0.0 is 172.16.0.1
and I want to route the class 192.168.0.0 to another gateway 172.16.0.2
I made an acl on the pix
access-list ACL permit ip 192.168.0.0 255.255.255.0 any
then I created a route-map:
route-map redirect permit 10
but when I tried to match the address:
match ip adress ACL
I got the extended access-list can not be applied,
what mean this warning.
did any one tests the route-map on the pix,
I try to use source route technique, to change the gateway for a special class
let say that the route outside 0.0.0.0 0.0.0.0 is 172.16.0.1
and I want to route the class 192.168.0.0 to another gateway 172.16.0.2
I made an acl on the pix
access-list ACL permit ip 192.168.0.0 255.255.255.0 any
then I created a route-map:
route-map redirect permit 10
but when I tried to match the address:
match ip adress ACL
I got the extended access-list can not be applied,
what mean this warning.