Experts,
I want to get the "Interface throughput in Mbps" values by using snmp oid values to our prtg server from netscaler appliances.
When I used the value below, it gave me "#N SNMP_EXCEPTION_NOSUCHINSTANCE223" error.
"""ifThroughput
OID: 1.3.6.1.4.1.5951.4.1.1.54.1.48 Interface throughput in Mbps""""
I believe I need to add some interface indexes after the OID value, but I'm not sure how to check the indexes that is specific for the interfaces.
For example in Cisco, we use command below to check the interface index;
"""show snmp mib ifmib ifindex""""
Do you think that is the case, or am I missing something else ? Could you help me?
Thanks şn advance, you are awesome !
I'm using these OID below with no problem;
Sensor Names OID Values
CPU Usage 1.3.6.1.4.1.5951.4.1.1.41.1.0
Memory Usage 1.3.6.1.4.1.5951.4.1.1.41.2.0
Current TCP Client Connections 1.3.6.1.4.1.5951.4.1.1.46.2.0
Relevant Page;
https://developer-docs.citrix.com/projects/citrix-adc-snmp-oid-reference/en/latest/
Add comment