We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How IP Connection relationship type of IP Switch and Servers were created?

sutanghoon
Kilo Contributor

We did a discovery for CIs in a particular network. In IP Switch, there is an IP Connection::IP Connection to Servers as shown in the picture (in dependency map). I've checked the patterns for the network switch, and the servers involved but I couldn't find anything about 'create relation/reference' between the CIs. May I know how this was created or where in discovery this was created?

 

IP Switch.png

1 ACCEPTED SOLUTION

Niklas Peterson
Mega Sage

Hi,

This is done for Layer 3 switches and it's controlled by a property: glide.discovery.L3_mapping

 

After discovery is done a event, discovery.device.comple, is triggered and the script action Discovery - map device to netgears is executed.

 

Regards,
Niklas

View solution in original post

4 REPLIES 4

Niklas Peterson
Mega Sage

Hi,

This is done for Layer 3 switches and it's controlled by a property: glide.discovery.L3_mapping

 

After discovery is done a event, discovery.device.comple, is triggered and the script action Discovery - map device to netgears is executed.

 

Regards,
Niklas

+1 @Niklas Peterson 

 

Regards

RP

Thank you, Niklas! This is what we're looking for. 

Rahul Priyadars
Tera Sage

More Details are here also in few KBs

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0683837

 

Enaabling Layer 2 discovery: Edit or create the system property sa.create_physical_connections.active and set the value to True.

 

Enable Layer 3 discovery: Edit or create the system property glide.discovery.L3_mapping and set it to True.

 

Regards

RP