cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1202
Views
0
Helpful
2
Replies

ERROR: Object group INT_ not found

jasongr33nway
Level 1
Level 1

I am having this issue when I try to place an object-group on my OUTSIDE-IN ACL. I am not sure why I am receiving this error?

 

Here is the  Object-Group

 

# sh run | begin INT_BLOCKED_IPs
object-group network INT_BLOCKED_IPs
 description Blocked_International_IPs
 network-object 62.210.0.0 255.255.0.0
 network-object 37.187.0.0 255.255.0.0
 network-object 46.29.160.0 255.255.248.0
 network-object 195.154.0.0 255.255.0.0
 network-object 93.115.24.0 255.255.248.0
 network-object 54.36.0.0 255.254.0.0
 network-object 134.119.128.0 255.255.128.0
 network-object 185.107.80.0 255.255.252.0
 network-object 46.17.40.0 255.255.248.0
 network-object 62.141.32.0 255.255.240.0
 network-object 62.4.0.0 255.255.224.0
 network-object 213.163.97.0 255.255.255.0
 network-object 219.148.0.0 255.255.0.0
 network-object host 155.94.65.122
 network-object host 165.227.116.27
 network-object host 107.155.141.130

 

Here is the error I am receiving.

 

(config)# access-list OUTSIDE-IN extended deny object-group INT_BLOCKED_IPs
ERROR: Object group INT_ not found

1 Accepted Solution

Accepted Solutions

mikael.lahtela
Level 4
Level 4
Hi,

Are you missing protocol in your ACE?
(config)# access-list OUTSIDE-IN extended deny object-group INT_BLOCKED_IPs

should be:
access-list OUTSIDE-IN extended deny ip object-group INT_BLOCKED_IPs

br, Micke

View solution in original post

2 Replies 2

mikael.lahtela
Level 4
Level 4
Hi,

Are you missing protocol in your ACE?
(config)# access-list OUTSIDE-IN extended deny object-group INT_BLOCKED_IPs

should be:
access-list OUTSIDE-IN extended deny ip object-group INT_BLOCKED_IPs

br, Micke

That's what it was!

 

Thanks for the help!

Review Cisco Networking for a $25 gift card