cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1120
Views
0
Helpful
6
Replies

Catalyst 3650, ACL is not working

sharlino
Level 1
Level 1

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!

6 Replies 6

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
 



>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Thank you Julio, but none of these methods were helpful. Frankly, quite as expected, in my opinion.

How did you created object-groups on Cisco-3650?

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

I am running IOS 3.7.5E and I don't see an option of "object-group" in config mode. Am I missing anything?

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...

Review Cisco Networking for a $25 gift card