MIBs Depot

CISCO-C2900-MIB

Registered at
1.3.6.1.4.1.9.9.87
Last updated
2002-05-30 00:00
Organization
Cisco Systems, Inc.
Revisions
2002-05-30 00:00, 2001-07-25 13:45, 1999-09-24 00:00, 1999-08-24 00:00, 1999-05-20 00:00, 1998-06-08 00:00, 1998-04-30 00:00
Namespace
cisco
Source file
CISCO-C2900-MIB
Digest
sha256:253c4168175c6bcf217cd0d3f773c437ecbf3276929d612ea0f6ff744916c1e4

Description

The MIB module for Catalyst 2900 enterprise specific information

Contact

Postal: Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA Tel: +1 800 553-NETS E-mail: switchsnmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-MIBsysName
SNMPv2-SMICounter32, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDateAndTime, DisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-C2900-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
c2900MIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.87.1
c2900SysInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.87.1.1
c2900InfoBoardRevision
OBJECT-TYPE
Returns the revision number of the main board on which the FastSwitch firmware resides.
1.3.6.1.4.1.9.9.87.1.1.1Gauge32read-onlycurrent
c2900InfoPeakBuffersUsed
OBJECT-TYPE
The maximum number of 64-byte buffers used in the main switch buffer pool.
1.3.6.1.4.1.9.9.87.1.1.2Gauge32read-onlycurrent
c2900InfoTotalBufferDepth
OBJECT-TYPE
It represents the total number of 64-byte buffers in the Ethernet Controller.
1.3.6.1.4.1.9.9.87.1.1.3Gauge32read-onlycurrent
c2900InfoAddrCapacity
OBJECT-TYPE
The system-wide maximum number of MAC addresses supported in the address table, a primary resource when forwarding frames through a bridge. The address table is dynamically updated with new learned addresses inserted and aged addresses removed. The address capacity represented by this object includes dynamic, secure, and static address types. To ensure optimal performance, the number of MAC addresses in the bridged local area network to which this bridge is connected should be less than the value of this object. The system administrator can refer to this object for the number of MAC addresses suppored by this box.
1.3.6.1.4.1.9.9.87.1.1.4Gauge32read-onlycurrent
c2900InfoRestrictedStaticAddrCapacity
OBJECT-TYPE
The system-wide maximum number of static addresses supported. A static address is one that has explicit source port filtering information assigned. This number limits the static table's entries configured by user.
1.3.6.1.4.1.9.9.87.1.1.5Gauge32read-onlycurrent
c2900InfoSelfTestFailed
OBJECT-TYPE
A bit array where the presence of a particular bit indicates a failure of a specific Power On Self Test. Bit 0 - System Board Failure Bit 1 - CPU Buffer Failure Bit 2 - Notify RAM Failure Bit 3 - Supervisor ASIC Failure Bit 4 - Data Buffer Failure Bit 5 - Buffer Table Failure Bit 6 - Satellite ASIC Failure Bit 7 - Front End Failure
1.3.6.1.4.1.9.9.87.1.1.6OCTET STRING (SIZE(8))read-onlycurrent
c2900InfoUtilDisplay
OBJECT-TYPE
The number of utilization meter LEDs currently lit on the front panel, if the value of c2900InfoVisualIndicatorMode is selected as utilization(4). More LEDs are lit as more total bandwidth through the switch is being utilized. The percentage of the utilization is calculated as follows: the number of LEDs lit/the total number of LEDs. The total number of the LEDs is twenty four for c2900 switch. c2900InfoVisualIndicatorMode is utilization(4). If the value of c2900InfoVisualIndicatorMode is not utilization(4), the value of the object will be zero.
1.3.6.1.4.1.9.9.87.1.1.7Gauge32read-onlycurrent
c2900InfoVisualIndicatorMode
OBJECT-TYPE
This object reflects what is currently selected as the visual indication mode, selected by the mode button. The portStatus(1) mode uses the visual LEDS to indicate port link status. The fullDuplex(2) mode uses the visual LEDS to indicate that a port is running with full duplex or half duplex or no link status. The linkRate(3) mode uses the visual LEDS to indicate the rate of operation on a port: 100 MBPS or 10 MBPS or no link. The utilization(4) mode uses the visual LEDS to indicate the utiliztion of the system as more total bandwidth through the switch is being utilized, more LED's are lit.
1.3.6.1.4.1.9.9.87.1.1.8INTEGER {portStatus(1), fullDuplex(2), linkRate(3), utilization(4)}read-onlycurrent
c2900InfoRedunantPowerSupplyInfo
OBJECT-TYPE
The switch allows a redundant power supply in addition to its local power supply. Only one power source can be supplying power to a unit. absent(1) :the redundant power supply is not connected to the switch. connectedFunctional(2) : the redundant power supply is connected to the switch and operational. connectedNotFunctional(3): the redundant power supply is connected to the switch, but cannot supply power to the system. functionalPrimaryFailed(4): the redundant power supply is installed, powered on, and operational, but a failure exists in the local power supply system.
1.3.6.1.4.1.9.9.87.1.1.9INTEGER {absent(1), connectedFunctional(2), connectedNotFunctional(3), functionalPrimaryFailed(4)}read-onlycurrent
c2900InfoBoardIdentifier
OBJECT-TYPE
Returns the identifier of the main board on which the FastSwitch firmware resides.
1.3.6.1.4.1.9.9.87.1.1.10Gauge32read-onlycurrent
c2900SysConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.87.1.2
c2900ConfigAddressViolationAction
OBJECT-TYPE
Indicates what action to take when an address violation (an address mismatch or duplication) occurs on a secure port. The default action is to do nothing. doNothing(1) : do nothing disablePort(2) : disable port; the port can only be reenabled by an explicit management action. sendNotify(3) : generate address violation notification. disablePortAndNotify(4): disable port and send notification. Default value: doNothing(1). This object is deprecated. A separate object c2900PortAddressViolationAction is defined for each port.
1.3.6.1.4.1.9.9.87.1.2.1INTEGER {doNothing(1), disablePort(2), sendNotify(3), disablePortAndNotify(4)}read-writedeprecated
c2900ConfigBroadcastStormAlarm
OBJECT-TYPE
When set to true(1), the switch will generate a broadcastStorm notification upon detecting a port is receiving broadcast packets at a rate higher than or equal to the specified broadcast threshold. When set to false(2), no such trap will be issued. Default value: false(2). This object is deprecated. A separate object c2900PortBroadcastStormAlarm is defined for each port.
1.3.6.1.4.1.9.9.87.1.2.2TruthValueread-writedeprecated
c2900ModuleTable
OBJECT-TYPE
A list of module entries.
1.3.6.1.4.1.9.9.87.1.3not-accessiblecurrent
c2900ModuleEntry
OBJECT-TYPE
Entry containing status information about one module in the c2900 chassis.
1.3.6.1.4.1.9.9.87.1.3.1not-accessiblecurrent
c2900ModuleIndex
OBJECT-TYPE
Module index into c2900ModuleTable .
1.3.6.1.4.1.9.9.87.1.3.1.1Integer32 (1..64)not-accessiblecurrent
c2900ModuleStatus
OBJECT-TYPE
The overall status of of the module.
1.3.6.1.4.1.9.9.87.1.3.1.2INTEGER {moduleNotInstalled(1), moduleInTest(2), moduleHealthy(3), moduleFaulty(4)}read-onlycurrent
c2900ModuleType
OBJECT-TYPE
The type of module installed in malibu switch.
1.3.6.1.4.1.9.9.87.1.3.1.3INTEGER {other(1), empty(2), wsx2914xl(3), wsx2922xl(4), atm155SMLRFiber(5), atm155SMMRFiber(6), atm155MMFiber(7), atm155UTP(8), wsx2914xlv(9), wsx2922xlv(10), wsx2924xlv(11), wsx2931xl(12), wsx2932xl(13)}read-onlycurrent
c2900ModuleHwVersion
OBJECT-TYPE
The hardware version of the module. The format of the version string x.y.z where x,y, and z are hardware register field values.
1.3.6.1.4.1.9.9.87.1.3.1.4DisplayString (SIZE(0..12))read-onlycurrent
c2900ModuleSwVersion
OBJECT-TYPE
The software version of the module.
1.3.6.1.4.1.9.9.87.1.3.1.5DisplayString (SIZE(0..40))read-onlycurrent
c2900Port
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.87.1.4
c2900PortTable
OBJECT-TYPE
A list of port entries. The number of entries is determined by the number of modules in the chassis and the number of ports on each module.
1.3.6.1.4.1.9.9.87.1.4.1not-accessiblecurrent
c2900PortEntry
OBJECT-TYPE
Entry containing information for a particular switched port on a module installed. The entries are not created or deleted by management commands.
1.3.6.1.4.1.9.9.87.1.4.1.1not-accessiblecurrent
c2900PortModuleIndex
OBJECT-TYPE
An index value that uniquely identifies the module where this port is located. The value is determined by the chassis slot number into which the module is plugged.
1.3.6.1.4.1.9.9.87.1.4.1.1.1Integer32 (0..64)not-accessiblecurrent
c2900PortIndex
OBJECT-TYPE
An index value that uniquely identifies this port within a module.
1.3.6.1.4.1.9.9.87.1.4.1.1.2Integer32 (1..64)not-accessiblecurrent
c2900PortUsageApplication
OBJECT-TYPE
This object indicates how the port is to be used. The variable usage applications are shown above. These applications are defined such that they are mutually exclusive. In other words, a port using the security(2) application cannot also use the monitor(3) application at the same time. The default usage is standard(1), or no special behavior (the port behaves as normal switched port). The security(2) usage adds addressing security to the port, whereby all learned addresses are secure address. The monitor(3) usage provides network diagnosis by reflecting traffic on other ports to this port. The portGrouping(4) application treats this and other ports in the same group as one(inter-switch) connection for more bandwidth potential. When the c2900PortUsageApplication is portGrouping, the c2900PortGroupIndex is set to the index value of the port group. The source address of a received frame is used to determine on which port within the group the frame should be transmitted. The network(5) usage saves address table space when the port is used as the link to a large network with many MAC addresses by disabling address learning on the port and allowing unknown unicasts packets received on other ports of the vlan the port associated with to be forwarded only to the port. The networkGroup(6) usage treates this and other ports in the same group as a network port group. All ports in port are network ports in the sense that address learning is disabled on them and unknown unicast packets received on other ports of the vlan are forwarded to the group. The portGroupDest(7) application treats this and other ports in the same group as one(inter-switch) connection for more bandwidth potential. When the c2900PortUsageApplication is portGroupDest, the c2900PortGroupIndex is set to the index value of the port group. The destination address of a received frame is used to determine on which port within the group the frame should be transmitted. The protected(8) application does not forward any traffic to other protected ports. It does not forward all kinds of unicast, multicast and broadcast traffic to any other protected port. The protected ports, however, forward traffic normally to non-protected ports and vice versa.
1.3.6.1.4.1.9.9.87.1.4.1.1.3INTEGER {standard(1), security(2), monitor(3), portGrouping(4), network(5), networkGroup(6), portGroupDest(7), protected(8)}read-writecurrent
c2900PortGroupIndex
OBJECT-TYPE
This object is meaningful only when the corresponding c2900PortUsageApplication is portGrouping. Ports assigned with the same value of c2900PortGroupIndex belong to the same connection channel.
1.3.6.1.4.1.9.9.87.1.4.1.1.4Integer32 (1..12)read-writecurrent
c2900PortMayLearnAddress
OBJECT-TYPE
This object reflects an internal state of the port with regard to its ability to learn new addresses. Certain port configurations such as learning time limit, security usage, etc., and some Spanning Tree Protocol states can temporarily prohibit the port from learning. This object is true(1) if the port is allowed to learn. It is false(2) otherwise. Setting this object to true(1) will fail, if the port is not in normal state. This object is deprecated.
1.3.6.1.4.1.9.9.87.1.4.1.1.5TruthValueread-writedeprecated
c2900PortMayForwardFrames
OBJECT-TYPE
This object reflects an internal state of the port with regard to its ability to forward frames. A port sometimes stops forwarding frames when it is blocked by the Spanning Tree Protocol, or while it is undergoing temporary load balancing as part of the port grouping usage. This object is true(1) if the port is allowed to forward frames. It is false(2) otherwise. Setting this object to true(1) will fail, if the port is in the middle of being blocked by the Spanning Tree Protocol, or while it is undergoing temporary load balancing as part of the port grouping usage. This object is only supported for static VLAN access ports.
1.3.6.1.4.1.9.9.87.1.4.1.1.6TruthValueread-writecurrent
c2900PortBufferCongestionControl
OBJECT-TYPE
Seting this object to true(1) allows the switch to run its buffer congestion control algorithm on the port. Setting the object to false(2) disallows such control. The buffer congestion control algorithm is summarized in the description of the c2900PortBufferCongestionThresholdPercent below. This object is deprecated
1.3.6.1.4.1.9.9.87.1.4.1.1.7TruthValueread-onlydeprecated
c2900PortBufferCongestionThreshholdPercent
OBJECT-TYPE
The port buffer congestion threshold provides an early warning to the switch that the port is about to exhaust all its guaranteed buffers, leading to congestion. This threshold is expressed as a percentage of the port's total guaranteed buffer depth. Once this threshold has been crossed, the switch begins colliding with frames received on the port for a fixed period of time. After this time has expired, the switch determines whether the port's buffer congestion has been alleviated. If this situation has not changed, the switch resumes this congestion control algorithm on the port.
1.3.6.1.4.1.9.9.87.1.4.1.1.8Integer32 (1..99)read-onlycurrent
c2900PortFrameAge
OBJECT-TYPE
The aging interval in milliseconds after which old frames queued for transmission on this port are discarded.
1.3.6.1.4.1.9.9.87.1.4.1.1.9Integer32 (50..4000)read-onlycurrent
c2900PortAddrSecureMaxAddresses
OBJECT-TYPE
The maximum number of secure addresses that can be learned on this port when it is a secure port. This number should be always higher than c2900PortAddrSecureCurrentAddresses
1.3.6.1.4.1.9.9.87.1.4.1.1.10Integer32 (1..132)read-writecurrent
c2900PortAddrSecureCurrentAddresses
OBJECT-TYPE
The current number of statically assigned unicast addresses on the port.
1.3.6.1.4.1.9.9.87.1.4.1.1.11Gauge32read-onlycurrent
c2900PortAddrSecureAddrViolations
OBJECT-TYPE
The number of times a source address was seen on this port which duplicates a secured address configured on another port, plus the number of times a source address was seen on this port which does not match any addresses secured for the port.
1.3.6.1.4.1.9.9.87.1.4.1.1.12Counter32read-onlycurrent
c2900PortNumberOfLearnedAddresses
OBJECT-TYPE
The current number of dynamically learned addresses on the port.
1.3.6.1.4.1.9.9.87.1.4.1.1.13Counter32read-onlycurrent
c2900PortNumberOfDroppedAddresses
OBJECT-TYPE
The number of times an address could not be learned or assigned for the port because its address table was full at one time.
1.3.6.1.4.1.9.9.87.1.4.1.1.14Counter32read-onlycurrent
c2900PortClearAddresses
OBJECT-TYPE
Set to true(1) to delete all learned and assigned dynamic, static and secure unicast addresses the port currently has. Setting the object to false(2) has no effect. This object always returns false(2) when read.
1.3.6.1.4.1.9.9.87.1.4.1.1.15TruthValueread-writecurrent
c2900PortFloodUnknownMulticasts
OBJECT-TYPE
Set to true(1) to allow forwarding to this port frames addressed to multicast addresses that have not been configured for the port. Set to false(2) to filter and discard such frames.
1.3.6.1.4.1.9.9.87.1.4.1.1.16TruthValueread-writecurrent
c2900PortFloodUnknownUnicasts
OBJECT-TYPE
This object controls the forwarding of unknown unicast frames to this port. When set to true(1), the switch will, upon receiving a frame with an unknown unicast destination address from another port, transmit the frame to this port. When set to false(2), switch will filter and not transmit said frames to this port. Default value: false(2) for ports using the security or monitor application; true(1) for all other usage applications.
1.3.6.1.4.1.9.9.87.1.4.1.1.17TruthValueread-writecurrent
c2900PortLinkbeatStatus
OBJECT-TYPE
This object depends on the physical layer in use and indicates the current port linkbeat status: if the physical link between two devices is properly connected or not. If the value is linkbeat(1), there is linkbeat. If the value is nolinkbeat(2), there is no linkbeat. If the value is unknown(3), the information is not available.
1.3.6.1.4.1.9.9.87.1.4.1.1.18INTEGER {unknown(1), linkbeat(2), nolinkbeat(3)}read-onlycurrent
c2900PortBroadcastStormAction
OBJECT-TYPE
Indicates what action to take when the broadcast rising threshold for a port is reached. The default action is to forwardBroadcast(2) as usual for all broadcast frames received from the port. The other action is to stopBroadcastForwarding(1) frames until the broadcast reception rate falls to or below the falling threshold. The port can also be shutdown in the event of a broadcast storm with the action disablePort(3).
1.3.6.1.4.1.9.9.87.1.4.1.1.19INTEGER {stopBroadcastForwarding(1), forwardBroadcast(2), disablePort(3)}read-writecurrent
c2900PortBroadcastRisingThreshold
OBJECT-TYPE
The broadcast rising threshold is measured in the number of broadcast frames received on a port in a second. When the number of broadcast frames received per second on this port crosses this threshold, the appropriate action as specified by the object c2900PortBroadcastStormAction will take place. See the description of c2900PortBroadcastStormAction.
1.3.6.1.4.1.9.9.87.1.4.1.1.20Gauge32read-writecurrent
c2900PortBroadcastFallingThreshold
OBJECT-TYPE
The broadcast falling threshold is measured in number of broadcast frames received on a port in a second. When the falling threshold is crossed and the c2900PortBroadcastStormAction was stopBroadcastForwarding(1) then broadcast forwarding will be re-enabled on the port. For the other values of c2900PortBroadcastStormAction, crossing the falling threshold has no affect.
1.3.6.1.4.1.9.9.87.1.4.1.1.21Gauge32read-writecurrent
c2900PortStatus
OBJECT-TYPE
The port's current state as defined by application of the Spanning Tree Protocol. This state controls what action a port takes on reception of a frame. If the switch has detected a port that is malfunctioning it will place that port into the broken(10) state. For ports which are disabled(see dot1dStpPortEnable), this object will have a value of disabled(2). Since the switch implements three additional states which are not part of IEEE Standard, these additional states are possible values for c2900PortStaus. The additional states are preforwarding(6), secureforwarding(8), and suspended(9). Note: except for these additional states, this object is the same as the dot1dStpPortState object. Default value: blocking(2). This object is only supported for static VLAN access ports.
1.3.6.1.4.1.9.9.87.1.4.1.1.22INTEGER {other(1), disabled(2), blocking(3), listening(4), learning(5), preforwarding(6), forwarding(7), secureforwarding(8), suspended(9), broken(10)}read-onlycurrent
c2900PortTestResult
OBJECT-TYPE
This object indicates if the port passed power on self test or not. If the value of this object is true(1), the port passed test. If the value of this object is false(2), the port failed test.
1.3.6.1.4.1.9.9.87.1.4.1.1.23TruthValueread-onlycurrent
c2900PortVisualIndicator
OBJECT-TYPE
This object is used to indicate the current color of a LED. If a LED is flashing, the value of this object will represent the color of the LED at that instant in time. The following conventions indicate port status: Link healthy returns green(4) Link activity usually green(4), but may return black(2). Link faulty alternating green(4)/amber(3) Port disabled returns amber(3)
1.3.6.1.4.1.9.9.87.1.4.1.1.24INTEGER {notused(1), black(2), amber(3), green(4)}read-onlycurrent
c2900PortIfIndex
OBJECT-TYPE
The value of the instance of the ifIndex object, defined in MIB-II, for the interface corresponding to this port.
1.3.6.1.4.1.9.9.87.1.4.1.1.25InterfaceIndex (1..2147483647)read-onlycurrent
c2900PortAddressViolationAction
OBJECT-TYPE
Indicates what action to take when an address violation (an address mismatch or duplication) occurs on a secure port. The default action is to do nothing. doNothing(1) : do nothing disablePort(2) : disable port; the port can only be reenabled by an explicit management action. sendNotify(3) : generate address violation notification. disablePortAndNotify(4): disable port and send notification.
1.3.6.1.4.1.9.9.87.1.4.1.1.26INTEGER {doNothing(1), disablePort(2), sendNotify(3), disablePortAndNotify(4)}read-writecurrent
c2900PortBroadcastStormAlarm
OBJECT-TYPE
When set to true(1), the switch will generate a broadcastStorm notification upon detecting a port is receiving broadcast packets at a rate higher than or equal to the threshold specified by c2900PortBroadcastRisingThreshold. When set to false(2), no such trap will be issued. Default value: false(2). c2900PortBroadcastStormAlarm is defined for each port.
1.3.6.1.4.1.9.9.87.1.4.1.1.27TruthValueread-writecurrent
c2900PortMonitorDestinationPort
OBJECT-TYPE
Switch Port (c2900PortSwitchPortIndex) index value of the port that is to be monitored by this port. A value of zero can't be used to do set, it is used to return when this object is read. To remove a port from the monitored list use the object c2900PortNoMonitorDestinationPort.
1.3.6.1.4.1.9.9.87.1.4.1.1.28Integer32 (0..64)read-writecurrent
c2900PortSwitchPortIndex
OBJECT-TYPE
Switch port index of a port is a value that uniquely identifies the port within a switch. This is obtained from the port index (c2900PortIndex) and the module index (c2900PortModuleIndex).
1.3.6.1.4.1.9.9.87.1.4.1.1.29Integer32 (1..64)read-onlycurrent
c2900PortMonitoredPortMap
OBJECT-TYPE
Indicates which ports are actually being monitored. The octet string contains one bit per port. Each bit within the octet string represents one port of the device. The ordering of ports represented within the octet string is in the same order as in the RFC 1493 dot1dStaticAllowedToGoTo in the dot1dStaticTable. The bit value interpretation is as follows: 1 = being monitored 0 = not being monitored
1.3.6.1.4.1.9.9.87.1.4.1.1.30OCTET STRING (SIZE(0..32))read-onlycurrent
c2900PortDuplexState
OBJECT-TYPE
Set to fullduplex(1) to operate in full duplex mode, port will allow simultaneous transmit and receive which can double its bandwidth. Set to halfduplex(2) to operate in half duplex mode. Set to autoNegotiate(3) to allow the switch to negoti- ate with the other end of the connection. The status of duplex mode on a port is available with c2900PortDuplexStatus object.
1.3.6.1.4.1.9.9.87.1.4.1.1.31INTEGER {fullduplex(1), halfduplex(2), autoNegotiate(3)}read-writecurrent
c2900PortDuplexStatus
OBJECT-TYPE
The status of duplex mode on this port. When linkbeat is not present, halfduplex is always reported. When linkbeat is present, the result of full duplex auto-negotiation is reported if c2900PortDuplexState is set to auto-negotiate, otherwise it reports fullduplex if c2900PortDuplexState is set to fullduplex or halfduplex if c2900PortDuplexState is set to halfduplex.
1.3.6.1.4.1.9.9.87.1.4.1.1.32INTEGER {fullduplex(1), halfduplex(2)}read-onlycurrent
c2900PortAdminSpeed
OBJECT-TYPE
The object controls the speed of the port. The current operational speed of the port can be determined from ifSpeed.
1.3.6.1.4.1.9.9.87.1.4.1.1.33INTEGER {autoDetect(1), s10000000(10000000), s100000000(100000000), s155520000(155520000)}read-writecurrent
c2900PortNoMonitorDestinationPort
OBJECT-TYPE
Switch Port (c2900PortSwitchPortIndex) index value of the port that is to be removed from the monitored list. A value of zero can't be used to do set, it is used to return when this object is read. To add a port to the monitored list use the object c2900PortMonitorDestinationPort.
1.3.6.1.4.1.9.9.87.1.4.1.1.34Integer32 (0..64)read-writecurrent
c2900Portdot1dBasePort
OBJECT-TYPE
This is the dot1dBasePort associated with this port.
1.3.6.1.4.1.9.9.87.1.4.1.1.35Integer32 (1..65535)read-onlycurrent
c2900PortSpantreeFastStart
OBJECT-TYPE
Indicates whether the port is operating in spantree fast start mode. A port with fast start enabled is immediately put in spanning tree forwarding state on link up, rather than starting in blocking state which is the normal operation. This is useful when the port is known to be connected to a single station which has problems waiting for the normal spanning tree operation to put the port in forwarding state.
1.3.6.1.4.1.9.9.87.1.4.1.1.36INTEGER {enabled(1), disabled(2)}read-writecurrent
c2900PortVoiceVlanId
OBJECT-TYPE
The Voice Virtual Vlan ID (VVID) to which this port belongs to. If the VVID is not supported on the port, this MIB object will not be configurable and will return 4096. Setting this MIB object to 4096, the CDP packets transmitting through this port would not include Appliance VLAN-ID TLV. Setting this MIB object to 4095, the CDP packets transmitting through this port would contain Appliance VLAN-ID TLV with value of 4095 - VoIP and related packets are expected to be sent and received untagged without an 802.1p priority. Setting this MIB object to 0, the CDP packets transmitting through this port would contain Appliance VLAN-ID TLV with value of 0 - VoIP and related packets are expected to be sent and received with VLAN-id=0 and an 802.1p priority. Setting this MIB object to N (1..1000), the CDP packets transmitting through this port would contain Appliance VLAN-ID TLV with N - VoIP and related packets are expected to be sent and received with VLAN-id=N and an 802.1p priority.
1.3.6.1.4.1.9.9.87.1.4.1.1.37INTEGER (0 | 1..1000 | 4095 | 4096)read-writecurrent
c2900PortAddrSecureAgingTime
OBJECT-TYPE
The aging interval in minutes for each secure address entry on a given port. Depending on the type of aging the secure address will age out after the expiration of the aging time and will be removed from the secure address list. Any change in the value of this object will restart the aging for all the secure addresses on this port. If the value of this object is 0 for a given port, the aging mechanism is disabled for this port.
1.3.6.1.4.1.9.9.87.1.4.1.1.38Integer32 (0..1440)read-writecurrent
c2900PortAddrSecureAgingType
OBJECT-TYPE
If the value of this object on a given port is absolute - all the secure addresses on this port will age out exactly after the aging time configured for this port. inactivity - the secure addresses on this port will age out only if there is no data traffic from the given secure source address for a time period specified by aging time. Any change in the value of this object will restart the aging for all the secure addresses on this port. The value of this object is not effective when the value of c2900PortAddrSecureAgingTime is 0.
1.3.6.1.4.1.9.9.87.1.4.1.1.39INTEGER {absolute(1), inactivity(2)}read-writecurrent
c2900PortAddrSecureAgingStatic
OBJECT-TYPE
Set to true(1) to enable aging for statically configured secure addresses on one port. Disable the aging for statically configured secure addresses if set to false(2). Any change in the value of this object will restart the aging for all the configured secure addresses on this port. The value of this object is not effective when the value of c2900PortAddrSecureAgingTime is 0.
1.3.6.1.4.1.9.9.87.1.4.1.1.40TruthValueread-writecurrent
c2900PortStatsTable
OBJECT-TYPE
A list of port entries. The number of entries is determined by the number of modules in the chassis and the number of ports on each module.
1.3.6.1.4.1.9.9.87.1.4.2not-accessiblecurrent
c2900PortStatsEntry
OBJECT-TYPE
Entry containing information for a particular switched port on a module installed. The entry cannot be created or deleted.
1.3.6.1.4.1.9.9.87.1.4.2.1not-accessiblecurrent
c2900PortRxNoBwFrames
OBJECT-TYPE
A count of frames received on this port that were discarded due to a lack of bandwidth resources in the Catalyst Switch forwarding engine.
1.3.6.1.4.1.9.9.87.1.4.2.1.1Counter32read-onlycurrent
c2900PortRxNoBufferFrames
OBJECT-TYPE
A count of frames received that were discarded due to a lack of frame buffer resources in the Catalyst Switch forwarding engine.
1.3.6.1.4.1.9.9.87.1.4.2.1.2Counter32read-onlycurrent
c2900PortRxNoDestUniFrames
OBJECT-TYPE
A count of unicast frames received that were discarded, because the forwarding rules stipulate that they are not be forwarded.
1.3.6.1.4.1.9.9.87.1.4.2.1.3Counter32read-onlycurrent
c2900PortRxNoDestMultiFrames
OBJECT-TYPE
A count of multicast frames received that were discarded, because they have not been configured for the port.
1.3.6.1.4.1.9.9.87.1.4.2.1.4Counter32read-onlycurrent
c2900PortRxSuppressBcastFrames
OBJECT-TYPE
A count of broadcast frames received that were discarded because of the threshold-based broadcast suppression. This object is deprecated, because there is no way that the Malibu system to give the brodcast_supress frames
1.3.6.1.4.1.9.9.87.1.4.2.1.5Counter32read-onlydeprecated
c2900PortRxFcsErrFrames
OBJECT-TYPE
The total number of frames received with FCS errors. This total includes all frames received with an FCS error and an integral number of bytes. Unlike RFC1650's dot3StatsFCSErrors, this object does not include frames which are less than the minimum packet size (such as collision fragments).
1.3.6.1.4.1.9.9.87.1.4.2.1.6Counter32read-onlycurrent
c2900PortCollFragFrames
OBJECT-TYPE
The total number of frames whose lengths are less than 64 and have bad FCS values. The preamble and sfd fields are excluded from the byte count of a frame while the FCS field is included.
1.3.6.1.4.1.9.9.87.1.4.2.1.7Counter32read-onlycurrent
c2900PortTxMulticastFrames
OBJECT-TYPE
A count of frames that are successfully transmitted and are directed to a multicast address. Unlike RFC1573's ifOutMulticastPkts, this object does not include those that were discarded or not sent.
1.3.6.1.4.1.9.9.87.1.4.2.1.8Counter32read-onlycurrent
c2900PortTxBroadcastFrames
OBJECT-TYPE
A count of frames that are successfully transmitted and are directed to the broadcast address. Unlike RFC1573's ifOutBroadcastPkts, this object does not include those that were discarded or not sent.
1.3.6.1.4.1.9.9.87.1.4.2.1.9Counter32read-onlycurrent
c2900BandwidthUsage
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.87.1.5
c2900BandwidthUsageCurrent
OBJECT-TYPE
The current bandwidth consumed. The measurement unit is in megabits per second (1,000,000 bits/second). This value gives a reasonable estimate of the amount of traffic currently flowing through the switch. It is calculated as follows: Octets*8 + Frames*(96 + 64) --------------------------- Measurement Interval * 1,000,000 * 2 Where: Measurement Interval is the amount of time over which the Octets and Frames were collected, in seconds. Measurement Interval is always one second in current implementation. Octets is the total number of octets transmitted or received by all network interfaces, excluding framing data but including FCS. This includes octets in frames which were partially transmitted or received (due to collisions, for example). Frames is the total number of frames transmitted or received by all network interfaces, including frames with errors. The number of frames is multiplied by 96 plus 64 in order to estimate the delay between each frame for Ethernet's IPG and preamble/SFD. The '2' in the divisor makes this a forwarding bandwidth counter. A frame received on one interface is typically forwarded out another interface. In order to avoid double- counting this frame's bandwidth, once on the receiving interface and once on the transmitting interface, the total bandwidth is divided by two. Since multicast and broadcast frames can be sent to multiple ports, the above is at best a lower bound.
1.3.6.1.4.1.9.9.87.1.5.1Gauge32read-onlycurrent
c2900BandwidthUsageMaxPeakEntries
OBJECT-TYPE
The maximum number of entries c2900BandwidthUsagePeakTable can have.
1.3.6.1.4.1.9.9.87.1.5.2Gauge32read-onlycurrent
c2900BandwidthUsagePeakInterval
OBJECT-TYPE
This object specifies the length of time which forms a peak bandwidth measurement interval. A write to this object with any new value restarts the peak bandwidth recording interval used by bandwidthUsagePeakTable. In other words, the bandwidthUsagePeakTable will be cleared and entry number one will record the peak with a new measurement interval.
1.3.6.1.4.1.9.9.87.1.5.3INTEGER {onehour(1), threehours(3), sixhours(6), twelvehours(12), oneday(24), twodays(48), threedays(72), fourdays(96), fivedays(120), sixdays(144), oneweek(168)}read-writecurrent
c2900BandwidthUsagePeakRestart
OBJECT-TYPE
Set to true(1) to clear the c2900BandwidthUsagePeakTable and restart the peak bandwidth recording. No action will be taken if this object is set to false(2). This object returns false(2) when read.
1.3.6.1.4.1.9.9.87.1.5.4TruthValueread-writecurrent
c2900BandwidthUsageCurrentPeakEntry
OBJECT-TYPE
A value identifying an instance of the c2900BandwidthUsagePeakIndex where the peak bandwidth estimation is most recent.
1.3.6.1.4.1.9.9.87.1.5.5Gauge32read-onlycurrent
c2900BandwidthUsagePeakTable
OBJECT-TYPE
A list of entries containing peak bandwidth usages in a number of recording interval. After being cleared, entries are added to the bandwidthUsagePeakTable with ascending values of c2900BandwidthUsagePeakIndex starting at 1. When the number of entries reaches c2900BandwidthUsageMaxPeakEntries, each new recording interval is assigned the value of c2900BandwidthUsagePeakIndex corresponding to the oldest entry, overwriting the previous contents of that entry.
1.3.6.1.4.1.9.9.87.1.5.6not-accessiblecurrent
c2900BandwidthUsagePeakEntry
OBJECT-TYPE
Information about peak bandwidth usage in a recording interval.
1.3.6.1.4.1.9.9.87.1.5.6.1not-accessiblecurrent
c2900BandwidthUsagePeakIndex
OBJECT-TYPE
Number from one to c2900BandwidthUsageMaxPeakEntries identifying a particular c2900BandwithUsagePeakEntry.
1.3.6.1.4.1.9.9.87.1.5.6.1.1Integer32 (1..2147483647)read-onlycurrent
c2900BandwidthUsageStartTime
OBJECT-TYPE
The time that marks the start of this recording interval.
1.3.6.1.4.1.9.9.87.1.5.6.1.2DateAndTimeread-onlycurrent
c2900BandwidthUsagePeak
OBJECT-TYPE
The maximum bandwidth usage of any measurement interval within this recording interval. This value is an estimate of the highest amount of traffic flowing through the switch during this recording interval. It is calculated as follows: Octets*8 + Frames*(96 + 64) --------------------------- Measurement Interval * 1,000,000 * 2 Where: Measurement Interval is the amount of time over which the Octets and Frames were collected, in seconds. Measurement Interval is always one second in c2900's implementation. Octets is the total number of octets transmitted or received by all network interfaces, excluding framing data but including FCS. This includes octets in frames which were partially transmitted or received (due to collisions, for example). Frames is the total number of frames transmitted or received by all network interfaces, including frames with errors. The number of frames is multiplied by 96 plus 64 in order to estimate the delay between each frame for Ethernet's IPG and preamble/SFD. The '2' in the divisor makes this a forwarding bandwidth counter. A frame received on one interface is typically forwarded out another interface. In order to avoid double- counting this frame's bandwidth, once on the receiving interface and once on the transmitting interface, the total bandwidth is divided by two. Since multicast and broadcast frames can be sent to multiple ports, the above is at best a lower bound.
1.3.6.1.4.1.9.9.87.1.5.6.1.3Gauge32read-onlycurrent
c2900BandwidthUsagePeakTime
OBJECT-TYPE
The start time of the measurement interval.
1.3.6.1.4.1.9.9.87.1.5.6.1.4DateAndTimeread-onlycurrent
c2900MibNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.87.2
c2900MibNotificationsPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.87.2.0
c2900MIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.87.3
c2900MIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.87.3.1
c2900MIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.87.3.2

Notifications

NameOIDStatus
c2900AddressViolation
NOTIFICATION-TYPE
The addressViolation notification is generated when an address violation is detected on a secured port. The generation of the addressViolation notification can be enabled or suppressed using the object c2900ConfigAddressViolationAction. The particular secured port is indicated by the value of c2900PortIfIndex.
1.3.6.1.4.1.9.9.87.2.0.1current
c2900BroadcastStorm
NOTIFICATION-TYPE
The broadcastStorm notification is generated upon detecting a port is receiving broadcast packets at a rate crossing the specified broadcast threshold. This trap is only for the rising threshold. The particular port is indicated by the values of c2900PortModuleIndex and c2900PortIndex, and the value of the threshold is given by c2900PortBroadcastRisingThreshold.
1.3.6.1.4.1.9.9.87.2.0.2current
c2900RpsFailed
NOTIFICATION-TYPE
A redundant power system (RPS) is connected to the switch. The RpsFailed notification is generated upon detecting RPS failure.
1.3.6.1.4.1.9.9.87.2.0.3current

Conformance

NameOIDStatus
c2900MIBCompliance
MODULE-COMPLIANCE
The compliance statement for all c2900 switch.
1.3.6.1.4.1.9.9.87.3.1.1deprecated
c2900MIBComplianceSA5
MODULE-COMPLIANCE
The compliance statement for all c2900 switch.
1.3.6.1.4.1.9.9.87.3.1.2deprecated
c2900MIBComplianceSA3
MODULE-COMPLIANCE
The compliance statement for all c2900 switch.
1.3.6.1.4.1.9.9.87.3.1.3deprecated
c2900MIBComplianceSA7
MODULE-COMPLIANCE
The compliance statement for all c2900 switch.
1.3.6.1.4.1.9.9.87.3.1.4deprecated
c2900MIBComplianceWC2
MODULE-COMPLIANCE
The compliance statement for all c2900 switch.
1.3.6.1.4.1.9.9.87.3.1.5deprecated
c2900MIBComplianceWC4
MODULE-COMPLIANCE
The compliance statement for all c2900 switch.
1.3.6.1.4.1.9.9.87.3.1.6current
c2900SysInfoGroup
OBJECT-GROUP
The collection of objects which are used to provide the general switch information.
1.3.6.1.4.1.9.9.87.3.2.1current
c2900SysConfigGroup
OBJECT-GROUP
The collection of objects which are used to configure the switch.
1.3.6.1.4.1.9.9.87.3.2.2deprecated
c2900ModuleGroup
OBJECT-GROUP
The object is used to provide the module status.
1.3.6.1.4.1.9.9.87.3.2.3current
c2900PortGroup
OBJECT-GROUP
The collection of objects which are used to provide port status and configuration.
1.3.6.1.4.1.9.9.87.3.2.4deprecated
c2900PortStatsGroup
OBJECT-GROUP
The collection of objects which are used to provide port stats.
1.3.6.1.4.1.9.9.87.3.2.5deprecated
c2900BandwidthUsageGroup
OBJECT-GROUP
The collection of objects which are used to provide the bandwidth information.
1.3.6.1.4.1.9.9.87.3.2.6current
c2900PortGroupSA3
OBJECT-GROUP
The collection of objects which are used to provide port status and configuration.
1.3.6.1.4.1.9.9.87.3.2.7deprecated
c2900PortStatsGroupSA3
OBJECT-GROUP
The collection of objects which are used to provide port stats.
1.3.6.1.4.1.9.9.87.3.2.8deprecated
c2900PortGroupSA5
OBJECT-GROUP
The collection of objects which are used to provide port status and configuration.
1.3.6.1.4.1.9.9.87.3.2.9deprecated
c2900PortGroupSA7
OBJECT-GROUP
The collection of objects which are used to provide port status and configuration.
1.3.6.1.4.1.9.9.87.3.2.10deprecated
c2900PortGroupWC2
OBJECT-GROUP
The collection of objects which are used to provide port status and configuration, includes voice vlan id.
1.3.6.1.4.1.9.9.87.3.2.11deprecated
c2900PortGroupWC4
OBJECT-GROUP
The collection of objects which are used to provide port status and configuration, includes voice vlan id and port-security aging.
1.3.6.1.4.1.9.9.87.3.2.12current
c2900NotificationsGroup
NOTIFICATION-GROUP
The set of notifications provided by c2900 device.
1.3.6.1.4.1.9.9.87.3.2.13current
c2900PortStatsGroupRev1
OBJECT-GROUP
The collection of objects which are used to provide port stats.
1.3.6.1.4.1.9.9.87.3.2.14current