C-PRODUCT-ETHER-MIB

File: C-PRODUCT-ETHER-MIB.mib (34146 bytes)

Imported modules

C-PRODUCT-GROUP-MIB C-PRODUCT-BASE-MIB RFC1155-SMI
RFC1213-MIB RFC-1212

Imported symbols

enetcard TimeAndDate portSlot
portNumber vcpSideId Counter
PhysAddress OBJECT-TYPE

Defined Types

BrFilterFlagEntry  
SEQUENCE    
  brFilterFlagSrcProt INTEGER
  brFilterFlagSrcAddr INTEGER
  brFilterFlagDstAddr INTEGER
  brFilterFlagIP INTEGER
  brFilterFlagIPX INTEGER
  brFilterFlagDecnet INTEGER

BrFilterSrcAddrEntry  
SEQUENCE    
  brFilterSrcAddr PhysAddress
  brFilterSrcAddrAct INTEGER

BrFilterDstAddrEntry  
SEQUENCE    
  brFilterDstAddr PhysAddress
  brFilterDstAddrAct INTEGER

BrStaticEntry  
SEQUENCE    
  brStaticAddr PhysAddress
  brStaticDstSlot INTEGER
  brStaticDstPort INTEGER
  brStaticDstTxVpi INTEGER
  brStaticDstTxVci INTEGER
  brStaticDstRxVpi INTEGER
  brStaticDstRxVci INTEGER
  brStaticAddrAct INTEGER

BrFdbEntry  
SEQUENCE    
  brFdbAddress PhysAddress
  brFdbDstTxVpi INTEGER
  brFdbDstTxVci INTEGER
  brFdbDstRxVpi INTEGER
  brFdbDstRxVci INTEGER
  brFdbStatus INTEGER
  brFdbAge INTEGER

PortEntry  
SEQUENCE    
  portMaxInfo INTEGER
  portInFrames Counter
  portOutFrames Counter
  portFramesForwarded Counter
  portBroadcastFrames Counter
  portNumFramesFlooded Counter
  portNumFramesDiscarded Counter
  portMaxMTUexceededFrames Counter
  portNoATMvcDiscards Counter
  portBridgeDiscards Counter
  portOutPortDisabledDiscards Counter
  portSrcAddressDiscards Counter
  portDestAddressDiscards Counter
  portSAPfilterDiscards Counter
  portLearnedEntryDiscards Counter
  portStatsClearStats INTEGER
  portStatsResetTimeDate TimeAndDate
  portMacAddress PhysAddress
  portFramesTransmitted Counter

VcpEntry  
SEQUENCE    
  vcpMaxInfo INTEGER
  vcpInFrames Counter
  vcpOutFrames Counter
  vcpFramesForwarded Counter
  vcpBroadcastFrames Counter
  vcpNumFramesFlooded Counter
  vcpNumFramesDiscarded Counter
  vcpMaxMTUexceededFrames Counter
  vcpBridgeDiscards Counter
  vcpOutPortDisabledDiscards Counter
  vcpSrcAddressDiscards Counter
  vcpDestAddressDiscards Counter
  vcpSAPfilterDiscards Counter
  vcpLearnedEntryDiscards Counter
  vcpStatsClearStats INTEGER
  vcpStatsResetTimeDate TimeAndDate
  vcpTransmitQueueAveRate INTEGER
  vcpNumFramesTransmitted Counter

Defined Values

bridge 1.3.6.1.4.1.43.1.12.1.1.17.1
OBJECT IDENTIFIER    

phyPort 1.3.6.1.4.1.43.1.12.1.1.17.2
OBJECT IDENTIFIER    

ipOverAtm 1.3.6.1.4.1.43.1.12.1.1.17.3
OBJECT IDENTIFIER    

enetCircuit 1.3.6.1.4.1.43.1.12.1.1.17.4
OBJECT IDENTIFIER    

brAgeTime 1.3.6.1.4.1.43.1.12.1.1.17.1.1
The time in minute for a bridging entry to be aged out.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

brFilterFlagTable 1.3.6.1.4.1.43.1.12.1.1.17.1.2
Contain the flags to individually enable/disable these different types of filtering: Source protocol, Source Address, and Destination Address .
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BrFilterFlagEntry

brFilterFlagEntry 1.3.6.1.4.1.43.1.12.1.1.17.1.2.1
Each entry in the table contains the information of a currently filtering setup for a port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BrFilterFlagEntry  

brFilterFlagSrcProt 1.3.6.1.4.1.43.1.12.1.1.17.1.2.1.1
To enable/disable source protocol filtering.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

brFilterFlagSrcAddr 1.3.6.1.4.1.43.1.12.1.1.17.1.2.1.2
To enable/disable source address filtering.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

brFilterFlagDstAddr 1.3.6.1.4.1.43.1.12.1.1.17.1.2.1.3
To enable/disable source address filtering.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

brFilterFlagIP 1.3.6.1.4.1.43.1.12.1.1.17.1.2.1.4
To enable/disable IP protocol filtering. This object is used when source protocol filtering is enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

brFilterFlagIPX 1.3.6.1.4.1.43.1.12.1.1.17.1.2.1.5
To enable/disable IPX protocol filtering. This object is used when source protocol filtering is enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

brFilterFlagDecnet 1.3.6.1.4.1.43.1.12.1.1.17.1.2.1.6
To enable/disable DECNET protocol filtering. This object is used when source protocol filtering is enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

brFilterSrcAddrTable 1.3.6.1.4.1.43.1.12.1.1.17.1.3
Contain all source addresses used for source address filtering.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BrFilterSrcAddrEntry

brFilterSrcAddrEntry 1.3.6.1.4.1.43.1.12.1.1.17.1.3.1
Each entry in the table contains a source address used for source address filtering.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BrFilterSrcAddrEntry  

brFilterSrcAddr 1.3.6.1.4.1.43.1.12.1.1.17.1.3.1.1
If the source address in an MAC frame matches this value, the frame will be filtered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

brFilterSrcAddrAct 1.3.6.1.4.1.43.1.12.1.1.17.1.3.1.2
This object is used for entry creation and deletion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), delete(2), not-applicable(3)  

brFilterDstAddrTable 1.3.6.1.4.1.43.1.12.1.1.17.1.4
Contain all destination addresses used for destination address filtering.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BrFilterDstAddrEntry

brFilterDstAddrEntry 1.3.6.1.4.1.43.1.12.1.1.17.1.4.1
Each entry in the table contains a destination address used for destination address filtering.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BrFilterDstAddrEntry  

brFilterDstAddr 1.3.6.1.4.1.43.1.12.1.1.17.1.4.1.1
If the destination address in an MAC frame matches this value, the frame will be filtered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

brFilterDstAddrAct 1.3.6.1.4.1.43.1.12.1.1.17.1.4.1.2
This object is used for entry creation and deletion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), delete(2), not-applicable(3)  

brStaticTable 1.3.6.1.4.1.43.1.12.1.1.17.1.5
Contain all static addresses attached to each port. The entry is used for forwarding.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BrStaticEntry

brStaticEntry 1.3.6.1.4.1.43.1.12.1.1.17.1.5.1
Each entry in the table contains a station address used for forwarding.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BrStaticEntry  

brStaticAddr 1.3.6.1.4.1.43.1.12.1.1.17.1.5.1.1
If the destination address in an MAC frame matches this value, the frame will be forwarded to destination specified by destination port or ATM VC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

brStaticDstSlot 1.3.6.1.4.1.43.1.12.1.1.17.1.5.1.2
The slot number to which this address is destined. If use VC, this object should be set to 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..6  

brStaticDstPort 1.3.6.1.4.1.43.1.12.1.1.17.1.5.1.3
The port number to which this address is destined. If use slot/port, this object is ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4  

brStaticDstTxVpi 1.3.6.1.4.1.43.1.12.1.1.17.1.5.1.4
The Tx VP number to which this address is destined. If use slot/port, this object is ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

brStaticDstTxVci 1.3.6.1.4.1.43.1.12.1.1.17.1.5.1.5
The Tx VC number to which this address is destined. If use slot/port, this object is ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

brStaticDstRxVpi 1.3.6.1.4.1.43.1.12.1.1.17.1.5.1.6
The Rx VP number to which this address is destined. If use slot/port, this object is ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

brStaticDstRxVci 1.3.6.1.4.1.43.1.12.1.1.17.1.5.1.7
The Rx VC number to which this address is destined. If use slot/port, this object is ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

brStaticAddrAct 1.3.6.1.4.1.43.1.12.1.1.17.1.5.1.8
This object is used for entry creation and deletion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), delete(2), not-applicable(3)  

brFdbTable 1.3.6.1.4.1.43.1.12.1.1.17.1.6
A 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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BrFdbEntry

brFdbEntry 1.3.6.1.4.1.43.1.12.1.1.17.1.6.1
Information about a specific unicast MAC address for which the bridge has some forwarding and/or filtering information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BrFdbEntry  

brFdbAddress 1.3.6.1.4.1.43.1.12.1.1.17.1.6.1.1
A unicast MAC address for which the bridge has forwarding and/or filtering information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

brFdbDstTxVpi 1.3.6.1.4.1.43.1.12.1.1.17.1.6.1.2
The Tx VP number to which this address is destined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

brFdbDstTxVci 1.3.6.1.4.1.43.1.12.1.1.17.1.6.1.3
The Tx VC number to which this address is destined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

brFdbDstRxVpi 1.3.6.1.4.1.43.1.12.1.1.17.1.6.1.4
The Rx VP number to which this address is destined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

brFdbDstRxVci 1.3.6.1.4.1.43.1.12.1.1.17.1.6.1.5
The Rx VC number to which this address is destined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

brFdbStatus 1.3.6.1.4.1.43.1.12.1.1.17.1.6.1.6
The 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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), learned(3), self(4), mgmt(5)  

brFdbAge 1.3.6.1.4.1.43.1.12.1.1.17.1.6.1.7
Age of this forwarding table entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

portTable 1.3.6.1.4.1.43.1.12.1.1.17.2.1
The port information table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortEntry

portEntry 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1
Information about a port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortEntry  

portMaxInfo 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.1
The maximum size of the INFO (non-MAC) field that this port will receive or transmit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

portInFrames 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.2
The 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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portOutFrames 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.3
The 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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portFramesForwarded 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.4
Number of incoming frames at this port that were forwarded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portBroadcastFrames 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.5
Number of broadcast frames received on port
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portNumFramesFlooded 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.6
Total number of incoming frames on this port that were flooded
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portNumFramesDiscarded 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.7
Count of valid frames received which were discarded (i.e., filtered) by the Forwarding Process.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portMaxMTUexceededFrames 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.8
Number of frames discarded because of size greater than maximum MTU size for the port
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portNoATMvcDiscards 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.9
Number of frames discarded because there was no ATM VC associated with this physical port
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portBridgeDiscards 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.10
Number of frames discarded because of bridging operation
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portOutPortDisabledDiscards 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.11
Number of frames filtered because the output port was disabled
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portSrcAddressDiscards 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.12
Number of frames filtered because of source address filtering
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portDestAddressDiscards 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.13
Number of frames filtered because of destination address filtering
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portSAPfilterDiscards 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.14
Number of frames filtered because of protocol filtering operation
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portLearnedEntryDiscards 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.15
The number of frames that were discarded because there was no storage memory available
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

portStatsClearStats 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.16
This 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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), not-applicable(2)  

portStatsResetTimeDate 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.17
This object indicates the last time and date the ATM statistics were cleared for the specified port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeAndDate  

portMacAddress 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.18
This is mac address of ethernet port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

portFramesTransmitted 1.3.6.1.4.1.43.1.12.1.1.17.2.1.1.19
Total number of frames transmitted at this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpTable 1.3.6.1.4.1.43.1.12.1.1.17.4.2
The virtual circuit information table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VcpEntry

vcpEntry 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1
Information about a virtual circuits.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VcpEntry  

vcpMaxInfo 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.1
The maximum size of the INFO (non-MAC) field that this vcp will receive or transmit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vcpInFrames 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.2
The 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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpOutFrames 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.3
The 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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpFramesForwarded 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.4
Number of incoming frames at this vcp that were forwarded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpBroadcastFrames 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.5
Number of broadcast frames received on vcp
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpNumFramesFlooded 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.6
Total number of incoming frames on this vcp that were flooded
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpNumFramesDiscarded 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.7
Count of valid frames received which were discarded (i.e., filtered) by the Forwarding Process.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpMaxMTUexceededFrames 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.8
Number of frames discarded because of size greater than maximum MTU size for the vcp
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpBridgeDiscards 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.9
Number of frames discarded because of bridging operation
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpOutPortDisabledDiscards 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.10
Number of frames filtered because the output port was disabled
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpSrcAddressDiscards 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.11
Number of frames filtered because of source address filtering
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpDestAddressDiscards 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.12
Number of frames filtered because of destination address filtering
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpSAPfilterDiscards 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.13
Number of frames filtered because of protocol filtering operation
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpLearnedEntryDiscards 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.14
The number of frames that were discarded because there was no storage memory available
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vcpStatsClearStats 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.15
This 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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), not-applicable(2)  

vcpStatsResetTimeDate 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.16
This object indicates the last time and date the ATM statistics were cleared for the specified ATM VC connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeAndDate  

vcpTransmitQueueAveRate 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.17
This field specifies the average rate of transmit queue
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER na(0), r17mbps(1), r10mbps(2), r8mbps(3), r6mbps(4), r4mbps(5), r192mbps(6), r1536mbps(7), r1344mbps(8), r672kbps(9), r448kbps(10), r224kbps(11), r112kbps(12), r56kbps(13)  

vcpNumFramesTransmitted 1.3.6.1.4.1.43.1.12.1.1.17.4.2.1.18
Total number of frames transmitted at this vcp.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter