ctif-ext-mib

ctif-ext-mib Download

MIBs list

This module provides authoritative definitions for part of the naming tree below: cabletron { enterprises 52 }

You can select a variable to monitor using the built-in IPHost SNMP MIB browser that provides you with all variables, their current values and descriptions taken from the ctif-ext-mib .

OID list for ctif-ext-mib

comDeviceTime
The current time of day, in 24 hour format, as measured by the device. The representation shall use the standard HHMMSS format.
comDeviceDate
The current date, as measured by the device. The representation shall use the standard MMDDYYYY format.
comDeviceBoardMap
Contains a bit encoded representation of slots that contain MIM boards. If a bit is one then that slot is occupied by a board.
ctIfTable
This table defines an extension to the interface table.
ctIfEntry
This defines each conceptual row within the ctIfTable
ctIfNumber
This defines the interface that is being described. This is the same as ifIndex.
ctIfPortCnt
This defines the number of ports on the interface that is being described.
ctIfConnectionType
Defines the specific type of the interface connection (BRIM, etc). This is defined within ctron-oids. This differs from the nature of the interface as defined by ifType as found in MIB-II.
ctIfLAA
This object is used by a device (with a Token Ring interface) to set a Locally Administered Address (LAA) for it's MAC hardware address. When set, this LAA will override the default Universally Administered Address or burned in address of the interface. ...
ctIfDuplex
Defines the duplex mode that the interface is set to operate in. For devices that do not support this capability: - a read will return standard(2). - any write attempt will return BADVALUE. - fast ethernet devices will report other(1).
ctIfCapability
Defines the cabability of the underlying hardware in supporting full duplex. This object will have a value of fullDuplex(3) if all hardware is capable of supporting full duplex operation.
ctIfRedundancy
Defines whether or not an interface supports redundancy.
ctIfPortTable
This table defines an extension to the interface table.
ctIfPortEntry
This defines each conceptual row within the ctIfPortTable
ctIfPortPortNumber
This defines the port that is being described.
ctIfPortIfNumber
This defines the interface that the port being described is on.
ctIfPortType
Defines the specific type of the port (EPIM, TPIM). This is defined within ctron-oids.
ctIfPortLinkStatus
Defines the status of the port connection.
ctIfPortTrapStatus
Defines the trap forwarding status of the port. A value of (1) indicates that a trap WILL NOT be sent if the port goes down and a value of (2) which is the default value, indicates that a trap WILL be sent if the port goes down.
ctCpTable
This table defines a Com Port Table.
ctCpEntry
This defines each conceptual row within the ctCPTable
ctComPort
This is the index into the Com Port Table and defines the Com Port that is being described. com1 = 1, com2 = 2
ctCpFunction
Defines the Com Port Function supported by that Com Port.
ctIfNum
This defines the interface that is being described. This is the same as ifIndex. This is only valid if ctCpFunction is SLIP or PPP, otherwise, 0
ctCpAdminStatus
The administrative state of the Com Port.
enableSNMPv1
This object allows control over the SNMPv1 protocol. If set to a value of disable(1) then the SNMPv1 protocol will not be accepted by the device.
enableSNMPv2
This object allows control over the SNMPv2 protocol. If set to a value of disable(1) then the SNMPv2 protocol will not be accepted by the device.
enableSNMPv1Counter64
This object allows control over the SNMPv1 protocol agent. If set to a value of enable(2) then the SNMPv1 agent will return Counter64 objects using SNMPv2 syntax. If set to a value of disable(1) then the SNMPv1 agent will return any Counter64 objects as ...
ctSonetTable
This table defines the Sonet table.
ctSonetEntry
This defines each conceptual row within the ctSonetTable.
ctSonetIfIndex
This defines the interface being described. It is the same as IfIndex.
ctSonetMediumType
This variable identifies whether a SONET or a SDH signal is used across this interface.
ctVirtualIfTable
This table defines a Virtual IF Table.
ctVirtualIfEntry
This defines each conceptual row within the ctVirtualIfTable
ctVirtualIfIndex
Returns the virtual If Index.
ctVirtualIfPhysicalInterface
This value displays the physical interface that owns the virtual interface. This is the IfIndex from MIB-II.
ctVirtualIfType
This value displays the physical interface type.
ctVirtualIfNumPorts
This value displays the number of virtual ports.
ctVirtualIfPortTable
This table defines the Virtual Port types.
ctVirtualIfPortEntry
This defines each conceptual row within the ctVirtualIfPortTable.
ctVirtualIfPortIfIndex
Returns the virtual If Index.
ctVirtualIfPortNumber
The application port number of the port being described.
ctVirtualIfPortType
This defines the port type from ctron-oids.
ctVirtualIfPortVPI
This returns the Virtual Path Identifier value.
ctVirtualIfPortVCI
This returns the Virtual Channel Identifier value.
ctStatsTable
This table defines the Stats table.
ctStatsEntry
This defines each StatsTable.
ctStatsIfIndex
This defines the interface being described. It is the same as IfIndex.
ctStatsIfEnable
This allows the interface to pass Token Ring MAC frames to the HOST for processing. When disabled, stats will not be gathered on the interface. Default is Enabled. For devices that do not support this capability any write attempt will return BADVALUE.
ctIfHCStatsTable
This table defines an extension to the interface table. This table consists of interface counters grouped together. For each counter type in the table their is a 32 bit counter and a 32 bit overflow counter. This effectively provides a method for countin ...
ctIfHCStatsEntry
This defines each conceptual row within the ctIfHCStatsTable. Entries in this table will exist for High Capacity Interfaces.
ctIfInOctets
The total number of octets received on the interface, including framing characters.
ctIfInOctetsOverflows
The number of times the associated ctIfInOctets counter has overflowed.
ctIfInUcastPkts
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.
ctIfInUcastPktsOverflows
The number of times the associated ctIfInUcastPkts counter has overflowed.
ctIfInMulticastPkts
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer. For a MAC layer protocol, this includes both Group and Functional addresses.
ctIfInMulticastPktsOverflows
The number of times the associated ctIfInMulticastPkts counter has overflowed.
ctIfInBroadcastPkts
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer.
ctIfInBroadcastPktsOverflows
The number of times the associated ctIfInBroadcastPkts counter has overflowed.
ctIfOutOctets
The total number of octets transmitted out of the interface, including framing characters.
ctIfOutOctetsOverflows
The number of times the associated ctIfOutOctets counter has overflowed.
ctIfOutUcastPkts
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.
ctIfOutUcastPktsOverflows
The number of times the associated ctIfOutUcastPkts counter has overflowed.
ctIfOutMulticastPkts
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent. For a MAC layer protocol, this includes both Group and F ...
ctIfOutMulticastPktsOverflows
The number of times the associated ctIfOutMulticastPkts counter has overflowed.
ctIfOutBroadcastPkts
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent.
ctIfOutBroadcastPktsOverflows
The number of times the associated ctIfOutBroadcastPkts counter has overflowed.

You can start network devices monitoring using free 30-day trial version of IPHost Network Monitor right now. Witn IPHost SNMP monitor you can monitor network performance, audit network usage, detect network faults, or inappropriate access. The IPHost's SNMP monitor can communicate and interact with any SNMP-enabled device.

MIBs list