CT-DS0ent-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS INC.


 Home MIB: CT-DS0ent-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
 ctSSA 1.3.6.1.4.1.52.4497
           ctDs0Mib 1.3.6.1.4.1.52.4497.20
                 ctDs0ifNumber 1.3.6.1.4.1.52.4497.20.1 integer read-only
The number of network interfaces (regardless of their current state) present on this system.
                 ctDs0ifTable 1.3.6.1.4.1.52.4497.20.2 no-access
A list of interface entries. The number of entries is given by the value of ctDs0ifNumber.
                     ctDs0ifEntry 1.3.6.1.4.1.52.4497.20.2.1 no-access
An entry containing management information applicable to a particular interface.
                         ctDs0ifIndex 1.3.6.1.4.1.52.4497.20.2.1.1 interfaceindex read-only
A unique value, greater than zero, for each interface. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
                         ctDs0ifDescr 1.3.6.1.4.1.52.4497.20.2.1.2 displaystring read-only
A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.
                         ctDs0ifType 1.3.6.1.4.1.52.4497.20.2.1.3 ianactds0iftype read-only
The type of interface. Additional values for ctDs0ifType are assigned by the Internet Assigned Numbers Authority (IANA), through updating the syntax of the IANAifType textual convention.
                         ctDs0ifMtu 1.3.6.1.4.1.52.4497.20.2.1.4 integer read-only
The size of the largest packet which can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.
                         ctDs0ifSpeed 1.3.6.1.4.1.52.4497.20.2.1.5 gauge read-only
An estimate of the interface's current bandwidth in bits per second. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. If the bandwidth of the interface is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and ctDs0ifHighSpeed must be used to report the interace's speed. For a sub-layer which has no concept of bandwidth, this object should be zero.
                         ctDs0ifPhysAddress 1.3.6.1.4.1.52.4497.20.2.1.6 physaddress read-only
The interface's address at its protocol sub-layer. The interface's media-specific MIB must define the bit and byte ordering and format of the value contained by this object. For interfaces which do not have such an address (e.g., a serial line), this object should contain an octet string of zero length.
                         ctDs0ifAdminStatus 1.3.6.1.4.1.52.4497.20.2.1.7 integer read-write
The desired state of the interface. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all interfaces start with ctDs0ifAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, ctDs0ifAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state). Enumeration: 'down': 2, 'testing': 3, 'up': 1.
                         ctDs0ifOperStatus 1.3.6.1.4.1.52.4497.20.2.1.8 integer read-only
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. If ctDs0ifAdminStatus is down(2) then ctDs0ifOperStatus should be down(2). If ctDs0ifAdminStatus is changed to up(1) then ctDs0ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should change to dormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incomming connection); it should remain in the down(2) state if and only if there is a fault that prevents if from going to the up(1) state. Enumeration: 'down': 2, 'unknown': 4, 'testing': 3, 'up': 1, 'dormant': 5.
                         ctDs0ifLastChange 1.3.6.1.4.1.52.4497.20.2.1.9 timeticks read-only
The value of sysUpTime at the time the interface entered its current operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
                         ctDs0ifInOctets 1.3.6.1.4.1.52.4497.20.2.1.10 counter read-only
The total number of octets received on the interface, including framing characters.
                         ctDs0ifInUcastPkts 1.3.6.1.4.1.52.4497.20.2.1.11 counter read-only
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer.
                         ctDs0ifInNUcastPkts 1.3.6.1.4.1.52.4497.20.2.1.12 counter read-only
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast or broadcast address at this sub-layer. This object is deprecated in favour of ctDs0ifInMulticastPkts and ctDs0ifInBroadcastPkts.
                         ctDs0ifInDiscards 1.3.6.1.4.1.52.4497.20.2.1.13 counter read-only
The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space.
                         ctDs0ifInErrors 1.3.6.1.4.1.52.4497.20.2.1.14 counter read-only
For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol.
                         ctDs0ifInUnknownProtos 1.3.6.1.4.1.52.4497.20.2.1.15 counter read-only
For packet-oriented interfaces, the number of packets received via the interface which were discarded because of an unknown or unsupported protocol. For character-oriented or fixed-length interfaces which support protocol multiplexing the number of transmission units received via the interface which were discarded because of an unknown or unsupported protocol. For any interface which does not support protocol multiplexing, this counter will always be 0.
                         ctDs0ifOutOctets 1.3.6.1.4.1.52.4497.20.2.1.16 counter read-only
The total number of octets transmitted out of the interface, including framing characters.
                         ctDs0ifOutUcastPkts 1.3.6.1.4.1.52.4497.20.2.1.17 counter read-only
The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent.
                         ctDs0ifOutNUcastPkts 1.3.6.1.4.1.52.4497.20.2.1.18 counter read-only
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. This object is deprecated in favour of ctDs0ifOutMulticastPkts and ctDs0ifOutBroadcastPkts.
                         ctDs0ifOutDiscards 1.3.6.1.4.1.52.4497.20.2.1.19 counter read-only
The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
                         ctDs0ifOutErrors 1.3.6.1.4.1.52.4497.20.2.1.20 counter read-only
For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.
                         ctDs0ifOutQLen 1.3.6.1.4.1.52.4497.20.2.1.21 gauge read-only
The length of the output packet queue (in packets).
                         ctDs0ifSpecific 1.3.6.1.4.1.52.4497.20.2.1.22 object identifier read-only
A reference to MIB definitions specific to the particular media being used to realize the interface. It is recommended that this value point to an instance of a MIB object in the media-specific MIB, i.e., that this object have the semantics associated with the InstancePointer textual convention defined in RFC 1443. In fact, it is recommended that the media- specific MIB specify what value ifSpecific should/can take for values of ifType. If no MIB definitions specific to the particular media are available, the value should be set to the OBJECT IDENTIFIER { 0 0 }.
           ctDsx0Mib 1.3.6.1.4.1.52.4497.21
                 ctDsx0ConfigTable 1.3.6.1.4.1.52.4497.21.1 no-access
ISDN lapd table containing configuration and operational parameters for all ISDN signaling channels on this managed device.
                     ctDsx0ConfigEntry 1.3.6.1.4.1.52.4497.21.1.1 no-access
An entry in the ISDN Lapd Table.
                         ctDsx0ConfigLineId 1.3.6.1.4.1.52.4497.21.1.1.1 displaystring read-only
Line id of the Isdn Lapd table entry
                         ctDsx0ConfigAdminStatus 1.3.6.1.4.1.52.4497.21.1.1.2 integer read-write
Administration status for the Isdn Lapd table entry. Enumeration: 'dormant': 5, 'lowerLayerDown': 7, 'unknown': 4, 'testing': 3, 'up': 1, 'down': 2, 'notPresent': 6.
                         ctDsx0ConfigOperStatus 1.3.6.1.4.1.52.4497.21.1.1.3 integer read-only
Operational status for the Isdn Lapd table entry. Enumeration: 'dormant': 5, 'lowerLayerDown': 7, 'unknown': 4, 'testing': 3, 'up': 1, 'down': 2, 'notPresent': 6.