I use centos packages
net-snmp-5.5-44.el6_4.1.i686
is there a way from the binary to check if it has been compiled with --enable_ipv6 ?

Le 07/06/2013 08:58, Duc2Bobf . a écrit :
hi,

Probably you need to enable ipv6 at compile time. --enable_ipv6 ( or some similar flag ). If already done then please ignore.

Regards



On Tue, Jun 4, 2013 at 1:50 PM, Jehan Procaccia <jehan.procac...@tem-tsp.eu <mailto:jehan.procac...@tem-tsp.eu>> wrote:

    hello,

    I want to monitor (cacti graphs) ipv6 only trafic on a linux
    server (centos)
    Unfortunatly I cannot get the ipv6 trafic counters from net-snmp ,
    from
    the monitor server I issue a request to my "client":

    snmpwalk  -v 2c -Ovq -c secret 157.88.88.77
    IPV6-MIB::ipv6IfStatsInReceives
    No Such Instance currently exists at this OID

     From http://net-snmp.sourceforge.net/docs/mibs/ipv6MIB.html i also
    tried direct oid:
    # snmpwalk  -v 2c -Ovq -c secret 157.88.88.77 .1.3.6.1.2.1.55.1.6
    No Such Object available on this agent at this OID

    The "client" I want to monitor/graph ipv6 trafic has these snmp
    packages:
    # rpm -qa | grep snmp
    net-snmp-libs-5.5-44.el6_4.1.i686
    net-snmp-devel-5.5-44.el6_4.1.i686
    net-snmp-5.5-44.el6_4.1.i686
    net-snmp-utils-5.5-44.el6_4.1.i686
    nagios-plugins-snmp-1.4.16-5.el6.i686

    And seem to have ipv6 snmp enable (is that the right way to check ?)

    # net-snmp-config --snmpd-module-list | tr " " "\n"  | grep ipv6
    ip-mib/ipv6InterfaceTable/ipv6InterfaceTable
    ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable
    ip-mib/ipv6InterfaceTable/ipv6InterfaceTable_interface
    ip-mib/ipv6InterfaceTable/ipv6InterfaceTable_data_access
    ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_interface
    ip-mib/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexTable_data_access
    mibII/ipv6
    ip-mib/data_access/ipv6scopezone_common
    ip-mib/data_access/ipv6scopezone_linux

    # ps auwx | grep snmp
    root     26210  0.0  0.1  20068  3996 ?        S    09:57 0:00
    /usr/sbin/snmpd -LS0-6d -Lf /dev/null -p /var/run/snmpd.pid

    What I am missing ?
    Thanks.

    
------------------------------------------------------------------------------
    How ServiceNow helps IT people transform IT departments:
    1. A cloud service to automate IT design, transition and operations
    2. Dashboards that offer high-level views of enterprise services
    3. A single system of record for all IT processes
    http://p.sf.net/sfu/servicenow-d2d-j
    _______________________________________________
    Net-snmp-users mailing list
    Net-snmp-users@lists.sourceforge.net
    <mailto:Net-snmp-users@lists.sourceforge.net>
    Please see the following page to unsubscribe or change other options:
    https://lists.sourceforge.net/lists/listinfo/net-snmp-users



------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to