Hi,
I want to monitor my D-Link DES-3052P ports via nagios. but when send this command to get the number of interface it shows my huge interface number. 4147!?
#snmpget -v2c -c 'mycom' -m '' -M '' -On -OQ -Oe -Ot 172.16.0.7 .1.3.6.1.2.1.2.1.0'
4147
I try to find out the interface type of 1024 to 5117. got this :
.1.3.6.1.2.1.2.2.1.2.51 = "RMON Port 51 on Unit 1"
.1.3.6.1.2.1.2.2.1.2.52 = "RMON Port 52 on Unit 1"
.1.3.6.1.2.1.2.2.1.2.1024 = "802.1Q Encapsulation Tag 0001"
.1.3.6.1.2.1.2.2.1.2.1025 = "802.1Q Encapsulation Tag 0002"
.1.3.6.1.2.1.2.2.1.2.1026 = "802.1Q Encapsulation Tag 0003"
.1.3.6.1.2.1.2.2.1.2.1027 = "802.1Q Encapsulation Tag 0004"
my monitoring software hangup because of many fake interfaces.
any help?!