CAPPUDPEXT-MIB: View SNMP OID List / Download MIB

VENDOR: ARROWPOINT COMMUNICATIONS INC.


 Home MIB: CAPPUDPEXT-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
 apCappUdpExtMib 1.3.6.1.4.1.2467.1.52.1
The MIB module used to describe the ArrowPoint Communications logging functionality
 apCappUdpState 1.3.6.1.4.1.2467.1.52.2 integer read-write
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. Enumeration: 'enable': 1, 'disable': 0.
 apCappUdpSecureAll 1.3.6.1.4.1.2467.1.52.3 integer read-write
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 Enumeration: 'enable': 1, 'disable': 0.
 apCappUdpPort 1.3.6.1.4.1.2467.1.52.4 integer32 read-write
This object contains the port number used by CAPP-UDP for frame reception
 apCappUdpDropFrames 1.3.6.1.4.1.2467.1.52.5 integer32 read-only
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.
 apCappUdpReceiveFrames 1.3.6.1.4.1.2467.1.52.6 integer32 read-only
This object contains a count of the number of CAPP-UDP frames that were successfully received.
 apCappUdpTransmitFrames 1.3.6.1.4.1.2467.1.52.7 integer32 read-only
This object contains a count of the number of CAPP-UDP frames that were successfully transmitted.
 apCappUdpDropBytes 1.3.6.1.4.1.2467.1.52.8 integer32 read-only
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.
 apCappUdpReceiveBytes 1.3.6.1.4.1.2467.1.52.9 integer32 read-only
This object contains a count of the number of CAPP-UDP bytes that were successfully received.
 apCappUdpTransmitBytes 1.3.6.1.4.1.2467.1.52.10 integer32 read-only
This object contains a count of the number of CAPP-UDP bytes that were successfully transmitted.
 apCappUdpOptionsTable 1.3.6.1.4.1.2467.1.52.11 no-access
The CAPP-UDP security options table
       apCappUdpOptionsEntry 1.3.6.1.4.1.2467.1.52.11.1 no-access
A row in the CAPP-UDP security options table
           apCappUdpOptionsIpAddress 1.3.6.1.4.1.2467.1.52.11.1.1 ipaddress read-only
The ip address of this CAPP-UDP security option entry
           apCappUdpOptionsType 1.3.6.1.4.1.2467.1.52.11.1.2 integer read-only
The type of options configured for this row Enumeration: 'encrypt-md5': 1, 'encrypt-none': 0.
           apCappUdpOptionsSecret 1.3.6.1.4.1.2467.1.52.11.1.3 displaystring read-only
The secret associated with the options entry. This object will not return the secret, for security considerations.
           apCappUdpOptionsStatus 1.3.6.1.4.1.2467.1.52.11.1.4 rowstatus read-only
The status object for this row