cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
814
Views
5
Helpful
1
Replies

Group Administration in DCR

bcon8ive32
Level 1
Level 1

I'm trying to setup custom groups based on either Ip Ranges or a part of the name. I have gone into Group Adminsitration and created a new group and tried to use the category ManagmentIp and put in a range. Unfortunately, it never populates any devices. I can manually add them on the next screen, but I cannot get it to auto populate.

My worry is that as we add new devices they will not auto group based on the templates.

We don't have our devices in DNS so all Display Names are IP's. Could this be the problem?

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

IP range support for custom groups is only available in LMS 3.0.

DNS is not required. You can use a local hosts file if you want hostnames to show up in LMS. However, none of that will allow you to create custom groups based on IP ranges in LMS < 3.0.

As a workaround, you can use the "contains" or "startswith" operators. For example:

Device.ManagementIpAddress contains "10.1.1."

Device.ManagementIpAddress startswith "10.1."

But this will not allow you match on classless boundaries.