A minor amendment to what Mike said:
2008/7/30 Mike Ayers <[EMAIL PROTECTED]>:
>The MIB says:
> [SNIP]
> ifIndex OBJECT-TYPE
>SYNTAX InterfaceIndex
>MAX-ACCESS read-only
>STATUS current
>DESCRIPTION
>::= { ifEntry 1 }
> [/SNIP]
>
>You will nev
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Pachiappan D
> Sent: Tuesday, July 29, 2008 11:36 AM
> I use net-snmp 5.4.1 and am using "snmpgetnext" to retrieve
> the table rows/columns.
>
> To retrieve a row , i did as below,
> snmpgetnext -v3 -uadmin -lauthNoPriv -aMD5
Hi,
I use net-snmp 5.4.1 and am using "snmpgetnext" to retrieve the table
rows/columns.
To retrieve a row , i did as below,
snmpgetnext -v3 -uadmin -lauthNoPriv -aMD5 -Apassword localhost ifTable -
gives the first row ( 1st column )
IF-MIB::ifIndex.1 = INTEGER: 1
snmpgetnext -v3 -uadmin -lauthN