⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 if_mib.h

📁 JdonFramework need above jdk 1.4.0This version has passed under Tomcat 4.x/5.x JBoss 3.x/JBoss 4.0.0
💻 H
📖 第 1 页 / 共 2 页
字号:
/*_############################################################################  _##   _##  if_mib.h    _##   _##  _##  AgentX++ v1.4.15  _##  ---------------------------------------------------------  _##  Copyright (C) 2000-2006, Frank Fock, All rights reserved.  _##    _##  Use of this software is subject to the license agreement you received  _##  with this software and which can be downloaded from   _##  http://www.agentpp.com  _##  _##  This is licensed software and may not be used in a commercial  _##  environment, except for evaluation purposes, unless a valid  _##  license has been purchased.  _##  _##  Last updated: Fri Jun 16 20:00:36 CEST 2006   _##    _##########################################################################*/#ifndef _if_mib_h#define _if_mib_h#ifdef linux#include <agent_pp/mib.h>#include <agent_pp/snmp_textual_conventions.h>#include <agent_pp/notification_originator.h>#include <agentx_pp/agentx_subagent.h>#ifndef IF_MIB_SHARED_TABLES#define IF_MIB_SHARED_TABLES#endif#define oidIfNumber                      "1.3.6.1.2.1.2.1.0"#define oidIfTable                       "1.3.6.1.2.1.2.2"#define oidIfEntry                       "1.3.6.1.2.1.2.2.1"#define oidIfIndex                       "1.3.6.1.2.1.2.2.1.1"#define colIfIndex                       "1"#define oidIfDescr                       "1.3.6.1.2.1.2.2.1.2"#define colIfDescr                       "2"#define oidIfType                        "1.3.6.1.2.1.2.2.1.3"#define colIfType                        "3"#define oidIfMtu                         "1.3.6.1.2.1.2.2.1.4"#define colIfMtu                         "4"#define oidIfSpeed                       "1.3.6.1.2.1.2.2.1.5"#define colIfSpeed                       "5"#define oidIfPhysAddress                 "1.3.6.1.2.1.2.2.1.6"#define colIfPhysAddress                 "6"#define oidIfAdminStatus                 "1.3.6.1.2.1.2.2.1.7"#define colIfAdminStatus                 "7"#define oidIfOperStatus                  "1.3.6.1.2.1.2.2.1.8"#define colIfOperStatus                  "8"#define oidIfLastChange                  "1.3.6.1.2.1.2.2.1.9"#define colIfLastChange                  "9"#define oidIfInOctets                    "1.3.6.1.2.1.2.2.1.10"#define colIfInOctets                    "10"#define oidIfInUcastPkts                 "1.3.6.1.2.1.2.2.1.11"#define colIfInUcastPkts                 "11"#define oidIfInNUcastPkts                "1.3.6.1.2.1.2.2.1.12"#define colIfInNUcastPkts                "12"#define oidIfInDiscards                  "1.3.6.1.2.1.2.2.1.13"#define colIfInDiscards                  "13"#define oidIfInErrors                    "1.3.6.1.2.1.2.2.1.14"#define colIfInErrors                    "14"#define oidIfInUnknownProtos             "1.3.6.1.2.1.2.2.1.15"#define colIfInUnknownProtos             "15"#define oidIfOutOctets                   "1.3.6.1.2.1.2.2.1.16"#define colIfOutOctets                   "16"#define oidIfOutUcastPkts                "1.3.6.1.2.1.2.2.1.17"#define colIfOutUcastPkts                "17"#define oidIfOutNUcastPkts               "1.3.6.1.2.1.2.2.1.18"#define colIfOutNUcastPkts               "18"#define oidIfOutDiscards                 "1.3.6.1.2.1.2.2.1.19"#define colIfOutDiscards                 "19"#define oidIfOutErrors                   "1.3.6.1.2.1.2.2.1.20"#define colIfOutErrors                   "20"#define oidIfOutQLen                     "1.3.6.1.2.1.2.2.1.21"#define colIfOutQLen                     "21"#define oidIfSpecific                    "1.3.6.1.2.1.2.2.1.22"#define colIfSpecific                    "22"#define oidIfXTable                      "1.3.6.1.2.1.31.1.1"#define oidIfXEntry                      "1.3.6.1.2.1.31.1.1.1"#define oidIfName                        "1.3.6.1.2.1.31.1.1.1.1"#define colIfName                        "1"#define oidIfInMulticastPkts             "1.3.6.1.2.1.31.1.1.1.2"#define colIfInMulticastPkts             "2"#define oidIfInBroadcastPkts             "1.3.6.1.2.1.31.1.1.1.3"#define colIfInBroadcastPkts             "3"#define oidIfOutMulticastPkts            "1.3.6.1.2.1.31.1.1.1.4"#define colIfOutMulticastPkts            "4"#define oidIfOutBroadcastPkts            "1.3.6.1.2.1.31.1.1.1.5"#define colIfOutBroadcastPkts            "5"#define oidIfHCInOctets                  "1.3.6.1.2.1.31.1.1.1.6"#define colIfHCInOctets                  "6"#define oidIfHCInUcastPkts               "1.3.6.1.2.1.31.1.1.1.7"#define colIfHCInUcastPkts               "7"#define oidIfHCInMulticastPkts           "1.3.6.1.2.1.31.1.1.1.8"#define colIfHCInMulticastPkts           "8"#define oidIfHCInBroadcastPkts           "1.3.6.1.2.1.31.1.1.1.9"#define colIfHCInBroadcastPkts           "9"#define oidIfHCOutOctets                 "1.3.6.1.2.1.31.1.1.1.10"#define colIfHCOutOctets                 "10"#define oidIfHCOutUcastPkts              "1.3.6.1.2.1.31.1.1.1.11"#define colIfHCOutUcastPkts              "11"#define oidIfHCOutMulticastPkts          "1.3.6.1.2.1.31.1.1.1.12"#define colIfHCOutMulticastPkts          "12"#define oidIfHCOutBroadcastPkts          "1.3.6.1.2.1.31.1.1.1.13"#define colIfHCOutBroadcastPkts          "13"#define oidIfLinkUpDownTrapEnable        "1.3.6.1.2.1.31.1.1.1.14"#define colIfLinkUpDownTrapEnable        "14"#define oidIfHighSpeed                   "1.3.6.1.2.1.31.1.1.1.15"#define colIfHighSpeed                   "15"#define oidIfPromiscuousMode             "1.3.6.1.2.1.31.1.1.1.16"#define colIfPromiscuousMode             "16"#define oidIfConnectorPresent            "1.3.6.1.2.1.31.1.1.1.17"#define colIfConnectorPresent            "17"#define oidIfAlias                       "1.3.6.1.2.1.31.1.1.1.18"#define colIfAlias                       "18"#define oidIfCounterDiscontinuityTime    "1.3.6.1.2.1.31.1.1.1.19"#define colIfCounterDiscontinuityTime    "19"#define oidIfStackTable                  "1.3.6.1.2.1.31.1.2"#define oidIfStackEntry                  "1.3.6.1.2.1.31.1.2.1"#define oidIfStackHigherLayer            "1.3.6.1.2.1.31.1.2.1.1"#define colIfStackHigherLayer            "1"#define oidIfStackLowerLayer             "1.3.6.1.2.1.31.1.2.1.2"#define colIfStackLowerLayer             "2"#define oidIfStackStatus                 "1.3.6.1.2.1.31.1.2.1.3"#define colIfStackStatus                 "3"#define oidIfTestTable                   "1.3.6.1.2.1.31.1.3"#define oidIfTestEntry                   "1.3.6.1.2.1.31.1.3.1"#define oidIfTestId                      "1.3.6.1.2.1.31.1.3.1.1"#define colIfTestId                      "1"#define oidIfTestStatus                  "1.3.6.1.2.1.31.1.3.1.2"#define colIfTestStatus                  "2"#define oidIfTestType                    "1.3.6.1.2.1.31.1.3.1.3"#define colIfTestType                    "3"#define oidIfTestResult                  "1.3.6.1.2.1.31.1.3.1.4"#define colIfTestResult                  "4"#define oidIfTestCode                    "1.3.6.1.2.1.31.1.3.1.5"#define colIfTestCode                    "5"#define oidIfTestOwner                   "1.3.6.1.2.1.31.1.3.1.6"#define colIfTestOwner                   "6"#define oidIfRcvAddressTable             "1.3.6.1.2.1.31.1.4"#define oidIfRcvAddressEntry             "1.3.6.1.2.1.31.1.4.1"#define oidIfRcvAddressAddress           "1.3.6.1.2.1.31.1.4.1.1"#define colIfRcvAddressAddress           "1"#define oidIfRcvAddressStatus            "1.3.6.1.2.1.31.1.4.1.2"#define colIfRcvAddressStatus            "2"#define oidIfRcvAddressType              "1.3.6.1.2.1.31.1.4.1.3"#define colIfRcvAddressType              "3"#define oidIfTableLastChange             "1.3.6.1.2.1.31.1.5.0"#define oidIfStackLastChange             "1.3.6.1.2.1.31.1.6.0"#define oidLinkDown                      "1.3.6.1.6.3.1.1.5.3"#define oidLinkUp                        "1.3.6.1.6.3.1.1.5.4"//--AgentGen BEGIN=_INCLUDE#include <agentx_pp/agentx_subagent.h>#define MAX_IF_TYPES 161		/* From IANAifType-MIB */#ifdef AGENTPP_NAMESPACEnamespace Agentpp {#endif//--AgentGen END/** *  ifNumber * * "The number of network interfaces (regardless of their * current state) present on this system." */class ifNumber: public MibLeaf {public:	ifNumber();	virtual ~ifNumber();	static ifNumber* instance;	virtual void       	get_request(Request*, int);	virtual long       	get_state();	virtual void       	set_state(long);//--AgentGen BEGIN=ifNumber//--AgentGen END};/** *  ifAdminStatus * * "The desired state of the interface.  The testing(3) state * indicates that no operational packets can be passed.  When a * managed system initializes, all interfaces start with * ifAdminStatus in the down(2) state.  As a result of either * explicit management action or per configuration information * retained by the managed system, ifAdminStatus is then * changed to either the up(1) or testing(3) states (or remains * in the down(2) state)." */class ifAdminStatus: public MibLeaf {public:	ifAdminStatus(const Oidx&);	virtual ~ifAdminStatus();	virtual MibEntryPtr	clone();	virtual void       	get_request(Request*, int);	virtual long       	get_state();	virtual void       	set_state(long);	virtual int        	set(const Vbx&);	virtual int        	prepare_set_request(Request*, int&);	virtual boolean    	value_ok(const Vbx&);//--AgentGen BEGIN=ifAdminStatus//--AgentGen END};/** *  ifLinkUpDownTrapEnable * * "Indicates whether linkUp/linkDown traps should be generated * for this interface. * By default, this object should have the value enabled(1) for * interfaces which do not operate on 'top' of any other * interface (as defined in the ifStackTable), and disabled(2) * otherwise." */class ifLinkUpDownTrapEnable: public MibLeaf {public:	ifLinkUpDownTrapEnable(const Oidx&);	virtual ~ifLinkUpDownTrapEnable();	virtual MibEntryPtr	clone();	virtual void       	get_request(Request*, int);	virtual long       	get_state();	virtual void       	set_state(long);	virtual int        	set(const Vbx&);	virtual int        	prepare_set_request(Request*, int&);	virtual boolean    	value_ok(const Vbx&);//--AgentGen BEGIN=ifLinkUpDownTrapEnable//--AgentGen END};/** *  ifPromiscuousMode * * "This object has a value of false(2) if this interface only * accepts packets/frames that are addressed to this station. * This object has a value of true(1) when the station accepts * all packets/frames transmitted on the media.  The value * true(1) is only legal on certain types of media.  If legal, * setting this object to a value of true(1) may require the * interface to be reset before becoming effective. * The value of ifPromiscuousMode does not affect the reception * of broadcast and multicast packets/frames by the interface." */class ifPromiscuousMode: public MibLeaf {public:	ifPromiscuousMode(const Oidx&);	virtual ~ifPromiscuousMode();	virtual MibEntryPtr	clone();	virtual void       	get_request(Request*, int);	virtual long       	get_state();	virtual void       	set_state(long);	virtual int        	set(const Vbx&);	virtual int        	prepare_set_request(Request*, int&);	virtual boolean    	value_ok(const Vbx&);//--AgentGen BEGIN=ifPromiscuousMode//--AgentGen END};/** *  ifAlias * * "This object is an 'alias' name for the interface as * specified by a network manager, and provides a non-volatile * 'handle' for the interface. * On the first instantiation of an interface, the value of * ifAlias associated with that interface is the zero-length * string.  As and when a value is written into an instance of * ifAlias through a network management set operation, then the * agent must retain the supplied value in the ifAlias instance * associated with the same interface for as long as that * interface remains instantiated, including across all re- * initializations/reboots of the network management system, * including those which result in a change of the interface's * ifIndex value. * An example of the value which a network manager might store * in this object for a WAN interface is the (Telco's) circuit * number/identifier of the interface. * Some agents may support write-access only for interfaces * having particular values of ifType.  An agent which supports * write access to this object is required to keep the value in * non-volatile storage, but it may limit the length of new * values depending on how much storage is already occupied by * the current values for other interfaces." */class ifAlias: public SnmpDisplayString {public:	ifAlias(const Oidx&);	virtual ~ifAlias();	virtual MibEntryPtr	clone();	virtual void       	get_request(Request*, int);	virtual int        	set(const Vbx&);	virtual int        	prepare_set_request(Request*, int&);	virtual boolean    	value_ok(const Vbx&);//--AgentGen BEGIN=ifAlias//--AgentGen END};/** *  ifStackStatus * * "The status of the relationship between two sub-layers. * Changing the value of this object from 'active' to * 'notInService' or 'destroy' will likely have consequences up * and down the interface stack.  Thus, write access to this * object is likely to be inappropriate for some types of * interfaces, and many implementations will choose not to * support write-access for any type of interface." */class ifStackStatus: public snmpRowStatus {public:	ifStackStatus(const Oidx&);	virtual ~ifStackStatus();	virtual MibEntryPtr	clone();	virtual long       	get_state();	virtual void       	set_state(long);	virtual int        	set(const Vbx&);	virtual int        	prepare_set_request(Request*, int&);//--AgentGen BEGIN=ifStackStatus//--AgentGen END};/** *  ifTestId * * "This object identifies the current invocation of the * interface's test." */class ifTestId: public MibLeaf {public:	ifTestId(const Oidx&);	virtual ~ifTestId();	virtual MibEntryPtr	clone();	virtual void       	get_request(Request*, int);	virtual long       	get_state();	virtual void       	set_state(long);	virtual int        	set(const Vbx&);	virtual int        	prepare_set_request(Request*, int&);	virtual boolean    	value_ok(const Vbx&);//--AgentGen BEGIN=ifTestId//--AgentGen END};/** *  ifTestStatus * * "This object indicates whether or not some manager currently * has the necessary 'ownership' required to invoke a test on * this interface.  A write to this object is only successful * when it changes its value from 'notInUse(1)' to 'inUse(2)'. * After completion of a test, the agent resets the value back * to 'notInUse(1)'." */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -