CISCO-ASPP-MIB

File: CISCO-ASPP-MIB.mib (18772 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF IF-MIB
SNMPv2-TC CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
MODULE-COMPLIANCE OBJECT-GROUP ifIndex
TruthValue ciscoMgmt

Defined Types

AsppPortEntry  
SEQUENCE    
  asppPortProtocol INTEGER
  asppPortRole INTEGER
  asppPortReceiveInterFrameTimeout Integer32
  asppPortDeviceAddressOffset Integer32
  asppPortEOFCharacter Integer32
  asppPortSOFCharacter Integer32
  asppPortIgnoreSequenceNumber TruthValue
  asppPortRspTimer Integer32
  asppPortRxTimer Integer32
  asppPortHostTimer Integer32
  asppPortConnectTimer Integer32
  asppPortRetryCount Integer32
  asppPortDelayEnq Integer32
  asppPortDisableEnq TruthValue
  asppPortSendAck TruthValue
  asppPortDirect TruthValue
  asppPortDCDAlways TruthValue

Defined Values

ciscoAsppMIB 1.3.6.1.4.1.9.9.55
The ASPP MIB provides the configuration and operational information on asynchronous polled protocols such as the asynchronous security protocols that alarm monitoring companies use. The protocols are handled in passthrough mode. ASPP will handle the receiving and sending of the asychronous blocks. It will not perform any error checking. It is the responsibilty of the end-station to perform any required error recovery. A generic protocol has been created to support asychronous protocols. In some situations this doesn't work for all types since there is no alarm protocol standard. Specific vendor support has been included for the following vendor's alarm equipment and protocols: * adplex * adt - PollSelect - VariPoll * diebold * mdi * mosec (mosler) * gddb (Guang Dong Development Bank) - This protocol is similar to Burroughs Poll/Select The following example configuration shows how the ASPP MIB returns ASPP information, from either CISCO A or CISCO B. Security == ASP == Cisco == IP == Cisco == ASP == Alarm control A Network B Panel station The following entities are managed: 1) ASPP ports (serial interfaces) The ASPP ports are identified by the interface index, and additional information about this interface can be obtained from the Cisco Serial Interface MIB.
MODULE-IDENTITY    

asppObjects 1.3.6.1.4.1.9.9.55.1
OBJECT IDENTIFIER    

asppPorts 1.3.6.1.4.1.9.9.55.1.1
OBJECT IDENTIFIER    

asppPortTable 1.3.6.1.4.1.9.9.55.1.1.1
A list of asynchronous interfaces which have been configured to support an asynchronous security protocol (ASP) BSTUN group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsppPortEntry

asppPortEntry 1.3.6.1.4.1.9.9.55.1.1.1.1
Current ASP configuration settings for an asynchronous port.
Status: current Access: not-accessible
OBJECT-TYPE    
  AsppPortEntry  

asppPortProtocol 1.3.6.1.4.1.9.9.55.1.1.1.1.1
Specifies type of asynchronous security protocol being used. These protocols are implemented by individual security alarm manufacturers. There is no standard protocol for alarm communications over RS-232 interfaces. asyncGeneric(5)- provides generic polled asynchronous support Specific vendor support has been included for the following vendor's alarm equipment and protocols: * adplex(1) * ADT - adtPollSelect(2) - adtVariPoll(3) * diebold(4) * mdi(6) * mosec(7) - mosler equipment * gddb(8) - Guang Dong Development Bank The protocol is similar to Burroughs Poll/Select. apos(9) - Protocol support for asynchronous POS devices for provide credit and debit card authorizations to an IP attached host.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER adplex(1), adtPollSelect(2), adtVariPoll(3), diebold(4), asyncGeneric(5), mdi(6), mosec(7), gddb(8), apos(9)  

asppPortRole 1.3.6.1.4.1.9.9.55.1.1.1.1.2
Specifies the router's protocol role. primary(1) - Indicates we are attaching to the terminal or alarm panel. secondary(2) - Indicates we are attaching to the host or alarm console..
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

asppPortReceiveInterFrameTimeout 1.3.6.1.4.1.9.9.55.1.1.1.1.3
Specifies the receive inter-frame-timeout period, used to delimit frames. Since all the protocols are implemented over RS-232 3-wire circuits (ie TX, RX and GND), the only general method for start-end frame detection is to monitor the time between received characters. If this time period exceeds the inter-frame timeout value, then frame end-start is detected.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1000  

asppPortDeviceAddressOffset 1.3.6.1.4.1.9.9.55.1.1.1.1.4
Specifies the byte offset within a frame, which contains the device address. This is used when the asynchronous interface is configured to use the async generic protocol handler. Because no knowledge of the protocol is built-in to the IOS, it must be told where the address field lives within the frame. That way IOS can correctly route the frames for this protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

asppPortEOFCharacter 1.3.6.1.4.1.9.9.55.1.1.1.1.5
Specifies the protocol character to use to delimit the end of a frame. The valid character is 0-255 and 256 indicates the object is not configured.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..256  

asppPortSOFCharacter 1.3.6.1.4.1.9.9.55.1.1.1.1.6
Specifies the protocol character to use to delimit the beginning of a frame. The valid character is 0-255 and 256 indicates the object is not configured.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..256  

asppPortIgnoreSequenceNumber 1.3.6.1.4.1.9.9.55.1.1.1.1.7
Specifies whether the asp sequence numbers used to synchronize aspp traffic between head-end and tail-end routers should be ignored. This is enabled if there isn't a one to one correlation between commands and responses between the two routers.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

asppPortRspTimer 1.3.6.1.4.1.9.9.55.1.1.1.1.8
Specifies the amount of time the router will wait for a response to a packet before retransmission.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..30  

asppPortRxTimer 1.3.6.1.4.1.9.9.55.1.1.1.1.9
Specifies the maximum amount of time the router will wait for a complete packet to be received. It starts when an STX character is received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 10..60  

asppPortHostTimer 1.3.6.1.4.1.9.9.55.1.1.1.1.10
Specifies the maximum amount of time the router will wait for a response to a terminal request from the host. It starts when a terminal request is forwarded to the host.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 10..120  

asppPortConnectTimer 1.3.6.1.4.1.9.9.55.1.1.1.1.11
Specifies the maximum amount of time the router will wait for the activation of the tunnel connection to the host to complete. It starts when a terminal requests a session with host.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..30  

asppPortRetryCount 1.3.6.1.4.1.9.9.55.1.1.1.1.12
Specifies the maximum number of timers a packet will be retransmitted before the connection with the terminal will be disconnected.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10  

asppPortDelayEnq 1.3.6.1.4.1.9.9.55.1.1.1.1.13
Specifies the amount of time to wait after sending a connect packet to the the terminal before sending the ENQ to initiate a session
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..1000  

asppPortDisableEnq 1.3.6.1.4.1.9.9.55.1.1.1.1.14
Specifies whether sending of ENQ to initiate a session with the terminal is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

asppPortSendAck 1.3.6.1.4.1.9.9.55.1.1.1.1.15
Specifies whether the router will send an ACK to acknowledge packets.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

asppPortDirect 1.3.6.1.4.1.9.9.55.1.1.1.1.16
Specifies whether the line mode is direct or dialed. If in direct the router will immediately send ENQ without waiting for AT commands
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

asppPortDCDAlways 1.3.6.1.4.1.9.9.55.1.1.1.1.17
Specifies whether DCD should always be asserted or asserted only when the connection is active.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

asppMibConformance 1.3.6.1.4.1.9.9.55.3
OBJECT IDENTIFIER    

asppMibCompliances 1.3.6.1.4.1.9.9.55.3.1
OBJECT IDENTIFIER    

asppMibGroups 1.3.6.1.4.1.9.9.55.3.2
OBJECT IDENTIFIER    

asppMibCompliance 1.3.6.1.4.1.9.9.55.3.1.1
The compliance statement for ASP.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

asppMibComplianceRev1 1.3.6.1.4.1.9.9.55.3.1.2
The compliance statement for ASP.
Status: current Access: read-only
MODULE-COMPLIANCE    

asppPortsGroup 1.3.6.1.4.1.9.9.55.3.2.1
A collection of objects providing information about interfaces that run asynchronous security protocols.
Status: current Access: read-only
OBJECT-GROUP    

asppPortsGenericGroup 1.3.6.1.4.1.9.9.55.3.2.2
A collection of objects providing information about interfaces that run asynchronous generic protocols.
Status: current Access: read-only
OBJECT-GROUP    

asppPortsAposGroup 1.3.6.1.4.1.9.9.55.3.2.3
A collection of objects providing information about interfaces that run asynchronous protocol to communicate to Point of Sale protocols.
Status: current Access: read-only
OBJECT-GROUP