03-20-2017 12:28 PM - edited 03-08-2019 09:50 AM
Hello! I have a Catalyst 3650-24TD, running IPServices version 03.07.04E
I have a problem with router ACL containing object group: ACL is not working.
WORKING config
ip access-list extended TEST
deny icmp host 10.1.1.97 host 172.17.1.1 echo
permit ip any any
interface vlan 20
ip access-group TEST in
NOT WORKING config
object-group network SRC-HOST
10.1.1.97 255.255.255.255
ip access-list extended TEST
deny icmp object-group SRC-HOST host 172.17.1.1 echo
permit ip any any
interface vlan 20
ip access-group TEST in
Is this a bug or I missed something ? Thanks in advance!
03-20-2017 12:41 PM
Hi
Try to include
deny icmp object-group SRC-HOST host 172.17.1.1 echo-reply
or just
deny icmp object-group SRC-HOST host 172.17.1.1
03-20-2017 10:12 PM
Thank you Julio, but none of these methods were helpful. Frankly, quite as expected, in my opinion.
10-31-2017 01:56 PM
How did you created object-groups on Cisco-3650?
10-31-2017 02:14 PM
Hello,
instead of:
object-group network SRC-HOST
10.1.1.97 255.255.255.255
try:
object-group network SRC-HOST
host 10.1.1.97
10-31-2017 02:27 PM
I am running IOS 3.7.5E and I don't see an option of "object-group" in config mode. Am I missing anything?
10-31-2017 02:52 PM
Hello,
what do you mean ? If your config is;
object-group network SRC-HOST
10.1.1.97 255.255.255.255
How did you get that object group configured ? Sorry for the confusion...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide