Hello,
I have routers and IP addresses are stored in the OID. For example:
[root@server1 ~]# snmpwalk -Os -cpublic -v2c 192.168.1.1 ipAdEntIfIndex
ipAdEntIfIndex.11.22.33.144 = INTEGER: 2
ipAdEntIfIndex.127.0.0.1 = INTEGER: 1
ipAdEntIfIndex.192.168.1.1 = INTEGER: 3
ipAdEntIfIndex.192.168.11.1 = INTEGER: 4
I set up the Item like in the attachment but it comes back "Not Supported"
What am I doing incorrectly?
Thank You!
I have routers and IP addresses are stored in the OID. For example:
[root@server1 ~]# snmpwalk -Os -cpublic -v2c 192.168.1.1 ipAdEntIfIndex
ipAdEntIfIndex.11.22.33.144 = INTEGER: 2
ipAdEntIfIndex.127.0.0.1 = INTEGER: 1
ipAdEntIfIndex.192.168.1.1 = INTEGER: 3
ipAdEntIfIndex.192.168.11.1 = INTEGER: 4
I set up the Item like in the attachment but it comes back "Not Supported"
What am I doing incorrectly?
Thank You!
Comment