CABH-IETF-CTP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: CABH-IETF-CTP-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
 cabhCtpMib 1.3.6.1.2.1.1
This MIB module defines the diagnostic controls offered by the CableHome Test Portal (CTP). Copyright (C) The Internet Society (2003). This version of this MIB module is part of RFC xxxx; see the RFC itself for full legal notices.
     cabhCtpObjects 1.3.6.1.2.1.1.1
         cabhCtpBase 1.3.6.1.2.1.1.1.1
             cabhCtpSetToFactory 1.3.6.1.2.1.1.1.1.1 truthvalue read-write
Setting this object to true(1) causes all the tables in the CTP MIB to be cleared, and all CTP MIB objects with default values set back to those default values. Reading this object always returns false(2).
             cabhCtpLastSetToFactory 1.3.6.1.2.1.1.1.1.2 timestamp read-only
The value of sysUpTime when cabhCtpSetToFactory was last set to true. Zero if never reset.
         cabhCtpConnSpeed 1.3.6.1.2.1.1.1.2
             cabhCtpConnSrcIpType 1.3.6.1.2.1.1.1.2.1 inetaddresstype read-write
The IP Address type used as the source address for the Connection Speed Test.
             cabhCtpConnSrcIp 1.3.6.1.2.1.1.1.2.2 inetaddress read-write
The IP Address used as the source address for the Connection Speed Test. The type of this address is specified by cabhCtpConnSrcIpType. The default value is the value of cabhCdpServerRouter (192.168.0.1).
             cabhCtpConnDestIpType 1.3.6.1.2.1.1.1.2.3 inetaddresstype read-write
The IP Address Type for the CTP Connection Speed Tool destination address.
             cabhCtpConnDestIp 1.3.6.1.2.1.1.1.2.4 inetaddress read-write
The IP Address used as the destination address for the Connection Speed Test. The type of this address is specified by cabhCtpConnDestIpType
             cabhCtpConnProto 1.3.6.1.2.1.1.1.2.5 integer read-write
The protocol used in the Connection Speed Test. TCP testing is optional. Enumeration: 'udp': 1, 'tcp': 2.
             cabhCtpConnNumPkts 1.3.6.1.2.1.1.1.2.6 integer read-write
The number of packets the CTP is to send when triggered to execute the Connection Speed Tool.
             cabhCtpConnPktSize 1.3.6.1.2.1.1.1.2.7 integer read-write
The size of the test frames.
             cabhCtpConnTimeOut 1.3.6.1.2.1.1.1.2.8 integer read-write
The timeout value for the response. A value of zero indicates no time out and can be used for TCP only.
             cabhCtpConnControl 1.3.6.1.2.1.1.1.2.9 integer read-write
The control for the Connection Speed Tool. Setting this object to start(1) causes the Connection Speed Tool to execute. Setting this object to abort(2) causes the Connection Speed Tool to stop running. This parameter should only be set via SNMP. Enumeration: 'start': 1, 'abort': 2.
             cabhCtpConnStatus 1.3.6.1.2.1.1.1.2.10 integer read-only
The status of the Connection Speed Tool. Enumeration: 'running': 2, 'timedOut': 5, 'notRun': 1, 'complete': 3, 'aborted': 4.
             cabhCtpConnPktsSent 1.3.6.1.2.1.1.1.2.11 integer read-only
The number of packets the CTP sent after it was triggered to execute the Connection Speed Tool.
             cabhCtpConnPktsRecv 1.3.6.1.2.1.1.1.2.12 integer read-only
The number of packets the CTP received after it executed the Connection Speed Tool.
             cabhCtpConnRTT 1.3.6.1.2.1.1.1.2.13 integer read-only
The resulting round trip time for the set of packets sent to and received from the target LAN IP Device.
             cabhCtpConnThroughput 1.3.6.1.2.1.1.1.2.14 integer read-only
The average round-trip throughput measured in kilobits per second.
         cabhCtpPing 1.3.6.1.2.1.1.1.3
             cabhCtpPingSrcIpType 1.3.6.1.2.1.1.1.3.1 inetaddresstype read-write
The IP Address Type for CTP Ping Tool source address.
             cabhCtpPingSrcIp 1.3.6.1.2.1.1.1.3.2 inetaddress read-write
The IP Address used as the source address for the Ping Test. The type of this address is specified by cabhCtpPingSrcIpType. The default value is the value of CabhCdpServerRouter (192.168.0.1).
             cabhCtpPingDestIpType 1.3.6.1.2.1.1.1.3.3 inetaddresstype read-write
The IP Address Type for the CTP Ping Tool destination address.
             cabhCtpPingDestIp 1.3.6.1.2.1.1.1.3.4 inetaddress read-write
The Destination IP Address used as the destination address for the Ping Test.
             cabhCtpPingNumPkts 1.3.6.1.2.1.1.1.3.5 integer read-write
The number of packets to send to each host.
             cabhCtpPingPktSize 1.3.6.1.2.1.1.1.3.6 integer read-write
The size of the test frames.
             cabhCtpPingTimeBetween 1.3.6.1.2.1.1.1.3.7 integer read-write
The time between sending one ping and the next.
             cabhCtpPingTimeOut 1.3.6.1.2.1.1.1.3.8 integer read-write
The time out for ping response (ICMP reply) for a single transmitted ping message (ICMP request).
             cabhCtpPingControl 1.3.6.1.2.1.1.1.3.9 integer read-write
The control for the Ping Tool. Setting this object to start(1) causes the Ping Tool to execute. Setting this object to abort(2) causes the Ping Tool to stop running. This parameter should only be set via SNMP. Enumeration: 'start': 1, 'abort': 2.
             cabhCtpPingStatus 1.3.6.1.2.1.1.1.3.10 integer read-only
The status of the Ping Tool. Enumeration: 'running': 2, 'timedOut': 5, 'notRun': 1, 'complete': 3, 'aborted': 4.
             cabhCtpPingNumSent 1.3.6.1.2.1.1.1.3.11 integer read-only
The number of Pings sent
             cabhCtpPingNumRecv 1.3.6.1.2.1.1.1.3.12 integer read-only
The number of pings received.
             cabhCtpPingAvgRTT 1.3.6.1.2.1.1.1.3.13 integer read-only
The resulting average of round trip times for acknowledged packets.
             cabhCtpPingMaxRTT 1.3.6.1.2.1.1.1.3.14 integer read-only
The resulting maximum of round trip times for acknowledged packets.
             cabhCtpPingMinRTT 1.3.6.1.2.1.1.1.3.15 integer read-only
The resulting minimum of round trip times for acknowledged packets.
             cabhCtpPingNumIcmpError 1.3.6.1.2.1.1.1.3.16 integer read-only
Number of ICMP errors.
             cabhCtpPingIcmpError 1.3.6.1.2.1.1.1.3.17 integer read-only
The last ICMP error.
     cabhCtpNotification 1.3.6.1.2.1.1.2
         cabhCtpNotifications 1.3.6.1.2.1.1.2.0
     cabhCtpConformance 1.3.6.1.2.1.1.3
         cabhCtpCompliances 1.3.6.1.2.1.1.3.1
             cabhCtpBasicCompliance 1.3.6.1.2.1.1.3.1.3
The compliance statement for devices that implement Portal Service feature.
         cabhCtpGroups 1.3.6.1.2.1.1.3.2
             cabhCtpGroup 1.3.6.1.2.1.1.3.2.1
Group of objects for CableHome CTP MIB.