HPN-ICF-POSA-MIB

File: HPN-ICF-POSA-MIB.mib (53429 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-SMI SNMPv2-TC
INET-ADDRESS-MIB IF-MIB

Imported symbols

hpnicfCommon Integer32 Counter32
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
Counter64 Gauge32 RowStatus
TruthValue TEXTUAL-CONVENTION InetAddress
InetAddressType ifIndex ifDescr

Defined Types

HpnicfAppServiceType  
The service type of a POS application. It means the way in which the router connects with the application server. At present, it supports two service types, tcp(1) and flow(2). If the router connects with the server through SEARIAL/ASYNC interface, the service type is flow(1). If through TCP/IP, the service type is tcp(1).
TEXTUAL-CONVENTION    
  INTEGER tcp(1), flow(2)  

HpnicfAppMode  
The work mode of a POS application. It has two value normal(1) and temporary(2). This attribute is valid only when the service type is tcp(1). If it works in temporary(2) mode, the TCP connection between router and application server is established when a POS trade begins and disconnected when a POS trade finishes. In normal(1) mode, the TCP connection is established when POS function is enabled and exists all along.
TEXTUAL-CONVENTION    
  INTEGER normal(1), temporary(2)  

HpnicfPeerState  
The current running state of the peer (application server or POS terminal) of the router. notset(1) The peer is not configured correctly. down(2) The interface connecting with the peer is down. up(3) The interface connecting with the peer is up. kept(4) The connection between router and the peer is not established. linking(5) The connection between router and the peer is establishing. linked(6) The connection between router and the peer is established. multilink(7) There are multiple connections between router and the peer. blocked(8) The connection between router and the peer is unreachable. error(9) Enable failed. The status of down(2) and up(3) appear only when the router and the peer are connected with interface. The status about TCP connections appear when the router and the peer are connected with TCP/IP.
TEXTUAL-CONVENTION    
  INTEGER notset(1), down(2), up(3), kept(4), linking(5), linked(6), multilink(7), blocked(8), error(9)  

HpnicfTerminalAccessType  
The access type of a POS terminal. Now it supports 3 types. fcm(1) The POS terminal connects with router through FCM interface. flow(2) The POS terminal connects with router through SERIAL, ASYNC, AM (Analog Modem) or AUX interface. tcp(3) The POS terminal connects with router through TCP/IP protocol. The default access type is fcm(2).
TEXTUAL-CONVENTION    
  INTEGER fcm(1), flow(2), tcp(3)  

HpnicfTpduChangeStrategy  
The strategy to modify the address of the packet from terminals before delivering it to application server. Now it supports 2 types. ChangeTpduSrc(1) Replace the source address of the packet with POSID. ChangeTpduDest(2) Replace the destination address of the packet with POSID.
TEXTUAL-CONVENTION    
  INTEGER changeTpduSrc(1), changeTpduDest(2)  

HpnicfPosaAppEntry  
SEQUENCE    
  hpnicfPosaAppID Integer32
  hpnicfPosaAppServiceType HpnicfAppServiceType
  hpnicfPosaAppIfIndex Integer32
  hpnicfPosaAppMode HpnicfAppMode
  hpnicfPosaAppHostIPType InetAddressType
  hpnicfPosaAppHostIP InetAddress
  hpnicfPosaAppHostPort Integer32
  hpnicfPosaAppRouterIPType InetAddressType
  hpnicfPosaAppRouterIP InetAddress
  hpnicfPosaAppKeepAliveInterval Integer32
  hpnicfPosaAppKeepAliveCount Integer32
  hpnicfPosaAppConnectTimeout Integer32
  hpnicfPosaAppState HpnicfPeerState
  hpnicfPosaAppRowStatus RowStatus
  hpnicfPosaAppName OCTET STRING
  hpnicfPosaCallerIDTransEnable TruthValue
  hpnicfPosaTpduChangeStrategy HpnicfTpduChangeStrategy
  hpnicfPosaBackupAppID Integer32
  hpnicfPosaQuietTimeOut Integer32
  hpnicfPosaAppHello TruthValue
  hpnicfPosaAppHelloInterval Integer32
  hpnicfPosaAppRouterPort Integer32

HpnicfPosaTerminalEntry  
SEQUENCE    
  hpnicfPosaTerminalID Integer32
  hpnicfPosaTerminalAccessType HpnicfTerminalAccessType
  hpnicfPosaTerminalIfIndex Integer32
  hpnicfPosaTerminalTransAppID Integer32
  hpnicfPosaTerminalListenPort Integer32
  hpnicfPosaTerminalState HpnicfPeerState
  hpnicfPosaTerminalRowStatus RowStatus
  hpnicfPosaTerminalName OCTET STRING
  hpnicfPosaTerminalCfgIfIndex Integer32

HpnicfPosaMapEntry  
SEQUENCE    
  hpnicfPosaMapDestCode OCTET STRING
  hpnicfPosaMapAppID Integer32
  hpnicfPosaMapRowStatus RowStatus
  hpnicfPosaMapSrcCode OCTET STRING

HpnicfPosaFcmStatEntry  
SEQUENCE    
  hpnicfPosaFcmStatIfIndex Integer32
  hpnicfPosaFcmStatTimeoutCnts Counter32
  hpnicfPosaFcmStatConnectFailCnts Counter32
  hpnicfPosaFcmStatTransCnts Gauge32
  hpnicfPosaFcmStatTransSuccessCnts Gauge32
  hpnicfPosaFcmStatTransCntsClear TruthValue

HpnicfPosaAppStatEntry  
SEQUENCE    
  hpnicfPosaAppRecvPkts Counter32
  hpnicfPosaAppSendPkts Counter32
  hpnicfPosaAppErrPkts Counter32
  hpnicfPosaAppDistributeErrCnts Counter32
  hpnicfPosaAppInDiscardedPkts Counter32
  hpnicfPosaAppOutDiscardedPkts Counter32

HpnicfPosaTerminalStatEntry  
SEQUENCE    
  hpnicfPosaTerminalRecvPkts Counter32
  hpnicfPosaTerminalSendPkts Counter32
  hpnicfPosaTerminalErrPkts Counter32
  hpnicfPosaTerminalMapErrCnts Counter32
  hpnicfPosaTerminalInDiscardedPkts Counter32
  hpnicfPosaTerminalOutDiscardedPkts Counter32

HpnicfPosaBatchTerminalEntry  
SEQUENCE    
  hpnicfPosaBatchTerminalFirstID Integer32
  hpnicfPosaBatchTerminalRowStatus RowStatus

HpnicfPosaTcpTermStatEntry  
SEQUENCE    
  hpnicfPosaTcpTermStatIndex Integer32
  hpnicfPosaTcpTermStatIPType InetAddressType
  hpnicfPosaTcpTermStatIP InetAddress
  hpnicfPosaTcpTermStatIPMask InetAddress
  hpnicfPosaTcpTermRecvPkts Counter64
  hpnicfPosaTcpTermSendPkts Counter64
  hpnicfPosaTcpTermErrPkts Counter64
  hpnicfPosaTcpTermMapErrCnts Counter64
  hpnicfPosaTcpTermInDiscardedPkts Counter64
  hpnicfPosaTcpTermOutDiscardedPkts Counter64
  hpnicfPosaTcpTermStatRowStatus RowStatus

HpnicfPosaFcmConfEntry  
SEQUENCE    
  hpnicfPosaFcmNegoHookOff Integer32
  hpnicfPosaFcmNegoSilence Integer32
  hpnicfPosaFcmNegoScrmbBinary1 Integer32
  hpnicfPosaFcmNegoUnscrmbBinary1 Integer32
  hpnicfPosaFcmThresholdRlsdOff Integer32
  hpnicfPosaFcmThresholdRlsdOn Integer32
  hpnicfPosaFcmThresholdTxPower Integer32
  hpnicfPosaFcmThresholdAnswerTone Integer32

HpnicfPosaCallerStatEntry  
SEQUENCE    
  hpnicfPosaCallerStatCallerID OCTET STRING
  hpnicfPosaCallerRecvPkts Counter64
  hpnicfPosaCallerSendPkts Counter64
  hpnicfPosaCallerErrPkts Counter64
  hpnicfPosaCallerMapErrCnts Counter64
  hpnicfPosaCallerInDiscardedPkts Counter64
  hpnicfPosaCallerOutDiscardedPkts Counter64
  hpnicfPosaCallerStatRowStatus RowStatus

Defined Values

hpnicfPosa 1.3.6.1.4.1.11.2.14.11.15.2.92
This MIB is to provide the definition of the POSA (Point Of Sale Access) system.
MODULE-IDENTITY    

hpnicfPosaControl 1.3.6.1.4.1.11.2.14.11.15.2.92.1
OBJECT IDENTIFIER    

hpnicfPosaServerEnable 1.3.6.1.4.1.11.2.14.11.15.2.92.1.1
This attribute controls the starting or stoppage of POS access function. The defalut value is disabled(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

hpnicfPosaFcmAnswerTimeout 1.3.6.1.4.1.11.2.14.11.15.2.92.1.2
The maximum answer time of a POS connection through a FCM (Fast Connection Modem) interface. The answer time is the interval from the POS terminal sending request to the Router giving its reply, in units of milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 500..2000  

hpnicfPosaFcmTradeTimeout 1.3.6.1.4.1.11.2.14.11.15.2.92.1.3
The maximum time of a POS trade through a FCM interface, in units of milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 30000..12000000  

hpnicfPosaFcmIdleTimeout 1.3.6.1.4.1.11.2.14.11.15.2.92.1.4
The maximum idle time of a POS connection through the FCM interface, in units of seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..12000  

hpnicfPosaSrvStateChangeTrapEnable 1.3.6.1.4.1.11.2.14.11.15.2.92.1.5
This attribute controls whether the hpnicfPosaServerStatusChange trap will be sent or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPosaAppStateChangeTrapEnable 1.3.6.1.4.1.11.2.14.11.15.2.92.1.6
This attribute controls whether the hpnicfPosaAppStateChange trap will be sent or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPosaTerminalHangUpTrapEnable 1.3.6.1.4.1.11.2.14.11.15.2.92.1.7
This attribute controls whether the hpnicfPosaTerminalHangUp trap will be sent or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPosaFcmLnkNegoFailTrapEnable 1.3.6.1.4.1.11.2.14.11.15.2.92.1.8
This attribute controls whether the hpnicfPosaFcmLinkNegoFailed trap will be sent or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPosaFcmPhyNegoFailTrapEnable 1.3.6.1.4.1.11.2.14.11.15.2.92.1.9
This attribute controls whether the hpnicfPosaFcmPhyNegoFailed trap will be sent or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPosaTcpConnectionNumber 1.3.6.1.4.1.11.2.14.11.15.2.92.1.10
The current number of TCP connections.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfPosaFcmConnectionNumber 1.3.6.1.4.1.11.2.14.11.15.2.92.1.11
The current number of FCM connections.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfPosaTcpConnectionThreshold 1.3.6.1.4.1.11.2.14.11.15.2.92.1.12
The threshold of TCP connections.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfPosaFcmConnectionThreshold 1.3.6.1.4.1.11.2.14.11.15.2.92.1.13
The threshold of FCM connections.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfPosaTcpConnectionTrapEnable 1.3.6.1.4.1.11.2.14.11.15.2.92.1.14
This attribute specifies the threshold that must be exceeded to send the hpnicfPosaTcpConnectionExceed trap.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPosaFcmConnectionTrapEnable 1.3.6.1.4.1.11.2.14.11.15.2.92.1.15
This attribute specifies the threshold that must be exceeded to send the hpnicfPosaFcmConnectionExceed trap.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPosaTcpTradeLimit 1.3.6.1.4.1.11.2.14.11.15.2.92.1.16
The limit of concurrent trades in one TCP connection. The value 0 means unlimited.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfPosaTcpTradeTrapEnable 1.3.6.1.4.1.11.2.14.11.15.2.92.1.17
This attribute specifies the limit that must be exceeded to send the hpnicfPosaTcpTradeExceed trap.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPosaTcpTradeTimeout 1.3.6.1.4.1.11.2.14.11.15.2.92.1.18
The maximum interval to wait for the reply from sending the trade packet to the application server. The value 0 means wait forever.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfPosaTables 1.3.6.1.4.1.11.2.14.11.15.2.92.2
OBJECT IDENTIFIER    

hpnicfPosaAppTable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1
This table shows the configuration information and running status of POS application.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosaAppEntry

hpnicfPosaAppEntry 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1
This table shows the configuration information and running status of POS application.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosaAppEntry  

hpnicfPosaAppID 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.1
The identification of a POS application.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..1024  

hpnicfPosaAppServiceType 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.2
The service type of a POS application. It means the way in which the router connects with the application server.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfAppServiceType  

hpnicfPosaAppIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.3
This attribute is the ifindex through which the router connecting with the application server, if the service type of POS application is flow(2). It is invalid if the service type is tcp(1). At preasent, it supports 5 types of interface: FCM, SERIAL, ASYNC, AM (Analog Modem) and AUX.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPosaAppMode 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.4
The work mode of a POS application.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfAppMode  

hpnicfPosaAppHostIPType 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.5
The IP address type of the application server. And now it must be IPV4. It is invalid if the service type is flow(2).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfPosaAppHostIP 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.6
The IP address of the application server. And now it only supports IPV4. It is invalid if the service type is flow(2).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPosaAppHostPort 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.7
The listening port of the application server. If the information of the application server is not specified, this object will return the value 0. It is invalid if the service type is flow(2).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfPosaAppRouterIPType 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.8
The source IP address type of the access router. Now it must be ipv4. It is invalid if the service type is flow(2).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfPosaAppRouterIP 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.9
The source IP address of access router used in connecting with application server. Now it only supports ipv4. It is invalid if the service type is flow(2).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPosaAppKeepAliveInterval 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.10
The TCP keep alive interval of the connection between the router and the application server. In unit of seconds. The default value is 2 seconds. It is valid only when the service type is tcp(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..7200  

hpnicfPosaAppKeepAliveCount 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.11
The maximum number of sending TCP keep alive packets. It is valid only when the service type is tcp(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 2..100  

hpnicfPosaAppConnectTimeout 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.12
The maximum interval that the router waits for the reply from application server after sending the request for establishing a TCP connection. It is invalid if the service type is flow(2).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..20  

hpnicfPosaAppState 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.13
The current running state of application server.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfPeerState  

hpnicfPosaAppRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.14
Operation status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPosaAppName 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.15
The description of a POS application.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfPosaCallerIDTransEnable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.16
Enable or disable the caller-id transmission function.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfPosaTpduChangeStrategy 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.17
Set the strategy to modify the address of the packet from terminals before delivering it to application server.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfTpduChangeStrategy  

hpnicfPosaBackupAppID 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.18
Specify the backup application ID, 0 indicates not using backup application. It is invalid if the service type is flow(2).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..1024  

hpnicfPosaQuietTimeOut 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.19
Specify the wait time for re-activating application server. It is invalid if the service type is flow(2).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 10..600  

hpnicfPosaAppHello 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.20
Specify the switch of hello packet for the application server.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfPosaAppHelloInterval 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.21
Specify the interval time in minute(s) of hello packet.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..600  

hpnicfPosaAppRouterPort 1.3.6.1.4.1.11.2.14.11.15.2.92.2.1.1.22
The source port of access router used in connecting with application server. 0 indicates not to specify the source port. It is valid only if the service type is tcp(1) and mode is normal(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4999  

hpnicfPosaTerminalTable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2
This table shows the configuration information and running status of POS terminal.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosaTerminalEntry

hpnicfPosaTerminalEntry 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2.1
This table shows the configuration information and running status of POS terminal.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosaTerminalEntry  

hpnicfPosaTerminalID 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2.1.1
The identification of a POS terminal.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..255  

hpnicfPosaTerminalAccessType 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2.1.2
The access type of a POS terminal.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfTerminalAccessType  

hpnicfPosaTerminalIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2.1.3
The ifindex of the interface through which connects the POS terminal and the router. It is invalid if the access type is TCP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPosaTerminalTransAppID 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2.1.4
The identification of the application server to which all the packets from this POS terminal will be sent. If this object is set to 0, the destination application server to which a packet from this POS terminal will be sent is determined by its TPDU (Transport Protocol Data Unit) destination address. It is invalid if the access type is TCP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..1024  

hpnicfPosaTerminalListenPort 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2.1.5
The listening port accepting the connection from POS terminals. It is valid only when the access type is TCP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfPosaTerminalState 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2.1.6
The current running status of a POS terminal.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfPeerState  

hpnicfPosaTerminalRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2.1.7
Operation status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPosaTerminalName 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2.1.8
The description of a POS terminal.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfPosaTerminalCfgIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.92.2.2.1.9
The ifindex of the interface on which the terminal configuration is. If it is a physical interface, its value is equal to that of hpnicfPosaTerminalIfIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfPosaMapTable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.3
This table describe the application-mapping information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosaMapEntry

hpnicfPosaMapEntry 1.3.6.1.4.1.11.2.14.11.15.2.92.2.3.1
This table describe the application-mapping information.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosaMapEntry  

hpnicfPosaMapDestCode 1.3.6.1.4.1.11.2.14.11.15.2.92.2.3.1.1
The destination code of the mapping item. Generally, the destination code is a 4-character-string. If the destination address in POS packet matches the code, the packet will be deliveried to the corresponding application server. If any code can not be matched, the packet will be deliveried to the default server. A special destination code, 'default', is for default mapping item.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(4..7)  

hpnicfPosaMapAppID 1.3.6.1.4.1.11.2.14.11.15.2.92.2.3.1.2
The identifier of POS application. It is the index of hpnicfPosaAppTable.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..1024  

hpnicfPosaMapRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.92.2.3.1.3
Operation status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPosaMapSrcCode 1.3.6.1.4.1.11.2.14.11.15.2.92.2.3.1.4
The source code of the mapping item. Generally, the source code is a 4-character-string. If the source address in POS packet matches the code, the packet will be deliveried to the corresponding application server. If any code can not be matched, the packet will be deliveried to the default server. A special source code, 'default', is for default mapping item.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(4..7)  

hpnicfPosaFcmStatTable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.4
This table shows the statistics information of FCM interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosaFcmStatEntry

hpnicfPosaFcmStatEntry 1.3.6.1.4.1.11.2.14.11.15.2.92.2.4.1
This table shows the statistics information of FCM interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosaFcmStatEntry  

hpnicfPosaFcmStatIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.92.2.4.1.1
The index of FCM interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPosaFcmStatTimeoutCnts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.4.1.2
The number of disconnections because of trade timeouts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaFcmStatConnectFailCnts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.4.1.3
The number of connection failures because of unsuccessful negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaFcmStatTransCnts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.4.1.4
The number of all transactions made through the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hpnicfPosaFcmStatTransSuccessCnts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.4.1.5
The number of successful transactions made through the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hpnicfPosaFcmStatTransCntsClear 1.3.6.1.4.1.11.2.14.11.15.2.92.2.4.1.6
Clear the number of successful transactions and all transactions.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPosaAppStatTable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.5
This table shows the statistics information of application.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosaAppStatEntry

hpnicfPosaAppStatEntry 1.3.6.1.4.1.11.2.14.11.15.2.92.2.5.1
This table shows the statistics information of application.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosaAppStatEntry  

hpnicfPosaAppRecvPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.5.1.1
The number of packets recieved from the application server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaAppSendPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.5.1.2
The number of packets sent to the application server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaAppErrPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.5.1.3
The number of inbound packets that contained errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaAppDistributeErrCnts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.5.1.4
The number of packets that are discarded when no corresponding POS terminal can be found.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaAppInDiscardedPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.5.1.5
The number of inbound packets that are discarded when the incoming buffer is full.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaAppOutDiscardedPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.5.1.6
The number of outbound packets that are discarded because of link errors between the router and the application server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaTerminalStatTable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.6
This table shows the statistics information of application.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosaTerminalStatEntry

hpnicfPosaTerminalStatEntry 1.3.6.1.4.1.11.2.14.11.15.2.92.2.6.1
This table shows the statistics information of application.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosaTerminalStatEntry  

hpnicfPosaTerminalRecvPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.6.1.1
The number of packets recieved from the POS terminal.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaTerminalSendPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.6.1.2
The number of packets sent to the POS terminal.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaTerminalErrPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.6.1.3
The number of inbound packets that contained errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaTerminalMapErrCnts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.6.1.4
The number of packets that are discarded because of mapping errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaTerminalInDiscardedPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.6.1.5
The number of inbound packets that are discarded when the incoming buffer is full.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaTerminalOutDiscardedPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.6.1.6
The number of outbound packets that are discarded because of link errors between the router and the POS terminal.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfPosaBatchTerminalTable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.7
The table of the configuration information relevant to a batch of POS terminals.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosaBatchTerminalEntry

hpnicfPosaBatchTerminalEntry 1.3.6.1.4.1.11.2.14.11.15.2.92.2.7.1
The configuration information relevant to a batch of POS terminals.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosaBatchTerminalEntry  

hpnicfPosaBatchTerminalFirstID 1.3.6.1.4.1.11.2.14.11.15.2.92.2.7.1.1
The first ID of the batch of POS terminals.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..255  

hpnicfPosaBatchTerminalRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.92.2.7.1.2
Operation status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPosaTcpTermStatTable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8
This table shows the statistics information of terminal whose access type is tcp.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosaTcpTermStatEntry

hpnicfPosaTcpTermStatEntry 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1
This table shows the statistics information of terminal whose access type is tcp.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosaTcpTermStatEntry  

hpnicfPosaTcpTermStatIndex 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.1
The index of entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..64  

hpnicfPosaTcpTermStatIPType 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.2
The type of Internet address. And now it must be ipv4.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfPosaTcpTermStatIP 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.3
The IP address or the subnet of the statistics terminal(s). When the vlaue is a subnet, the statistics of all the terminals in the subnet will be added up. And now it only supports ipv4.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPosaTcpTermStatIPMask 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.4
The mask associated with the IP address or the subnet. And now it only supports ipv4.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPosaTcpTermRecvPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.5
The number of packets recieved from the POS terminal(s).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaTcpTermSendPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.6
The number of packets sent to the POS terminal(s).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaTcpTermErrPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.7
The number of inbound packets that contained errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaTcpTermMapErrCnts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.8
The number of packets that are discarded because of mapping errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaTcpTermInDiscardedPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.9
The number of inbound packets that are discarded when the incoming buffer is full.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaTcpTermOutDiscardedPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.10
The number of outbound packets that are discarded because of link errors between the router and the POS terminal(s).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaTcpTermStatRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.92.2.8.1.11
Operation status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPosaFcmConfTable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.9
This table shows the configuration information of FCM (Fast Connection Modem) interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosaFcmConfEntry

hpnicfPosaFcmConfEntry 1.3.6.1.4.1.11.2.14.11.15.2.92.2.9.1
This entry shows the configuration information of FCM (Fast Connection Modem) interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosaFcmConfEntry  

hpnicfPosaFcmNegoHookOff 1.3.6.1.4.1.11.2.14.11.15.2.92.2.9.1.1
Delay time for hookoff.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 100..6000  

hpnicfPosaFcmNegoSilence 1.3.6.1.4.1.11.2.14.11.15.2.92.2.9.1.2
Silence time for modem negotiation.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3000  

hpnicfPosaFcmNegoScrmbBinary1 1.3.6.1.4.1.11.2.14.11.15.2.92.2.9.1.3
Scramble-binary1 time for modem negotiation.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 100..1500  

hpnicfPosaFcmNegoUnscrmbBinary1 1.3.6.1.4.1.11.2.14.11.15.2.92.2.9.1.4
Unscramble-binary1 time for modem negotiation.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 300..1500  

hpnicfPosaFcmThresholdRlsdOff 1.3.6.1.4.1.11.2.14.11.15.2.92.2.9.1.5
RLSD (Received Line Signal Detect) off threshold for modem.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..75  

hpnicfPosaFcmThresholdRlsdOn 1.3.6.1.4.1.11.2.14.11.15.2.92.2.9.1.6
RLSD (Received Line Signal Detect) on threshold for modem.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..75  

hpnicfPosaFcmThresholdTxPower 1.3.6.1.4.1.11.2.14.11.15.2.92.2.9.1.7
TX power for modem.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..42  

hpnicfPosaFcmThresholdAnswerTone 1.3.6.1.4.1.11.2.14.11.15.2.92.2.9.1.8
Answer tone level for modem.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..42  

hpnicfPosaCallerStatTable 1.3.6.1.4.1.11.2.14.11.15.2.92.2.10
This table shows the statistics information of terminal according the caller-ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPosaCallerStatEntry

hpnicfPosaCallerStatEntry 1.3.6.1.4.1.11.2.14.11.15.2.92.2.10.1
This table shows the statistics information of terminal according the caller-ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPosaCallerStatEntry  

hpnicfPosaCallerStatCallerID 1.3.6.1.4.1.11.2.14.11.15.2.92.2.10.1.1
The caller number.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

hpnicfPosaCallerRecvPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.10.1.2
The number of packets recieved from the POS terminal(s).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaCallerSendPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.10.1.3
The number of packets sent to the POS terminal(s).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaCallerErrPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.10.1.4
The number of inbound packets that contained errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaCallerMapErrCnts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.10.1.5
The number of packets that are discarded because of mapping errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaCallerInDiscardedPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.10.1.6
The number of inbound packets that are discarded when the incoming buffer is full.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaCallerOutDiscardedPkts 1.3.6.1.4.1.11.2.14.11.15.2.92.2.10.1.7
The number of outbound packets that are discarded because of link errors between the router and the POS terminal(s).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPosaCallerStatRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.92.2.10.1.8
Operation status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPosaTrap 1.3.6.1.4.1.11.2.14.11.15.2.92.3
OBJECT IDENTIFIER    

hpnicfPosaTrapPrex 1.3.6.1.4.1.11.2.14.11.15.2.92.3.0
OBJECT IDENTIFIER    

hpnicfPosaServerStatusChange 1.3.6.1.4.1.11.2.14.11.15.2.92.3.0.1
This trap is generated when the POS function is started or stopped.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPosaAppStateChange 1.3.6.1.4.1.11.2.14.11.15.2.92.3.0.2
This trap is generated whenever the availability of application server changes.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPosaTerminalHangUp 1.3.6.1.4.1.11.2.14.11.15.2.92.3.0.3
This trap is generated whenever the POS connection through a FCM (Fast Connection Modem) interface is hanged up by POS terminal.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPosaFcmLinkNegoFailed 1.3.6.1.4.1.11.2.14.11.15.2.92.3.0.4
This trap is generated whenever the link layer negotiation is failed between the POS terminal and router through a FCM (Fast Connection Modem) interface.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPosaFcmPhyNegoFailed 1.3.6.1.4.1.11.2.14.11.15.2.92.3.0.5
This trap is generated whenever the physical layer negotiation is failed between the POS terminal and router through a FCM (Fast Connection Modem) interface.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPosaTcpConnectionExceed 1.3.6.1.4.1.11.2.14.11.15.2.92.3.0.6
This trap is generated whenever the number of connections exceeds the threshold.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPosaFcmConnectionExceed 1.3.6.1.4.1.11.2.14.11.15.2.92.3.0.7
This trap is generated whenever the number of connections exceeds the threshold.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPosaTcpTradeExceed 1.3.6.1.4.1.11.2.14.11.15.2.92.3.0.8
This trap is generated whenever the number of trades in any TCP connect exceeds the limit.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPosaTrapObjects 1.3.6.1.4.1.11.2.14.11.15.2.92.3.1
OBJECT IDENTIFIER    

hpnicfPosaAppStateChangeObject 1.3.6.1.4.1.11.2.14.11.15.2.92.3.1.1
This is a dummy MIB object referenced by the hpnicfPosaAppStateChange trap. This object shows the availability changing of corresponding application server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER available(1), unavailable(2)