Hi everybody,

I am trying to do an snmptable on a table called rbQoSProfileConfigTable. I
a doing that under Ubuntu 8.04.

Here is the extract of the MIB regarding this table :

    rbQoSProfileConfigTable    OBJECT-TYPE
>         SYNTAX        SEQUENCE  OF  RbQoSProfileConfigEntry
>         MAX-ACCESS    not-accessible
>         STATUS        current
>         DESCRIPTION
>             "A table of QoS Profiles."
>         ::=  { rbQoSProfiles  1 }
>
>     rbQoSProfileConfigEntry    OBJECT-TYPE
>         SYNTAX        RbQoSProfileConfigEntry
>         MAX-ACCESS    not-accessible
>         STATUS        current
>         DESCRIPTION
>             "An entry in the QoS Profiles Table. Includes parameters of the
> relevant QoS Profile."
>         INDEX        {  rbQoSProfileIdx  }
>         ::=  { rbQoSProfileConfigTable 1 }
>
>     RbQoSProfileConfigEntry  ::=  SEQUENCE {
>         rbQoSProfileIdx          Unsigned32,
>         rbQoSProfileName          DisplayString,
>         rbQoSProfileID          Unsigned32,
>         rbQoSProfileType          INTEGER,
>         rbQoSProfileParam1      Unsigned32,
>         rbQoSProfileParam2      Unsigned32,
>         rbQoSProfileParamTime   INTEGER,
>         rbAQoSProfileRowStatus  RowStatus
>         }


Here is the command I used, with the result :

m...@sumac-clusterhead-1:~$ snmptable -c public -v 2c 10.0.0.1
> rbQoSProfileConfigTable
> Error in packet.
> Reason: (genError) A general failure occured
>

I tried with a common table (like here
http://net-snmp.sourceforge.net/wiki/index.php/TUT:snmptable) :

m...@sumac-clusterhead-1:~$ snmptable -c public -v 2c 10.0.0.1 sysORTable
> Error in packet.
> Reason: (genError) A general failure occured


This is the same...

Can someone help me please ?

Thank you

François
------------------------------------------------------------------------------
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to