HUAWEI-POS-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-POS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 pos 1.3.6.1.4.1.2011.2.33.8
The POS MIB module is used to manage POS-Access.
     posAppTable 1.3.6.1.4.1.2011.2.33.8.1 no-access
The table to get and set the application informatin.
         posAppEntry 1.3.6.1.4.1.2011.2.33.8.1.1 no-access
The content of posAppTable.
             posAppId 1.3.6.1.4.1.2011.2.33.8.1.1.1 integer read-only
The ID of application.
             posAppConnectMode 1.3.6.1.4.1.2011.2.33.8.1.1.2 integer read-only
The connect mode of application. If the router and unix are connected by TCP protocol, the connect mode of application is tcp. If the router and unix are connected by async interface, the connect mode of application is flow. If the router is used as POSPAD device, the connect mode of application is pad. Enumeration: 'pad': 3, 'flow': 2, 'tcp': 1.
             posAppState 1.3.6.1.4.1.2011.2.33.8.1.1.3 integer read-only
The state of application. Enumeration: 'noset': 1, 'kept': 5, 'up': 3, 'linking': 6, 'down': 2, 'ok': 4, 'linked': 7.
             posAppIfIndex 1.3.6.1.4.1.2011.2.33.8.1.1.4 integer read-only
The interface index of the application whose connect mode is flow or pad.
             posAppHostIP 1.3.6.1.4.1.2011.2.33.8.1.1.5 ipaddress read-only
The destination IP Address of application. Used for the application whose connect mode is tcp.
             posAppPort 1.3.6.1.4.1.2011.2.33.8.1.1.6 integer read-only
The destination port of application. Used for the application whose connect mode is tcp.
             posAppSourceIp 1.3.6.1.4.1.2011.2.33.8.1.1.7 ipaddress read-only
The source IP Address of application. Used for the application whose connect mode is tcp.
             posAppRecvPacCounter 1.3.6.1.4.1.2011.2.33.8.1.1.8 counter32 read-only
The number of packets received by the application.
             posAppErrPacCounter 1.3.6.1.4.1.2011.2.33.8.1.1.9 counter32 read-only
The number of error packets received by the application.
             posAppDistrErrCounter 1.3.6.1.4.1.2011.2.33.8.1.1.10 counter32 read-only
The number of packets that could not be sent to POS.
             posAppBuffedCounter 1.3.6.1.4.1.2011.2.33.8.1.1.11 counter32 read-only
The number of packets stored in the buffer of application.
             posAppDiscardedCounter 1.3.6.1.4.1.2011.2.33.8.1.1.12 counter32 read-only
The number of packets discarded by the application.
             posAppDebug 1.3.6.1.4.1.2011.2.33.8.1.1.13 integer read-only
The debugging switch of application. Enumeration: 'close': 1, 'open': 2.
             posAppRowStatus 1.3.6.1.4.1.2011.2.33.8.1.1.14 rowstatus read-only
The status of row. Only support active, CreateAndGo and destroy.
             posAppX121Addr 1.3.6.1.4.1.2011.2.33.8.1.1.15 octet string read-only
The destination X121 Address of application which is an octet string made up of numeric. Used for the application whose connect mode is pad.
     posInterTable 1.3.6.1.4.1.2011.2.33.8.2 no-access
The table to get and set the POS-Interface informatin.
         posInterEntry 1.3.6.1.4.1.2011.2.33.8.2.1 no-access
The content of posInterTable.
             posPosId 1.3.6.1.4.1.2011.2.33.8.2.1.1 integer read-only
The ID of the POS-Interface.
             posPosIfIndex 1.3.6.1.4.1.2011.2.33.8.2.1.2 integer read-only
The interface index of the POS-Interface whose type is fcm, asy or pad-client.
             posPosConnectState 1.3.6.1.4.1.2011.2.33.8.2.1.3 integer read-only
The state of the POS-Interface. Enumeration: 'down': 2, 'noset': 1, 'ok': 4, 'up': 3.
             posPosRecvPacCounter 1.3.6.1.4.1.2011.2.33.8.2.1.4 counter32 read-only
The number of packets received by the POS-Interface.
             posPosErrPacCounter 1.3.6.1.4.1.2011.2.33.8.2.1.5 counter32 read-only
The number of error packets received by the POS-Interface.
             posPosMapErrCounter 1.3.6.1.4.1.2011.2.33.8.2.1.6 counter32 read-only
The number of packets that could not be sent to application.
             posPosBuffedCounter 1.3.6.1.4.1.2011.2.33.8.2.1.7 counter32 read-only
The number of packets stored in the buffer of the POS-Interface.
             posPosDiscardedCounter 1.3.6.1.4.1.2011.2.33.8.2.1.8 counter32 read-only
The number of packets discarded by the POS-Interface.
             posPosInterDebug 1.3.6.1.4.1.2011.2.33.8.2.1.9 integer read-only
The debugging switch of the POS-Interface. Enumeration: 'close': 1, 'open': 2.
             posPosInterRowStatus 1.3.6.1.4.1.2011.2.33.8.2.1.10 rowstatus read-only
The status of row. Only support active, CreateAndGo and destroy.
             posPosInterType 1.3.6.1.4.1.2011.2.33.8.2.1.11 integer read-only
The type of interface. The POS-Access mode has four types: FCM-Access, ASYNC-Access, simulating POSPAD device, POSPAD-Access. FCM-Access mode means POS and router are connected through PSTN. In this case, posPosInterType should be set to fcm. ASYNC-Access mode means POS and router are connected by asynchronous cable. In this case, posPosInterType should be set to asy. Simulating POSPAD device means router connects POS through asynchronous cable and connects another router whose connect mode is pad-server through X.25 network. In this case, posPosInterType should be set to pad-client. POSPAD-Access mode means router connects POSPAD device through X.25 network. In this case, posPosInterType is pad-server. The posPosInterType can't be set to pad-server. It is autogenerated when POSPAD device initiates a connection to the router. Enumeration: 'asy': 2, 'pad-server': 4, 'fcm': 1, 'pad-client': 3.
     posMapTable 1.3.6.1.4.1.2011.2.33.8.3 no-access
The table to get and set the informatin of mapping relation of destination and application.
         posMapEntry 1.3.6.1.4.1.2011.2.33.8.3.1 no-access
The content of posMapTable.
             posMapDes 1.3.6.1.4.1.2011.2.33.8.3.1.1 integer read-only
The destination code of the mapping item. If the value is -1, it is the default item of mapping relation.
             posMapAppNumber 1.3.6.1.4.1.2011.2.33.8.3.1.2 integer read-only
The application index of the mapping item.
             posMapRowStatus 1.3.6.1.4.1.2011.2.33.8.3.1.3 rowstatus read-only
The status of row. Only support active, CreateAndGo and destroy.
     posAsyAppTable 1.3.6.1.4.1.2011.2.33.8.4 no-access
The table to get and set the asynchronous-application interface information.
         posAsyAppEntry 1.3.6.1.4.1.2011.2.33.8.4.1 no-access
The content of posAsyAppTable.
             posAsyAppIfIndex 1.3.6.1.4.1.2011.2.33.8.4.1.1 integer read-only
The interface index of asynchronous-application.
             posAsyAppRowStatus 1.3.6.1.4.1.2011.2.33.8.4.1.2 rowstatus read-only
The status of row. Only support active, CreateAndGo and destroy.
     posFCMTable 1.3.6.1.4.1.2011.2.33.8.5 no-access
The table to get the information of FCM interface.
         posFCMEntry 1.3.6.1.4.1.2011.2.33.8.5.1 no-access
The content of posFCMTable.
             posFCMIfIndex 1.3.6.1.4.1.2011.2.33.8.5.1.1 integer read-only
The index of FCM interface.
             posFCMTimeoutCounter 1.3.6.1.4.1.2011.2.33.8.5.1.3 counter32 read-only
The number that modem was hung up for timeout.
             posFCMConnectFailCounter 1.3.6.1.4.1.2011.2.33.8.5.1.4 counter32 read-only
The number that modem could not handshake successfully.
     posAppSum 1.3.6.1.4.1.2011.2.33.8.6 integer read-only
The total of configued applications.
     posInterSum 1.3.6.1.4.1.2011.2.33.8.7 integer read-only
The total of configued POS-Interfaces.
     posEnable 1.3.6.1.4.1.2011.2.33.8.8 integer read-write
To enable or diable pos-server. Enumeration: 'enable': 2, 'disable': 1.
     posAppDebugAll 1.3.6.1.4.1.2011.2.33.8.9 integer read-write
To open or close the debugging switch of all applications. Enumeration: 'close': 1, 'open': 2.
     posPosDebugAll 1.3.6.1.4.1.2011.2.33.8.10 integer read-write
To open or close the debugging switch of all POS-Interfaces. Enumeration: 'close': 1, 'open': 2.
     posClearPacCounter 1.3.6.1.4.1.2011.2.33.8.11 integer read-write
To reset all packet counters of all applicaions and POS-Interfaces. Enumeration: 'clear': 1, 'counting': 2.
     posClearFCMCounter 1.3.6.1.4.1.2011.2.33.8.12 integer read-write
To clear all counters of all FCM interfaces. Enumeration: 'clear': 1, 'counting': 2.
     posEnableTrap 1.3.6.1.4.1.2011.2.33.8.13 integer read-write
To enable or disable trap switch. Enumeration: 'enable': 2, 'disable': 1.
     posFCMAnswerTime 1.3.6.1.4.1.2011.2.33.8.14 integer read-write
FCM answer time, unit:ms.
     posFCMTradeTime 1.3.6.1.4.1.2011.2.33.8.15 integer read-write
FCM trade time, unit:ms.
     posFCMPacketInterval 1.3.6.1.4.1.2011.2.33.8.16 integer read-write
FCM packet interval time, unit:ms.
     posTrap 1.3.6.1.4.1.2011.2.33.8.17
           posAppNotReadyTrap 1.3.6.1.4.1.2011.2.33.8.17.1
The agent will send a trap when the application whose state is linked isn't ready to send or receive data. Only used for the application whose connect mode is tcp.
           posAppConnectFailTrap 1.3.6.1.4.1.2011.2.33.8.17.2
The agent will send a trap if router can not connect to the application.
           posAppStateChangeTrap 1.3.6.1.4.1.2011.2.33.8.17.3
The agent will send a trap when the state of the application is changed to down or kept.
           posAppNotConfigedTrap 1.3.6.1.4.1.2011.2.33.8.17.4
The agent will send a trap if the application isn't configured.
           posAppBuffOverFlowTrap 1.3.6.1.4.1.2011.2.33.8.17.5
The agent will send a trap if the application buffer is overflowed.
           posAppDebugOpenTrap 1.3.6.1.4.1.2011.2.33.8.17.6
The agent will send a trap if the debugging switch of application is open.
           posAppDebugAllOpenTrap 1.3.6.1.4.1.2011.2.33.8.17.7
The agent will send a trap if the all debugging switches of application are open.
           posInterBuffOverFlowTrap 1.3.6.1.4.1.2011.2.33.8.17.8
The agent will send a trap if the distributing buffer is overflowed.
           posInterStateChangeTrap 1.3.6.1.4.1.2011.2.33.8.17.9
The agent will send a trap if the state of POS-Interface is changed to down.
           posInterDebugOpenTrap 1.3.6.1.4.1.2011.2.33.8.17.10
The agent will send a trap if the debug of POS-Interface is open.
           posInterDebugAllOpenTrap 1.3.6.1.4.1.2011.2.33.8.17.11
The agent will send a trap if the all debugs of POS-Interface are open.
           posFCMTimeoutTrap 1.3.6.1.4.1.2011.2.33.8.17.12
The agent will send a trap if the modem is hung up for timeout.
           posFCMConnectFailTrap 1.3.6.1.4.1.2011.2.33.8.17.13
The agent will send a trap if the handshaking of modems is not successful.
           posClearPacketCounter 1.3.6.1.4.1.2011.2.33.8.17.14
The agent will send a trap when the packet counter of the POS application and interface is cleared.
           posClearFcmCounter 1.3.6.1.4.1.2011.2.33.8.17.15
The agent will send a trap when the FCM counter is cleared.
     posPadWaitTime 1.3.6.1.4.1.2011.2.33.8.18 integer read-write
The time that POS-Interface needs to wait to receive another packet, unit:ms. It may be configured when router is used as POSPAD device. In other cases, It is useless.
     posPadIdleTimeout 1.3.6.1.4.1.2011.2.33.8.19 integer read-write
If these is no packet transmitting through the time, the connection of POSPAD device and router whose connect mode is pad-server will be cut off. Unit:s.
     posPadPacType 1.3.6.1.4.1.2011.2.33.8.20 integer read-write
The type of packet.Between POSPAD device and router whose connect mode is pad-server, there are two types of packet. One is synchronous, the other is asynchronous. Enumeration: 'asy': 2, 'syn': 1.
     posPadCheckSChar 1.3.6.1.4.1.2011.2.33.8.21 integer read-write
To enable or disable the checking of 10 04 characters in packet. It is used for the router which is used as POSPAD device. When the value is disable, it will check packet that just includes 10 04 charaters. If there are 10 04 packet, the router which is used as POSPAD device will disconnect from POSPAD-access router. When the value is enable, it will check 10 04 characters in packet. If there are 10 04 characters in packet, the router which is used as POSPAD device will disconnect from POSPAD-access router. Enumeration: 'enable': 2, 'disable': 1.
     posPadTable 1.3.6.1.4.1.2011.2.33.8.22 no-access
The table to enable or disable POSPAD-Access function under serial interface.
           posPadEntry 1.3.6.1.4.1.2011.2.33.8.22.1 no-access
The content of posPadTable.
               posPadIfIndex 1.3.6.1.4.1.2011.2.33.8.22.1.1 integer no-access
The index of serial interface.
               posPadRowStatus 1.3.6.1.4.1.2011.2.33.8.22.1.2 rowstatus read-only
The status of row. Only support active, CreateAndGo and destroy.