Class Snmp4jProxyMib

    • Field Detail

      • oidSnmp4jProxyMib

        public static final org.snmp4j.smi.OID oidSnmp4jProxyMib
        OID of this MIB module for usage which can be used for its identification.
      • oidSnmp4jProxyEntry

        public static final org.snmp4j.smi.OID oidSnmp4jProxyEntry
      • oidSnmp4jProxyName

        public static final org.snmp4j.smi.OID oidSnmp4jProxyName
      • tcModuleSnmpFrameworkMib

        public static final java.lang.String tcModuleSnmpFrameworkMib
        See Also:
        Constant Field Values
      • tcDefSnmpEngineID

        public static final java.lang.String tcDefSnmpEngineID
        See Also:
        Constant Field Values
      • tcDefSnmpAdminString

        public static final java.lang.String tcDefSnmpAdminString
        See Also:
        Constant Field Values
      • tcModuleSNMPv2Tc

        public static final java.lang.String tcModuleSNMPv2Tc
        See Also:
        Constant Field Values
      • tcDefStorageType

        public static final java.lang.String tcDefStorageType
        See Also:
        Constant Field Values
      • colSnmp4jProxyContextEngineID

        public static final int colSnmp4jProxyContextEngineID
        See Also:
        Constant Field Values
      • colSnmp4jProxyContextName

        public static final int colSnmp4jProxyContextName
        See Also:
        Constant Field Values
      • colSnmp4jProxyStorageType

        public static final int colSnmp4jProxyStorageType
        See Also:
        Constant Field Values
      • colSnmp4jProxyRowStatus

        public static final int colSnmp4jProxyRowStatus
        See Also:
        Constant Field Values
      • colSnmp4jProxyTargetSubtree

        public static final int colSnmp4jProxyTargetSubtree
        See Also:
        Constant Field Values
      • idxSnmp4jProxyContextEngineID

        public static final int idxSnmp4jProxyContextEngineID
        See Also:
        Constant Field Values
      • idxSnmp4jProxyContextName

        public static final int idxSnmp4jProxyContextName
        See Also:
        Constant Field Values
      • idxSnmp4jProxyStorageType

        public static final int idxSnmp4jProxyStorageType
        See Also:
        Constant Field Values
      • idxSnmp4jProxyRowStatus

        public static final int idxSnmp4jProxyRowStatus
        See Also:
        Constant Field Values
      • idxSnmp4jProxyTargetSubtree

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

      • Snmp4jProxyMib

        protected Snmp4jProxyMib()
        Constructs a Snmp4jProxyMib instance without actually creating its ManagedObject instances. This has to be done in a sub-class constructor or after construction by calling createMO(MOFactory moFactory).
      • Snmp4jProxyMib

        protected Snmp4jProxyMib​(MOFactory moFactory)
        Constructs a Snmp4jProxyMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling createMO(MOFactory moFactory)).
        Parameters:
        moFactory - the MOFactory to be used to create the managed objects for this module.
      • Snmp4jProxyMib

        public Snmp4jProxyMib​(MOFactory moFactory,
                              org.snmp4j.Session session,
                              MOServer server,
                              SnmpTargetMIB targetMIB)
        Constructs a Snmp4jProxyMib instance and actually creates its ManagedObject instances using the supplied MOFactory (by calling createMO(MOFactory moFactory)).
        Parameters:
        moFactory - the MOFactory to be used to create the managed objects for this module.
        session - the SNMP session to be used for forwarding requests.
        server - the MOServer used to register new subtree proxies.
        targetMIB - the SnmpTargetMIB instance for proxy target configuration.