C-PRODUCT-ETHER-MIB

MIB Reference — IPNetwork Monitor

All MIBsC-PRODUCT-ETHER-MIB

Category: ATM Networking, Cabletron / Enterasys ATM & WAN

Description:

Manages Ethernet interface configuration and statistics on C-PRODUCT network devices.

Imported Objects

From C-PRODUCT-BASE-MIB

TimeAndDate
portNumberOBJECT-TYPE
portSlotOBJECT-TYPE
vcpSideIdOBJECT-TYPE

From C-PRODUCT-GROUP-MIB

enetcardOBJECT-IDENTITY

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter

From RFC1213-MIB

PhysAddress

What Is C-PRODUCT-ETHER-MIB?

C-PRODUCT-ETHER-MIB is a private MIB (built on C-PRODUCT-BASE-MIB/C-PRODUCT-GROUP-MIB) managing Ethernet bridging filters and static forwarding entries on this vendor's bridge/router platform. Its objects cover the bridging-entry age-out time, a filter-flag table (per source protocol/address/destination-address combination, with IP/IPX/DECnet flags), source-address and destination-address filter tables (with an action), and a static-forwarding table (destination address, target slot/port, and transmit/receive VPI/VCI for ATM-attached destinations). As a configuration MIB it lets an administrator confirm which addresses are statically forwarded or filtered on this bridge/router platform. It is deployed on this vendor's bridge/router hardware. Engineers can download the C-PRODUCT-ETHER-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in C-PRODUCT-ETHER-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • static forwarding entries and address-filtering configuration

Supported Devices

  • Bridge/router hardware (C-PRODUCT family)

Monitoring Examples

An administrator checks brStaticTable to confirm a critical server's MAC address has a static forwarding entry pointing to the correct slot/port before troubleshooting a connectivity complaint.

OIDs
OID symbolicOID numericTypeAccessDescription
bridge1.3.6.1.4.1.43.1.12.3.1.1.17.1
INT brAgeTime1.3.6.1.4.1.43.1.12.3.1.1.17.1.1INTEGERread-writeThe time in minute for a bridging entry to be aged out.
brFilterFlagTable1.3.6.1.4.1.43.1.12.3.1.1.17.1.2not-accessibleContain the flags to individually enable/disable these different types of filtering: Source protocol, Source Address, and Destination Address .
brFilterFlagEntry1.3.6.1.4.1.43.1.12.3.1.1.17.1.2.1not-accessibleEach entry in the table contains the information of a currently filtering setup for a port.
INT brFilterFlagSrcProt1.3.6.1.4.1.43.1.12.3.1.1.17.1.2.1.1INTEGERread-writeTo enable/disable source protocol filtering.
INT brFilterFlagSrcAddr1.3.6.1.4.1.43.1.12.3.1.1.17.1.2.1.2INTEGERread-writeTo enable/disable source address filtering.
INT brFilterFlagDstAddr1.3.6.1.4.1.43.1.12.3.1.1.17.1.2.1.3INTEGERread-writeTo enable/disable source address filtering.
INT brFilterFlagIP1.3.6.1.4.1.43.1.12.3.1.1.17.1.2.1.4INTEGERread-writeTo enable/disable IP protocol filtering. This object is used when source protocol filtering is enabled.
INT brFilterFlagIPX1.3.6.1.4.1.43.1.12.3.1.1.17.1.2.1.5INTEGERread-writeTo enable/disable IPX protocol filtering. This object is used when source protocol filtering is enabled.
INT brFilterFlagDecnet1.3.6.1.4.1.43.1.12.3.1.1.17.1.2.1.6INTEGERread-writeTo enable/disable DECNET protocol filtering. This object is used when source protocol filtering is enabled.
brFilterSrcAddrTable1.3.6.1.4.1.43.1.12.3.1.1.17.1.3not-accessibleContain all source addresses used for source address filtering.
brFilterSrcAddrEntry1.3.6.1.4.1.43.1.12.3.1.1.17.1.3.1not-accessibleEach entry in the table contains a source address used for source address filtering.
PHY brFilterSrcAddr1.3.6.1.4.1.43.1.12.3.1.1.17.1.3.1.1PhysAddressread-onlyIf the source address in an MAC frame matches this value, the frame will be filtered.
INT brFilterSrcAddrAct1.3.6.1.4.1.43.1.12.3.1.1.17.1.3.1.2INTEGERread-writeThis object is used for entry creation and deletion.
brFilterDstAddrTable1.3.6.1.4.1.43.1.12.3.1.1.17.1.4not-accessibleContain all destination addresses used for destination address filtering.
brFilterDstAddrEntry1.3.6.1.4.1.43.1.12.3.1.1.17.1.4.1not-accessibleEach entry in the table contains a destination address used for destination address filtering.
PHY brFilterDstAddr1.3.6.1.4.1.43.1.12.3.1.1.17.1.4.1.1PhysAddressread-onlyIf the destination address in an MAC frame matches this value, the frame will be filtered.
INT brFilterDstAddrAct1.3.6.1.4.1.43.1.12.3.1.1.17.1.4.1.2INTEGERread-writeThis object is used for entry creation and deletion.
brStaticTable1.3.6.1.4.1.43.1.12.3.1.1.17.1.5not-accessibleContain all static addresses attached to each port. The entry is used for forwarding.
brStaticEntry1.3.6.1.4.1.43.1.12.3.1.1.17.1.5.1not-accessibleEach entry in the table contains a station address used for forwarding.
PHY brStaticAddr1.3.6.1.4.1.43.1.12.3.1.1.17.1.5.1.1PhysAddressread-onlyIf the destination address in an MAC frame matches this value, the frame will be forwarded to destination specified by destination port or ATM VC.
INT brStaticDstSlot1.3.6.1.4.1.43.1.12.3.1.1.17.1.5.1.2INTEGERread-writeThe slot number to which this address is destined. If use VC, this object should be set to 0.
INT brStaticDstPort1.3.6.1.4.1.43.1.12.3.1.1.17.1.5.1.3INTEGERread-writeThe port number to which this address is destined. If use slot/port, this object is ignored.
INT brStaticDstTxVpi1.3.6.1.4.1.43.1.12.3.1.1.17.1.5.1.4INTEGERread-writeThe Tx VP number to which this address is destined. If use slot/port, this object is ignored.
INT brStaticDstTxVci1.3.6.1.4.1.43.1.12.3.1.1.17.1.5.1.5INTEGERread-writeThe Tx VC number to which this address is destined. If use slot/port, this object is ignored.
INT brStaticDstRxVpi1.3.6.1.4.1.43.1.12.3.1.1.17.1.5.1.6INTEGERread-writeThe Rx VP number to which this address is destined. If use slot/port, this object is ignored.
INT brStaticDstRxVci1.3.6.1.4.1.43.1.12.3.1.1.17.1.5.1.7INTEGERread-writeThe Rx VC number to which this address is destined. If use slot/port, this object is ignored.
INT brStaticAddrAct1.3.6.1.4.1.43.1.12.3.1.1.17.1.5.1.8INTEGERread-writeThis object is used for entry creation and deletion.
brFdbTable1.3.6.1.4.1.43.1.12.3.1.1.17.1.6not-accessibleA table that contains information about unicast entries for which the bridge has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame.
brFdbEntry1.3.6.1.4.1.43.1.12.3.1.1.17.1.6.1not-accessibleInformation about a specific unicast MAC address for which the bridge has some forwarding and/or filtering information.
PHY brFdbAddress1.3.6.1.4.1.43.1.12.3.1.1.17.1.6.1.1PhysAddressread-onlyA unicast MAC address for which the bridge has forwarding and/or filtering information.
INT brFdbDstTxVpi1.3.6.1.4.1.43.1.12.3.1.1.17.1.6.1.2INTEGERread-onlyThe Tx VP number to which this address is destined.
INT brFdbDstTxVci1.3.6.1.4.1.43.1.12.3.1.1.17.1.6.1.3INTEGERread-onlyThe Tx VC number to which this address is destined.
INT brFdbDstRxVpi1.3.6.1.4.1.43.1.12.3.1.1.17.1.6.1.4INTEGERread-onlyThe Rx VP number to which this address is destined.
INT brFdbDstRxVci1.3.6.1.4.1.43.1.12.3.1.1.17.1.6.1.5INTEGERread-onlyThe Rx VC number to which this address is destined.
INT brFdbStatus1.3.6.1.4.1.43.1.12.3.1.1.17.1.6.1.6INTEGERread-onlyThe status of this entry. The meanings of the values are: other(1) : none of the following. This would include the case where some other MIB object (not the corresponding instance of brFdbPort, nor an entry in the dot1dStaticTable) is being used to determine if and how frames addressed to the value of the corresponding instance of brFdbAddress are being forwarded. invalid(2) : this entry is not longer valid (e.g., it was learned but has since aged-out), but has not yet been flushed from the table. learned(3) : the value of the corresponding instance of brFdbPort was learned, and is being used. self(4) : the value of the corresponding instance of brFdbAddress represents one of the bridge's addresses. The corresponding instance of brFdbPort indicates which of the bridge's ports has this address. mgmt(5) : the value of the corresponding instance of brFdbAddress is also the value of an existing instance of dot1dStaticAddress.
INT brFdbAge1.3.6.1.4.1.43.1.12.3.1.1.17.1.6.1.7INTEGERread-onlyAge of this forwarding table entry.
phyPort1.3.6.1.4.1.43.1.12.3.1.1.17.2
portTable1.3.6.1.4.1.43.1.12.3.1.1.17.2.1not-accessibleThe port information table.
portEntry1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1not-accessibleInformation about a port.
INT portMaxInfo1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.1INTEGERread-onlyThe maximum size of the INFO (non-MAC) field that this port will receive or transmit.
CTR portInFrames1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.2Counterread-onlyThe number of frames that have been received by this port from its segment. Note that a frame received on the interface corresponding to this port is only counted by this object if and only if it is for a protocol being processed by the local bridging function, including bridge management frames.
CTR portOutFrames1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.3Counterread-onlyThe number of frames that have been transmitted by this port to its segment. Note that a frame transmitted on the interface corresponding to this port is only counted by this object if and only if it is for a protocol being processed by the local bridging function, including bridge management frames.
CTR portFramesForwarded1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.4Counterread-onlyNumber of incoming frames at this port that were forwarded.
CTR portBroadcastFrames1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.5Counterread-onlyNumber of broadcast frames received on port
CTR portNumFramesFlooded1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.6Counterread-onlyTotal number of incoming frames on this port that were flooded
CTR portNumFramesDiscarded1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.7Counterread-onlyCount of valid frames received which were discarded (i.e., filtered) by the Forwarding Process.
CTR portMaxMTUexceededFrames1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.8Counterread-onlyNumber of frames discarded because of size greater than maximum MTU size for the port
CTR portNoATMvcDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.9Counterread-onlyNumber of frames discarded because there was no ATM VC associated with this physical port
CTR portBridgeDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.10Counterread-onlyNumber of frames discarded because of bridging operation
CTR portOutPortDisabledDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.11Counterread-onlyNumber of frames filtered because the output port was disabled
CTR portSrcAddressDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.12Counterread-onlyNumber of frames filtered because of source address filtering
CTR portDestAddressDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.13Counterread-onlyNumber of frames filtered because of destination address filtering
CTR portSAPfilterDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.14Counterread-onlyNumber of frames filtered because of protocol filtering operation
CTR portLearnedEntryDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.15Counterread-onlyThe number of frames that were discarded because there was no storage memory available
INT portStatsClearStats1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.16INTEGERread-writeThis object will (1) clear the ATM statistics counters and (2) initialize the reset time and date to the current time and date for the specified port. NOTE: A value of '2' is returned for any attempted reads of this object.
TIM portStatsResetTimeDate1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.17TimeAndDateread-onlyThis object indicates the last time and date the ATM statistics were cleared for the specified port.
PHY portMacAddress1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.18PhysAddressread-onlyThis is mac address of ethernet port.
CTR portFramesTransmitted1.3.6.1.4.1.43.1.12.3.1.1.17.2.1.1.19Counterread-onlyTotal number of frames transmitted at this port.
ipOverAtm1.3.6.1.4.1.43.1.12.3.1.1.17.3
enetCircuit1.3.6.1.4.1.43.1.12.3.1.1.17.4
vcpTable1.3.6.1.4.1.43.1.12.3.1.1.17.4.2not-accessibleThe virtual circuit information table.
vcpEntry1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1not-accessibleInformation about a virtual circuits.
INT vcpMaxInfo1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.1INTEGERread-onlyThe maximum size of the INFO (non-MAC) field that this vcp will receive or transmit.
CTR vcpInFrames1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.2Counterread-onlyThe number of frames that have been received by this vcp from its segment. Note that a frame received on the interface corresponding to this vcp is only counted by this object if and only if it is for a protocol being processed by the local bridging function, including bridge management frames.
CTR vcpOutFrames1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.3Counterread-onlyThe number of frames that have been transmitted by this vcp to its segment. Note that a frame transmitted on the interface corresponding to this vcp is only counted by this object if and only if it is for a protocol being processed by the local bridging function, including bridge management frames.
CTR vcpFramesForwarded1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.4Counterread-onlyNumber of incoming frames at this vcp that were forwarded.
CTR vcpBroadcastFrames1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.5Counterread-onlyNumber of broadcast frames received on vcp
CTR vcpNumFramesFlooded1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.6Counterread-onlyTotal number of incoming frames on this vcp that were flooded
CTR vcpNumFramesDiscarded1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.7Counterread-onlyCount of valid frames received which were discarded (i.e., filtered) by the Forwarding Process.
CTR vcpMaxMTUexceededFrames1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.8Counterread-onlyNumber of frames discarded because of size greater than maximum MTU size for the vcp
CTR vcpBridgeDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.9Counterread-onlyNumber of frames discarded because of bridging operation
CTR vcpOutPortDisabledDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.10Counterread-onlyNumber of frames filtered because the output port was disabled
CTR vcpSrcAddressDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.11Counterread-onlyNumber of frames filtered because of source address filtering
CTR vcpDestAddressDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.12Counterread-onlyNumber of frames filtered because of destination address filtering
CTR vcpSAPfilterDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.13Counterread-onlyNumber of frames filtered because of protocol filtering operation
CTR vcpLearnedEntryDiscards1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.14Counterread-onlyThe number of frames that were discarded because there was no storage memory available
INT vcpStatsClearStats1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.15INTEGERread-writeThis object will (1) clear the ATM statistics counters and (2) initialize the reset time and date to the current time and date for the specified ATM VC connection. NOTE: A value of '2' is returned for any attempted reads of this object.
TIM vcpStatsResetTimeDate1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.16TimeAndDateread-onlyThis object indicates the last time and date the ATM statistics were cleared for the specified ATM VC connection.
INT vcpTransmitQueueAveRate1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.17INTEGERread-writeThis field specifies the average rate of transmit queue
CTR vcpNumFramesTransmitted1.3.6.1.4.1.43.1.12.3.1.1.17.4.2.1.18Counterread-onlyTotal number of frames transmitted at this vcp.

RFC description

Bridge and Ethernet management for C-Product switching and ATM interfaces.

Start monitoring Networking equipment with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download C-PRODUCT-ETHER-MIB