Link to home
Start Free TrialLog in
Avatar of gateguard
gateguard

asked on

route-map match ip address

This is just something I'm trying to understand.

I know that in a route-map, if I use a match statement that uses and access-list, the source/destination of the packet is easily checked against the access-list, such as:

match ip address 10

where 10 is an access-list and since it's a standard access-list it's examining the source address of the packet.

But what about his:

match ip address 192.168.10.50

Is this looking for a match on the SOURCE address of the packet or the DESTINATION address of the packet?

And how do we know?

I can't find this documented in Cisco.

Avatar of Big5250
Big5250

Here's a link to Cisco on Configuring PBR (Policy-Based Routing)  Should be able to provide you with direction.  If not, let me know.
ASKER CERTIFIED SOLUTION
Avatar of PennGwyn
PennGwyn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gateguard

ASKER

PennGwyn, I've only seen that syntax in reference material, never on an actual router.  You're probably right about what it does and you're certainly right that the access-list form is the usual (and best) approach.

But just out of curiousity, Big5250, could you post the link.  (There's no link.)

Thanks.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial