org.snmp4j.agent.test
Class IfMib

java.lang.Object
  extended by org.snmp4j.agent.test.IfMib
All Implemented Interfaces:
MOGroup

public class IfMib
extends java.lang.Object
implements MOGroup


Nested Class Summary
static class IfMib.IfAdminStatusEnum
           
static class IfMib.IfLinkUpDownTrapEnableEnum
           
static class IfMib.IfPromiscuousModeEnum
           
static class IfMib.IfRcvAddressStatusEnum
           
static class IfMib.IfRcvAddressTypeEnum
           
static class IfMib.IfStackStatusEnum
           
static class IfMib.IfTestStatusEnum
           
 
Field Summary
static int colIfAdminStatus
           
static int colIfAlias
           
static int colIfConnectorPresent
           
static int colIfCounterDiscontinuityTime
           
static int colIfDescr
           
static int colIfHCInBroadcastPkts
           
static int colIfHCInMulticastPkts
           
static int colIfHCInOctets
           
static int colIfHCInUcastPkts
           
static int colIfHCOutBroadcastPkts
           
static int colIfHCOutMulticastPkts
           
static int colIfHCOutOctets
           
static int colIfHCOutUcastPkts
           
static int colIfHighSpeed
           
static int colIfInBroadcastPkts
           
static int colIfIndex
           
static int colIfInDiscards
           
static int colIfInErrors
           
static int colIfInMulticastPkts
           
static int colIfInNUcastPkts
           
static int colIfInOctets
           
static int colIfInUcastPkts
           
static int colIfInUnknownProtos
           
static int colIfLastChange
           
static int colIfLinkUpDownTrapEnable
           
static int colIfMtu
           
static int colIfName
           
static int colIfOperStatus
           
static int colIfOutBroadcastPkts
           
static int colIfOutDiscards
           
static int colIfOutErrors
           
static int colIfOutMulticastPkts
           
static int colIfOutNUcastPkts
           
static int colIfOutOctets
           
static int colIfOutQLen
           
static int colIfOutUcastPkts
           
static int colIfPhysAddress
           
static int colIfPromiscuousMode
           
static int colIfRcvAddressStatus
           
static int colIfRcvAddressType
           
static int colIfSpecific
           
static int colIfSpeed
           
static int colIfStackStatus
           
static int colIfTestCode
           
static int colIfTestId
           
static int colIfTestOwner
           
static int colIfTestResult
           
static int colIfTestStatus
           
static int colIfTestType
           
static int colIfType
           
static int idxIfAdminStatus
           
static int idxIfAlias
           
static int idxIfConnectorPresent
           
static int idxIfCounterDiscontinuityTime
           
static int idxIfDescr
           
static int idxIfHCInBroadcastPkts
           
static int idxIfHCInMulticastPkts
           
static int idxIfHCInOctets
           
static int idxIfHCInUcastPkts
           
static int idxIfHCOutBroadcastPkts
           
static int idxIfHCOutMulticastPkts
           
static int idxIfHCOutOctets
           
static int idxIfHCOutUcastPkts
           
static int idxIfHighSpeed
           
static int idxIfInBroadcastPkts
           
static int idxIfIndex
           
static int idxIfInDiscards
           
static int idxIfInErrors
           
static int idxIfInMulticastPkts
           
static int idxIfInNUcastPkts
           
static int idxIfInOctets
           
static int idxIfInUcastPkts
           
static int idxIfInUnknownProtos
           
static int idxIfLastChange
           
static int idxIfLinkUpDownTrapEnable
           
static int idxIfMtu
           
static int idxIfName
           
static int idxIfOperStatus
           
static int idxIfOutBroadcastPkts
           
static int idxIfOutDiscards
           
static int idxIfOutErrors
           
static int idxIfOutMulticastPkts
           
static int idxIfOutNUcastPkts
           
static int idxIfOutOctets
           
static int idxIfOutQLen
           
static int idxIfOutUcastPkts
           
static int idxIfPhysAddress
           
static int idxIfPromiscuousMode
           
static int idxIfRcvAddressStatus
           
static int idxIfRcvAddressType
           
static int idxIfSpecific
           
static int idxIfSpeed
           
static int idxIfStackStatus
           
static int idxIfTestCode
           
static int idxIfTestId
           
static int idxIfTestOwner
           
static int idxIfTestResult
           
static int idxIfTestStatus
           
static int idxIfTestType
           
static int idxIfType
           
static org.snmp4j.smi.OID oidIfEntry
           
static org.snmp4j.smi.OID oidIfNumber
           
static org.snmp4j.smi.OID oidIfRcvAddressEntry
           
static org.snmp4j.smi.OID oidIfStackEntry
           
static org.snmp4j.smi.OID oidIfStackLastChange
           
static org.snmp4j.smi.OID oidIfTableLastChange
           
static org.snmp4j.smi.OID oidIfTestEntry
           
static org.snmp4j.smi.OID oidIfXEntry
           
static org.snmp4j.smi.OID oidLinkDown
           
static org.snmp4j.smi.OID oidLinkUp
           
static org.snmp4j.smi.OID oidTrapVarIfAdminStatus
           
static org.snmp4j.smi.OID oidTrapVarIfIndex
           
static org.snmp4j.smi.OID oidTrapVarIfOperStatus
           
 
Constructor Summary
IfMib()
           
 
Method Summary
 MOTable getIfEntry()
           
 MOTable getIfRcvAddressEntry()
           
 MOTable getIfStackEntry()
           
 MOTable getIfTestEntry()
           
 MOTable getIfXEntry()
           
 void linkDown(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs)
           
 void linkUp(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs)
           
 void registerMOs(MOServer server, org.snmp4j.smi.OctetString context)
          Registers the managed objects of this group with the server for the supplied context.
 void unregisterMOs(MOServer server, org.snmp4j.smi.OctetString context)
          Unregisters the managed objects of this group from the supplied server and from the supplied context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oidIfNumber

public static final org.snmp4j.smi.OID oidIfNumber

oidIfTableLastChange

public static final org.snmp4j.smi.OID oidIfTableLastChange

oidIfStackLastChange

public static final org.snmp4j.smi.OID oidIfStackLastChange

oidLinkDown

public static final org.snmp4j.smi.OID oidLinkDown

oidTrapVarIfIndex

public static final org.snmp4j.smi.OID oidTrapVarIfIndex

oidTrapVarIfAdminStatus

public static final org.snmp4j.smi.OID oidTrapVarIfAdminStatus

oidTrapVarIfOperStatus

public static final org.snmp4j.smi.OID oidTrapVarIfOperStatus

oidLinkUp

public static final org.snmp4j.smi.OID oidLinkUp

oidIfEntry

public static final org.snmp4j.smi.OID oidIfEntry

colIfIndex

public static final int colIfIndex
See Also:
Constant Field Values

colIfDescr

public static final int colIfDescr
See Also:
Constant Field Values

colIfType

public static final int colIfType
See Also:
Constant Field Values

colIfMtu

public static final int colIfMtu
See Also:
Constant Field Values

colIfSpeed

public static final int colIfSpeed
See Also:
Constant Field Values

colIfPhysAddress

public static final int colIfPhysAddress
See Also:
Constant Field Values

colIfAdminStatus

public static final int colIfAdminStatus
See Also:
Constant Field Values

colIfOperStatus

public static final int colIfOperStatus
See Also:
Constant Field Values

colIfLastChange

public static final int colIfLastChange
See Also:
Constant Field Values

colIfInOctets

public static final int colIfInOctets
See Also:
Constant Field Values

colIfInUcastPkts

public static final int colIfInUcastPkts
See Also:
Constant Field Values

colIfInNUcastPkts

public static final int colIfInNUcastPkts
See Also:
Constant Field Values

colIfInDiscards

public static final int colIfInDiscards
See Also:
Constant Field Values

colIfInErrors

public static final int colIfInErrors
See Also:
Constant Field Values

colIfInUnknownProtos

public static final int colIfInUnknownProtos
See Also:
Constant Field Values

colIfOutOctets

public static final int colIfOutOctets
See Also:
Constant Field Values

colIfOutUcastPkts

public static final int colIfOutUcastPkts
See Also:
Constant Field Values

colIfOutNUcastPkts

public static final int colIfOutNUcastPkts
See Also:
Constant Field Values

colIfOutDiscards

public static final int colIfOutDiscards
See Also:
Constant Field Values

colIfOutErrors

public static final int colIfOutErrors
See Also:
Constant Field Values

colIfOutQLen

public static final int colIfOutQLen
See Also:
Constant Field Values

colIfSpecific

public static final int colIfSpecific
See Also:
Constant Field Values

idxIfIndex

public static final int idxIfIndex
See Also:
Constant Field Values

idxIfDescr

public static final int idxIfDescr
See Also:
Constant Field Values

idxIfType

public static final int idxIfType
See Also:
Constant Field Values

idxIfMtu

public static final int idxIfMtu
See Also:
Constant Field Values

idxIfSpeed

public static final int idxIfSpeed
See Also:
Constant Field Values

idxIfPhysAddress

public static final int idxIfPhysAddress
See Also:
Constant Field Values

idxIfAdminStatus

public static final int idxIfAdminStatus
See Also:
Constant Field Values

idxIfOperStatus

public static final int idxIfOperStatus
See Also:
Constant Field Values

idxIfLastChange

public static final int idxIfLastChange
See Also:
Constant Field Values

idxIfInOctets

public static final int idxIfInOctets
See Also:
Constant Field Values

idxIfInUcastPkts

public static final int idxIfInUcastPkts
See Also:
Constant Field Values

idxIfInNUcastPkts

public static final int idxIfInNUcastPkts
See Also:
Constant Field Values

idxIfInDiscards

public static final int idxIfInDiscards
See Also:
Constant Field Values

idxIfInErrors

public static final int idxIfInErrors
See Also:
Constant Field Values

idxIfInUnknownProtos

public static final int idxIfInUnknownProtos
See Also:
Constant Field Values

idxIfOutOctets

public static final int idxIfOutOctets
See Also:
Constant Field Values

idxIfOutUcastPkts

public static final int idxIfOutUcastPkts
See Also:
Constant Field Values

idxIfOutNUcastPkts

public static final int idxIfOutNUcastPkts
See Also:
Constant Field Values

idxIfOutDiscards

public static final int idxIfOutDiscards
See Also:
Constant Field Values

idxIfOutErrors

public static final int idxIfOutErrors
See Also:
Constant Field Values

idxIfOutQLen

public static final int idxIfOutQLen
See Also:
Constant Field Values

idxIfSpecific

public static final int idxIfSpecific
See Also:
Constant Field Values

oidIfXEntry

public static final org.snmp4j.smi.OID oidIfXEntry

colIfName

public static final int colIfName
See Also:
Constant Field Values

colIfInMulticastPkts

public static final int colIfInMulticastPkts
See Also:
Constant Field Values

colIfInBroadcastPkts

public static final int colIfInBroadcastPkts
See Also:
Constant Field Values

colIfOutMulticastPkts

public static final int colIfOutMulticastPkts
See Also:
Constant Field Values

colIfOutBroadcastPkts

public static final int colIfOutBroadcastPkts
See Also:
Constant Field Values

colIfHCInOctets

public static final int colIfHCInOctets
See Also:
Constant Field Values

colIfHCInUcastPkts

public static final int colIfHCInUcastPkts
See Also:
Constant Field Values

colIfHCInMulticastPkts

public static final int colIfHCInMulticastPkts
See Also:
Constant Field Values

colIfHCInBroadcastPkts

public static final int colIfHCInBroadcastPkts
See Also:
Constant Field Values

colIfHCOutOctets

public static final int colIfHCOutOctets
See Also:
Constant Field Values

colIfHCOutUcastPkts

public static final int colIfHCOutUcastPkts
See Also:
Constant Field Values

colIfHCOutMulticastPkts

public static final int colIfHCOutMulticastPkts
See Also:
Constant Field Values

colIfHCOutBroadcastPkts

public static final int colIfHCOutBroadcastPkts
See Also:
Constant Field Values

colIfLinkUpDownTrapEnable

public static final int colIfLinkUpDownTrapEnable
See Also:
Constant Field Values

colIfHighSpeed

public static final int colIfHighSpeed
See Also:
Constant Field Values

colIfPromiscuousMode

public static final int colIfPromiscuousMode
See Also:
Constant Field Values

colIfConnectorPresent

public static final int colIfConnectorPresent
See Also:
Constant Field Values

colIfAlias

public static final int colIfAlias
See Also:
Constant Field Values

colIfCounterDiscontinuityTime

public static final int colIfCounterDiscontinuityTime
See Also:
Constant Field Values

idxIfName

public static final int idxIfName
See Also:
Constant Field Values

idxIfInMulticastPkts

public static final int idxIfInMulticastPkts
See Also:
Constant Field Values

idxIfInBroadcastPkts

public static final int idxIfInBroadcastPkts
See Also:
Constant Field Values

idxIfOutMulticastPkts

public static final int idxIfOutMulticastPkts
See Also:
Constant Field Values

idxIfOutBroadcastPkts

public static final int idxIfOutBroadcastPkts
See Also:
Constant Field Values

idxIfHCInOctets

public static final int idxIfHCInOctets
See Also:
Constant Field Values

idxIfHCInUcastPkts

public static final int idxIfHCInUcastPkts
See Also:
Constant Field Values

idxIfHCInMulticastPkts

public static final int idxIfHCInMulticastPkts
See Also:
Constant Field Values

idxIfHCInBroadcastPkts

public static final int idxIfHCInBroadcastPkts
See Also:
Constant Field Values

idxIfHCOutOctets

public static final int idxIfHCOutOctets
See Also:
Constant Field Values

idxIfHCOutUcastPkts

public static final int idxIfHCOutUcastPkts
See Also:
Constant Field Values

idxIfHCOutMulticastPkts

public static final int idxIfHCOutMulticastPkts
See Also:
Constant Field Values

idxIfHCOutBroadcastPkts

public static final int idxIfHCOutBroadcastPkts
See Also:
Constant Field Values

idxIfLinkUpDownTrapEnable

public static final int idxIfLinkUpDownTrapEnable
See Also:
Constant Field Values

idxIfHighSpeed

public static final int idxIfHighSpeed
See Also:
Constant Field Values

idxIfPromiscuousMode

public static final int idxIfPromiscuousMode
See Also:
Constant Field Values

idxIfConnectorPresent

public static final int idxIfConnectorPresent
See Also:
Constant Field Values

idxIfAlias

public static final int idxIfAlias
See Also:
Constant Field Values

idxIfCounterDiscontinuityTime

public static final int idxIfCounterDiscontinuityTime
See Also:
Constant Field Values

oidIfStackEntry

public static final org.snmp4j.smi.OID oidIfStackEntry

colIfStackStatus

public static final int colIfStackStatus
See Also:
Constant Field Values

idxIfStackStatus

public static final int idxIfStackStatus
See Also:
Constant Field Values

oidIfTestEntry

public static final org.snmp4j.smi.OID oidIfTestEntry

colIfTestId

public static final int colIfTestId
See Also:
Constant Field Values

colIfTestStatus

public static final int colIfTestStatus
See Also:
Constant Field Values

colIfTestType

public static final int colIfTestType
See Also:
Constant Field Values

colIfTestResult

public static final int colIfTestResult
See Also:
Constant Field Values

colIfTestCode

public static final int colIfTestCode
See Also:
Constant Field Values

colIfTestOwner

public static final int colIfTestOwner
See Also:
Constant Field Values

idxIfTestId

public static final int idxIfTestId
See Also:
Constant Field Values

idxIfTestStatus

public static final int idxIfTestStatus
See Also:
Constant Field Values

idxIfTestType

public static final int idxIfTestType
See Also:
Constant Field Values

idxIfTestResult

public static final int idxIfTestResult
See Also:
Constant Field Values

idxIfTestCode

public static final int idxIfTestCode
See Also:
Constant Field Values

idxIfTestOwner

public static final int idxIfTestOwner
See Also:
Constant Field Values

oidIfRcvAddressEntry

public static final org.snmp4j.smi.OID oidIfRcvAddressEntry

colIfRcvAddressStatus

public static final int colIfRcvAddressStatus
See Also:
Constant Field Values

colIfRcvAddressType

public static final int colIfRcvAddressType
See Also:
Constant Field Values

idxIfRcvAddressStatus

public static final int idxIfRcvAddressStatus
See Also:
Constant Field Values

idxIfRcvAddressType

public static final int idxIfRcvAddressType
See Also:
Constant Field Values
Constructor Detail

IfMib

public IfMib()
Method Detail

getIfEntry

public MOTable getIfEntry()

getIfXEntry

public MOTable getIfXEntry()

getIfStackEntry

public MOTable getIfStackEntry()

getIfTestEntry

public MOTable getIfTestEntry()

getIfRcvAddressEntry

public MOTable getIfRcvAddressEntry()

registerMOs

public void registerMOs(MOServer server,
                        org.snmp4j.smi.OctetString context)
                 throws DuplicateRegistrationException
Description copied from interface: MOGroup
Registers the managed objects of this group with the server for the supplied context.

Specified by:
registerMOs in interface MOGroup
Parameters:
server - the MOServer where to register the managed objects.
context - the context to use (may be null if no specific context is selected).
Throws:
DuplicateRegistrationException - if a managed object's scope (i.e. lower bound) is already registered at the server.

unregisterMOs

public void unregisterMOs(MOServer server,
                          org.snmp4j.smi.OctetString context)
Description copied from interface: MOGroup
Unregisters the managed objects of this group from the supplied server and from the supplied context.

Specified by:
unregisterMOs in interface MOGroup
Parameters:
server - the MOServer where to unregister the managed objects.
context - the context to use (may be null if no specific context is selected).

linkDown

public void linkDown(NotificationOriginator notificationOriginator,
                     org.snmp4j.smi.OctetString context,
                     org.snmp4j.smi.VariableBinding[] vbs)

linkUp

public void linkUp(NotificationOriginator notificationOriginator,
                   org.snmp4j.smi.OctetString context,
                   org.snmp4j.smi.VariableBinding[] vbs)

Copyright 2005-2008 Frank Fock (SNMP4J.org)