HH3C-POS-MIB

File: HH3C-POS-MIB.mib (28343 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI HH3C-OID-MIB

Imported symbols

RowStatus OBJECT-TYPE NOTIFICATION-TYPE
MODULE-IDENTITY IpAddress Counter32
hh3cmlsr

Defined Types

Hh3cPOSAppEntry  
SEQUENCE    
  hh3cposAppId INTEGER
  hh3cposAppConnectMode INTEGER
  hh3cposAppState INTEGER
  hh3cposAppIfIndex INTEGER
  hh3cposAppHostIP IpAddress
  hh3cposAppPort INTEGER
  hh3cposAppSourceIp IpAddress
  hh3cposAppRecvPacCounter Counter32
  hh3cposAppErrPacCounter Counter32
  hh3cposAppDistrErrCounter Counter32
  hh3cposAppBuffedCounter Counter32
  hh3cposAppDiscardedCounter Counter32
  hh3cposAppDebug INTEGER
  hh3cposAppRowStatus RowStatus
  hh3cposAppX121Addr OCTET STRING

Hh3cPOSInterEntry  
SEQUENCE    
  hh3cposPosId INTEGER
  hh3cposPosIfIndex INTEGER
  hh3cposPosConnectState INTEGER
  hh3cposPosRecvPacCounter Counter32
  hh3cposPosErrPacCounter Counter32
  hh3cposPosMapErrCounter Counter32
  hh3cposPosBuffedCounter Counter32
  hh3cposPosDiscardedCounter Counter32
  hh3cposPosInterDebug INTEGER
  hh3cposPosInterRowStatus RowStatus
  hh3cposPosInterType INTEGER

Hh3cPOSMapEntry  
SEQUENCE    
  hh3cposMapDes INTEGER
  hh3cposMapAppNumber INTEGER
  hh3cposMapRowStatus RowStatus

Hh3cPOSAsyAppEntry  
SEQUENCE    
  hh3cposAsyAppIfIndex INTEGER
  hh3cposAsyAppRowStatus RowStatus

Hh3cPOSFCMEntry  
SEQUENCE    
  hh3cposFCMIfIndex INTEGER
  hh3cposFCMTimeoutCounter Counter32
  hh3cposFCMConnectFailCounter Counter32

Hh3cPOSPadEntry  
SEQUENCE    
  hh3cposPadIfIndex INTEGER
  hh3cposPadRowStatus RowStatus

Defined Values

hh3cpos 1.3.6.1.4.1.25506.8.36.8
The POS MIB module is used to manage POS-Access.
MODULE-IDENTITY    

hh3cposAppTable 1.3.6.1.4.1.25506.8.36.8.1
The table to get and set the application informatin.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cPOSAppEntry

hh3cposAppEntry 1.3.6.1.4.1.25506.8.36.8.1.1
The content of hh3cposAppTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPOSAppEntry  

hh3cposAppId 1.3.6.1.4.1.25506.8.36.8.1.1.1
The ID of application.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..31  

hh3cposAppConnectMode 1.3.6.1.4.1.25506.8.36.8.1.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER tcp(1), flow(2), pad(3)  

hh3cposAppState 1.3.6.1.4.1.25506.8.36.8.1.1.3
The state of application.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noset(1), down(2), up(3), ok(4), kept(5), linking(6), linked(7)  

hh3cposAppIfIndex 1.3.6.1.4.1.25506.8.36.8.1.1.4
The interface index of the application whose connect mode is flow or pad.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2147483647  

hh3cposAppHostIP 1.3.6.1.4.1.25506.8.36.8.1.1.5
The destination IP Address of application. Used for the application whose connect mode is tcp.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hh3cposAppPort 1.3.6.1.4.1.25506.8.36.8.1.1.6
The destination port of application. Used for the application whose connect mode is tcp.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

hh3cposAppSourceIp 1.3.6.1.4.1.25506.8.36.8.1.1.7
The source IP Address of application. Used for the application whose connect mode is tcp.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hh3cposAppRecvPacCounter 1.3.6.1.4.1.25506.8.36.8.1.1.8
The number of packets received by the application.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposAppErrPacCounter 1.3.6.1.4.1.25506.8.36.8.1.1.9
The number of error packets received by the application.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposAppDistrErrCounter 1.3.6.1.4.1.25506.8.36.8.1.1.10
The number of packets that could not be sent to POS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposAppBuffedCounter 1.3.6.1.4.1.25506.8.36.8.1.1.11
The number of packets stored in the buffer of application.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposAppDiscardedCounter 1.3.6.1.4.1.25506.8.36.8.1.1.12
The number of packets discarded by the application.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposAppDebug 1.3.6.1.4.1.25506.8.36.8.1.1.13
The debugging switch of application.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER close(1), open(2)  

hh3cposAppRowStatus 1.3.6.1.4.1.25506.8.36.8.1.1.14
The status of row. Only support active, CreateAndGo and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cposAppX121Addr 1.3.6.1.4.1.25506.8.36.8.1.1.15
The destination X121 Address of application which is an octet string made up of numeric. Used for the application whose connect mode is pad.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..15)  

hh3cposInterTable 1.3.6.1.4.1.25506.8.36.8.2
The table to get and set the POS-Interface informatin.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cPOSInterEntry

hh3cposInterEntry 1.3.6.1.4.1.25506.8.36.8.2.1
The content of hh3cposInterTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPOSInterEntry  

hh3cposPosId 1.3.6.1.4.1.25506.8.36.8.2.1.1
The ID of the POS-Interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

hh3cposPosIfIndex 1.3.6.1.4.1.25506.8.36.8.2.1.2
The interface index of the POS-Interface whose type is fcm, asy or pad-client.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..2147483647  

hh3cposPosConnectState 1.3.6.1.4.1.25506.8.36.8.2.1.3
The state of the POS-Interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noset(1), down(2), up(3), ok(4)  

hh3cposPosRecvPacCounter 1.3.6.1.4.1.25506.8.36.8.2.1.4
The number of packets received by the POS-Interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposPosErrPacCounter 1.3.6.1.4.1.25506.8.36.8.2.1.5
The number of error packets received by the POS-Interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposPosMapErrCounter 1.3.6.1.4.1.25506.8.36.8.2.1.6
The number of packets that could not be sent to application.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposPosBuffedCounter 1.3.6.1.4.1.25506.8.36.8.2.1.7
The number of packets stored in the buffer of the POS-Interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposPosDiscardedCounter 1.3.6.1.4.1.25506.8.36.8.2.1.8
The number of packets discarded by the POS-Interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposPosInterDebug 1.3.6.1.4.1.25506.8.36.8.2.1.9
The debugging switch of the POS-Interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER close(1), open(2)  

hh3cposPosInterRowStatus 1.3.6.1.4.1.25506.8.36.8.2.1.10
The status of row. Only support active, CreateAndGo and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cposPosInterType 1.3.6.1.4.1.25506.8.36.8.2.1.11
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, hh3cposPosInterType should be set to fcm. ASYNC-Access mode means POS and router are connected by asynchronous cable. In this case, hh3cposPosInterType 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, hh3cposPosInterType should be set to pad-client. POSPAD-Access mode means router connects POSPAD device through X.25 network. In this case, hh3cposPosInterType is pad-server. The hh3cposPosInterType can't be set to pad-server. It is autogenerated when POSPAD device initiates a connection to the router.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER fcm(1), asy(2), pad-client(3), pad-server(4)  

hh3cposMapTable 1.3.6.1.4.1.25506.8.36.8.3
The table to get and set the informatin of mapping relation of destination and application.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cPOSMapEntry

hh3cposMapEntry 1.3.6.1.4.1.25506.8.36.8.3.1
The content of hh3cposMapTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPOSMapEntry  

hh3cposMapDes 1.3.6.1.4.1.25506.8.36.8.3.1.1
The destination code of the mapping item. If the value is -1, it is the default item of mapping relation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1..65535  

hh3cposMapAppNumber 1.3.6.1.4.1.25506.8.36.8.3.1.2
The application index of the mapping item.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..31  

hh3cposMapRowStatus 1.3.6.1.4.1.25506.8.36.8.3.1.3
The status of row. Only support active, CreateAndGo and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cposAsyAppTable 1.3.6.1.4.1.25506.8.36.8.4
The table to get and set the asynchronous-application interface information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cPOSAsyAppEntry

hh3cposAsyAppEntry 1.3.6.1.4.1.25506.8.36.8.4.1
The content of hh3cposAsyAppTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPOSAsyAppEntry  

hh3cposAsyAppIfIndex 1.3.6.1.4.1.25506.8.36.8.4.1.1
The interface index of asynchronous-application.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

hh3cposAsyAppRowStatus 1.3.6.1.4.1.25506.8.36.8.4.1.2
The status of row. Only support active, CreateAndGo and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cposFCMTable 1.3.6.1.4.1.25506.8.36.8.5
The table to get the information of FCM interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cPOSFCMEntry

hh3cposFCMEntry 1.3.6.1.4.1.25506.8.36.8.5.1
The content of hh3cposFCMTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPOSFCMEntry  

hh3cposFCMIfIndex 1.3.6.1.4.1.25506.8.36.8.5.1.1
The index of FCM interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

hh3cposFCMTimeoutCounter 1.3.6.1.4.1.25506.8.36.8.5.1.3
The number that modem was hung up for timeout.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposFCMConnectFailCounter 1.3.6.1.4.1.25506.8.36.8.5.1.4
The number that modem could not handshake successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cposAppSum 1.3.6.1.4.1.25506.8.36.8.6
The total of configued applications.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..32  

hh3cposInterSum 1.3.6.1.4.1.25506.8.36.8.7
The total of configued POS-Interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..256  

hh3cposEnable 1.3.6.1.4.1.25506.8.36.8.8
To enable or diable pos-server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

hh3cposAppDebugAll 1.3.6.1.4.1.25506.8.36.8.9
To open or close the debugging switch of all applications.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER close(1), open(2)  

hh3cposPosDebugAll 1.3.6.1.4.1.25506.8.36.8.10
To open or close the debugging switch of all POS-Interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER close(1), open(2)  

hh3cposClearPacCounter 1.3.6.1.4.1.25506.8.36.8.11
To reset all packet counters of all applicaions and POS-Interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), counting(2)  

hh3cposClearFCMCounter 1.3.6.1.4.1.25506.8.36.8.12
To clear all counters of all FCM interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), counting(2)  

hh3cposEnableTrap 1.3.6.1.4.1.25506.8.36.8.13
To enable or disable trap switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

hh3cposFCMAnswerTime 1.3.6.1.4.1.25506.8.36.8.14
FCM answer time, unit:ms.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 500..2000  

hh3cposFCMTradeTime 1.3.6.1.4.1.25506.8.36.8.15
FCM trade time, unit:ms.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 30000..1200000  

hh3cposFCMPacketInterval 1.3.6.1.4.1.25506.8.36.8.16
FCM packet interval time, unit:ms.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 3500..10000  

hh3cposPadWaitTime 1.3.6.1.4.1.25506.8.36.8.18
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 100..10000  

hh3cposPadIdleTimeout 1.3.6.1.4.1.25506.8.36.8.19
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..600  

hh3cposPadPacType 1.3.6.1.4.1.25506.8.36.8.20
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER syn(1), asy(2)  

hh3cposPadCheckSChar 1.3.6.1.4.1.25506.8.36.8.21
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

hh3cposPadTable 1.3.6.1.4.1.25506.8.36.8.22
The table to enable or disable POSPAD-Access function under serial interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cPOSPadEntry

hh3cposPadEntry 1.3.6.1.4.1.25506.8.36.8.22.1
The content of hh3cposPadTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPOSPadEntry  

hh3cposPadIfIndex 1.3.6.1.4.1.25506.8.36.8.22.1.1
The index of serial interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

hh3cposPadRowStatus 1.3.6.1.4.1.25506.8.36.8.22.1.2
The status of row. Only support active, CreateAndGo and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cposTrap 1.3.6.1.4.1.25506.8.36.8.17
OBJECT IDENTIFIER    

hh3cposAppNotReadyTrap 1.3.6.1.4.1.25506.8.36.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.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposAppConnectFailTrap 1.3.6.1.4.1.25506.8.36.8.17.2
The agent will send a trap if router can not connect to the application.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposAppStateChangeTrap 1.3.6.1.4.1.25506.8.36.8.17.3
The agent will send a trap when the state of the application is changed to down or kept.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposAppNotConfigedTrap 1.3.6.1.4.1.25506.8.36.8.17.4
The agent will send a trap if the application isn't configured.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposAppBuffOverFlowTrap 1.3.6.1.4.1.25506.8.36.8.17.5
The agent will send a trap if the application buffer is overflowed.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposAppDebugOpenTrap 1.3.6.1.4.1.25506.8.36.8.17.6
The agent will send a trap if the debugging switch of application is open.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposAppDebugAllOpenTrap 1.3.6.1.4.1.25506.8.36.8.17.7
The agent will send a trap if the all debugging switches of application are open.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposInterBuffOverFlowTrap 1.3.6.1.4.1.25506.8.36.8.17.8
The agent will send a trap if the distributing buffer is overflowed.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposInterStateChangeTrap 1.3.6.1.4.1.25506.8.36.8.17.9
The agent will send a trap if the state of POS-Interface is changed to down.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposInterDebugOpenTrap 1.3.6.1.4.1.25506.8.36.8.17.10
The agent will send a trap if the debug of POS-Interface is open.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposInterDebugAllOpenTrap 1.3.6.1.4.1.25506.8.36.8.17.11
The agent will send a trap if the all debugs of POS-Interface are open.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposFCMTimeoutTrap 1.3.6.1.4.1.25506.8.36.8.17.12
The agent will send a trap if the modem is hung up for timeout.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposFCMConnectFailTrap 1.3.6.1.4.1.25506.8.36.8.17.13
The agent will send a trap if the handshaking of modems is not successful.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposClearPacketCounter 1.3.6.1.4.1.25506.8.36.8.17.14
The agent will send a trap when the packet counter of the POS application and interface is cleared.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cposClearFcmCounter 1.3.6.1.4.1.25506.8.36.8.17.15
The agent will send a trap when the FCM counter is cleared.
Status: current Access: read-create
NOTIFICATION-TYPE