Title: snmpget on Tables having MacAddress as index


Hi

     I have MIB table defined having MacAddress datatype as index. If i have to get particular column on that table, I have tried,

snmpget -v2c -c motro 10.201.114.135 myColumn.0

snmpget -v2c -c motro 10.201.114.135 myColumn.'192.211.111.114.114.114'
snmpget -v2c -c motro 10.201.114.135 myColumn.192.211.111.114.114.114
snmpget -v2c -c motro 10.201.114.135 myColumn.1.1.1.1.1.1
snmpget -v2c -c motro 10.201.114.135 myColumn.\"aaaaaa\"
snmpget -v2c -c motro 10.201.114.135 myColumn.\aa:bb:cc:dd:ee\
snmpget -v2c -c motro 10.201.114.135 myColumn.'aa:bb:cc:dd:ee:ff'
snmpget -v2c -c motro 10.201.114.135 myColumn.'aabbccddeeff'
snmpget -v2c -c motro 10.201.114.135 myColumn.aabbccddeeff
  
     If i give index as '0', the request lands into snmp agent, for other than 0, i am getting message that "No Such Instance currently exists at this OID". How i can give the snmpget request?
I have to use -Ib or -Ih?


Regards,
Kanda

Reply via email to