How to represent VLAN's within Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2015 12:05 PM
I've been digging around Configuration for a while to see if there's some classes or relationships built for VLAN's. We want to map VLAN's to Services as different VLAN's have different network ACL's. I'm prepared to build out what I need but I don't want to build out something that already has some kind of footprint in Configuration. There seems to no one that's done this yet, or at least done it and published anything about it. I've also been unsuccessful getting information from ServiceNow about this.
Please note, we have not and will not be using Discovery.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2015 09:45 PM
May be the IP Address Access Control [ip_control] table you need to take a look at.
You might need to extend table from it to accommodate things like subnet mask, network ID , gateway etc for VLAN thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2015 11:40 AM
Thanks Deepak! I'll take a look.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2017 03:04 PM
The name of the table is actually ip_access, and it's pretty much a stand alone table. Not sure what benefit extending it would make.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2016 06:22 PM
Hi Paul,
We are also looking to represent VLAN in our CMDB. Did you finally found a suitable class/table? Otherwise, how did you finally did the representation and the mapping to services?
If any one else has an input on this, I would be happy to hear it.
Thank you