CAPPUDPEXT-MIB

File: CAPPUDPEXT-MIB.mib (5464 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC APENT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 RowStatus DisplayString
cappUdpExt

Defined Types

APCappUdpOptionsEntry  
SEQUENCE    
  apCappUdpOptionsIpAddress IpAddress
  apCappUdpOptionsType INTEGER
  apCappUdpOptionsSecret DisplayString
  apCappUdpOptionsStatus RowStatus

Defined Values

apCappUdpExtMib 1.3.6.1.4.1.2467.1.52.1
The MIB module used to describe the ArrowPoint Communications logging functionality
MODULE-IDENTITY    

apCappUdpState 1.3.6.1.4.1.2467.1.52.2
This object is responsible for controlling globally whether CAPP-UDP is configured to operate on this system. When the CAPP-UDP state is set to disabled, no packets may be transmitted or received through CAPP-UDP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

apCappUdpSecureAll 1.3.6.1.4.1.2467.1.52.3
This object is responsible for controlling globally whether non- secure CAPP-UDP frames will be received. When 'enabled', all frames that are non-secure will be dropped. Dropped frames can be observed via the apCappUdpDropCount
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

apCappUdpPort 1.3.6.1.4.1.2467.1.52.4
This object contains the port number used by CAPP-UDP for frame reception
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

apCappUdpDropFrames 1.3.6.1.4.1.2467.1.52.5
This object contains a count of the number of CAPP-UDP frames that we dropped due to reception filtering. Reception filtering includes malformed frames & improper security settings.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apCappUdpReceiveFrames 1.3.6.1.4.1.2467.1.52.6
This object contains a count of the number of CAPP-UDP frames that were successfully received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apCappUdpTransmitFrames 1.3.6.1.4.1.2467.1.52.7
This object contains a count of the number of CAPP-UDP frames that were successfully transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apCappUdpDropBytes 1.3.6.1.4.1.2467.1.52.8
This object contains a count of the number of CAPP-UDP bytes that we dropped due to reception filtering. Reception filtering includes malformed frames & improper security settings.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apCappUdpReceiveBytes 1.3.6.1.4.1.2467.1.52.9
This object contains a count of the number of CAPP-UDP bytes that were successfully received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apCappUdpTransmitBytes 1.3.6.1.4.1.2467.1.52.10
This object contains a count of the number of CAPP-UDP bytes that were successfully transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

apCappUdpOptionsTable 1.3.6.1.4.1.2467.1.52.11
The CAPP-UDP security options table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    APCappUdpOptionsEntry

apCappUdpOptionsEntry 1.3.6.1.4.1.2467.1.52.11.1
A row in the CAPP-UDP security options table
Status: current Access: not-accessible
OBJECT-TYPE    
  APCappUdpOptionsEntry  

apCappUdpOptionsIpAddress 1.3.6.1.4.1.2467.1.52.11.1.1
The ip address of this CAPP-UDP security option entry
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

apCappUdpOptionsType 1.3.6.1.4.1.2467.1.52.11.1.2
The type of options configured for this row
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER encrypt-none(0), encrypt-md5(1)  

apCappUdpOptionsSecret 1.3.6.1.4.1.2467.1.52.11.1.3
The secret associated with the options entry. This object will not return the secret, for security considerations.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

apCappUdpOptionsStatus 1.3.6.1.4.1.2467.1.52.11.1.4
The status object for this row
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus