Menu

#1438 ifOperStatus always "down" for the third NIC eth2

linux
closed
nobody
agent (1105)
5
2012-11-08
2005-09-15
No

Version net-snmp 5.2.1.2
OS: SuSE Linux 8.2 Professional

There is 3 NIC cards up an running but the IfOperStatus
stay "down" for the third NIC (eth2) .

IF-MIB::ifType.1 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.5 = INTEGER: tunnel(131)

IF-MIB::ifAdminStatus.1 = INTEGER: up(1)
IF-MIB::ifAdminStatus.2 = INTEGER: up(1)
IF-MIB::ifAdminStatus.3 = INTEGER: up(1)
IF-MIB::ifAdminStatus.4 = INTEGER: up(1)
IF-MIB::ifAdminStatus.5 = INTEGER: down(2)

$IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.3 = INTEGER: up(1)
IF-MIB::ifOperStatus.4 = INTEGER: down(2)
IF-MIB::ifOperStatus.5 = INTEGER: down(2)

Discussion

  • Dave Shield

    Dave Shield - 2007-03-08

    Logged In: YES
    user_id=88893
    Originator: NO

    The IF-MIB handling has been completely rewritten
    for the latest releases. Can you please confirm
    whether this problem is still valid with this
    "mfd-rewrite" implementation?

    (Depending on the O/S, you may need to explicitly
    activate this code using
    "configure --enable-mfd-rewrites")

     
  • rey_dominique

    rey_dominique - 2007-03-13

    Logged In: YES
    user_id=1345316
    Originator: YES

    Since then I installed the version 5.3.1 and this problem is resolved.
    Thank you very much.
    D.

     
  • rey_dominique

    rey_dominique - 2007-03-13

    Logged In: YES
    user_id=1345316
    Originator: YES

    Thanks for the bug report!
    We've fixed the problem in the 5.3.x and 5.4.x
    code branches and the main development tree,
    so it should be fixed in future releases of the
    Net-SNMP package.

     

Log in to post a comment.