Does servicenow discovers router interface speed

Laurence2
Tera Contributor

does discovery discover router interface speed of IP Router?

3 REPLIES 3

Shubham_Jain
Mega Sage

@Laurence2 

 

Yes, ServiceNow Discovery can discover router interface speed if the device supports SNMP or allows SSH access and if the correct credentials and configurations are set up. The discovered information, including the interface speed, is then stored in the CMDB for use in other workflows, reporting, and analysis.

✔️ If this solves your issue, please mark it as Correct.


✔️ If you found it helpful, please mark it as Helpful.



Shubham Jain


I believe you are reffering customizing the existing Network Router pattern to include this information via SNMP OID likewise the ifSpeed OID 1.3.6.1.2.1.2.2.1.5.

as out of the box only below information about Router Interfaces [dscy_router_interface] is updated:
name
type
number
ip_address
mac_address
dest_ip_network

 

Laurence2
Tera Contributor

hello @Shubham_Jain 

 

how would that look in  the CI Form?

can you show me a screenshot if you have any?