Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi everyone.
I have a route-map with pbr rules on my asr router. There is a need to process with "and" logic two different acls with one route-map rule. But when i try to configure two
match ip address
rules router processes it with "or" logic. Also ...
You're genius!! It works! Thank you very much, spend a lot of time.
Next config works right:
route-map LAN permit 10match ip address SOCIALOBJECTset ip next-hop 10.10.5.2!route-map LAN permit 20set interface Null0!ip access-list extended SOCIALO...
I work in service provider, there are a lot of options on the router. Already configured several deny entries in route-map that passthrough packets to standart routing, several permit entries that redirect packets to servers. Unfortunately turbo acl ...
I got it. You mean that I need to write one extended acl with all source and all destinations. But this acl will be very big. I mentioned about it above. acl with source ip address has 100 entries, acl with destination has 100 entries. If I use only ...
This is ASR router, not l3 switch, there are no l3svi interfaces. This router accepts subnets from other routers with OSPF process. Subnets 192.168.0.0/24 and 192.168.1.0/24 were mentioned as an example. In practice there are many single ip addresse...