CISCO-BRIDGE-EXT-MIB

File: CISCO-BRIDGE-EXT-MIB.mib (18390 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF BRIDGE-MIB
Q-BRIDGE-MIB SNMPv2-TC CISCO-TC
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 MODULE-COMPLIANCE OBJECT-GROUP
dot1dBasePort VlanIndex VlanId
RowStatus TruthValue MacAddress
CiscoPortList CiscoPortListRange ciscoMgmt

Defined Types

CbeDot1dTpVlanEntry  
SEQUENCE    
  cbeDot1dTpVlanIndex VlanIndex
  cbeDot1dTpVlanAgingTime Unsigned32
  cbeDot1dTpVlanAgingFromGlobal TruthValue
  cbeDot1dTpVlanRowStatus RowStatus

CbeDot1dStaticEntry  
SEQUENCE    
  cbeDot1dVlanIndex VlanIndex
  cbeDot1dStaticAddress MacAddress
  cbeDot1dStaticReceivePort Integer32
  cbeDot1dStaticPortRangeIndex CiscoPortListRange
  cbeDot1dStaticAllowedToGoTo CiscoPortList
  cbeDot1dStaticStatus INTEGER

CbeDot1dVlanEntry  
SEQUENCE    
  cbeDot1dVlanOperVlan VlanId

Defined Values

ciscoBridgeExtMIB 1.3.6.1.4.1.9.9.401
A MIB module for extending BRIDGE-MIB specified in RFC 1493.
MODULE-IDENTITY    

cbExtMIBNotifications 1.3.6.1.4.1.9.9.401.0
OBJECT IDENTIFIER    

cbExtMIBObjects 1.3.6.1.4.1.9.9.401.1
OBJECT IDENTIFIER    

cbExtMIBConformance 1.3.6.1.4.1.9.9.401.2
OBJECT IDENTIFIER    

cbeDot1dTp 1.3.6.1.4.1.9.9.401.1.1
OBJECT IDENTIFIER    

cbeDot1dStatic 1.3.6.1.4.1.9.9.401.1.2
OBJECT IDENTIFIER    

cbeDot1dVlan 1.3.6.1.4.1.9.9.401.1.3
OBJECT IDENTIFIER    

cbeDot1dTpGlobalAgingTime 1.3.6.1.4.1.9.9.401.1.1.1
The timeout period in seconds for aging out dynamically learned forwarding information at the device level. Setting this object value to zero will disable the aging out action globally except at the VLANs where cbeDot1dTpVlanAgingTime is configured. 802.1D-1990 recommends a default of 300 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0 | 10..1000000  

cbeDot1dTpVlanTable 1.3.6.1.4.1.9.9.401.1.1.2
This table provides the configuration for aging out dynamically learned forwarding information at each VLAN. This table is populated for each existing VLAN in the device as well as non-existing VLANs which have the aging out value configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CbeDot1dTpVlanEntry

cbeDot1dTpVlanEntry 1.3.6.1.4.1.9.9.401.1.1.2.1
Each entry contains the aging out configuration and the configuration source of the aging out value applied at each VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  CbeDot1dTpVlanEntry  

cbeDot1dTpVlanIndex 1.3.6.1.4.1.9.9.401.1.1.2.1.1
Indicates the VLAN number.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

cbeDot1dTpVlanAgingTime 1.3.6.1.4.1.9.9.401.1.1.2.1.2
The timeout period in seconds for aging out dynamically learned forwarding information at this VLAN. Setting this object value to zero will disable the aging out action for this VLAN. 802.1D-1990 recommends a default of 300 seconds. This object provides the same functionality as dot1dTpAgingTime object in BRIDGE-MIB with one exception that setting this object value to zero will disable the aging out action for this VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 10..1000000  

cbeDot1dTpVlanAgingFromGlobal 1.3.6.1.4.1.9.9.401.1.1.2.1.3
Indicates whether the aging time applied at this VLAN is from cbeDot1dTpGlobalAgingTime object or not. true(1) indicates the aging time applied at this VLAN is from cbeDot1dTpGlobalAgingTime object. When true(1) is configured, value of cbeDot1dTpVlanAgingTime object in the same row will have the same value as cbeDot1dTpGlobalAgingTime object. false(2) indicates the aging time applied at this VLAN is from cbeDot1dTpVlanAgingTime object. If users configure cbeDot1dTpVlanAgingTime object in the same row while this object value is true(1), this object value will be changed to false(2) to reflect that the aging time applied at this VLAN is not from cbeDot1dTpGlobalAgingTime object.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cbeDot1dTpVlanRowStatus 1.3.6.1.4.1.9.9.401.1.1.2.1.4
The status of this conceptual row entry. This object is used to manage creation and deletion of rows in this table. To create an entry, users set the value of this object to createAndGo(4). To delete an entry, users set the value of this object to destroy(6). Deletion of an entry in this table is only allowed if the VLAN indicated by its row index object does not exist in the device. cbeDot1dTpVlanAgingTime and cbeDot1dTpVlanAgingFromGlobal can be modified at any time (even while the row is active). If users set the value of cbeDot1dTpVlanAgingFromGlobal object to true(1) and the VLAN indicated by cbeDot1dTpVlanIndex object in the same row does not exist, the entry will be removed from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cbeDot1dStaticTable 1.3.6.1.4.1.9.9.401.1.2.1
A table containing filtering information configured into the device by (local or network) management to specify the set of bridge ports within a specific range of bridge port number for a specific VLAN, to which frames received from specific ports and containing specific destination addresses are allowed to be forwarded. The value of zero in this table as the port number from which frames with a specific destination address are received, is used to specify all ports for which there is no specific entry in this table for that particular destination address. Entries are valid for unicast and for group/broadcast addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CbeDot1dStaticEntry

cbeDot1dStaticEntry 1.3.6.1.4.1.9.9.401.1.2.1.1
Each entry represents filtering information configured into the device by (local or network) management specifying the set of bridge ports within a specific range of bridge port number for a specific VLAN, to which frames received from a specific port and containing a specific destination address are allowed to be forwarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  CbeDot1dStaticEntry  

cbeDot1dVlanIndex 1.3.6.1.4.1.9.9.401.1.2.1.1.1
The VLAN ID of a specific VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

cbeDot1dStaticAddress 1.3.6.1.4.1.9.9.401.1.2.1.1.2
The destination MAC address in a frame to which this entry's filtering information applies. This object can take the value of a unicast address, a group address or the broadcast address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

cbeDot1dStaticReceivePort 1.3.6.1.4.1.9.9.401.1.2.1.1.3
Either the value '0', or the port number of the port from which a frame must be received in order for this entry's filtering information to apply. A value of zero indicates that this entry applies on all ports of the bridge for which there is no other applicable entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cbeDot1dStaticPortRangeIndex 1.3.6.1.4.1.9.9.401.1.2.1.1.4
The index that uniquely identifies a particular range of bridge port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPortListRange  

cbeDot1dStaticAllowedToGoTo 1.3.6.1.4.1.9.9.401.1.2.1.1.5
A set of ports in a specific VLAN, in a specific range of bridge port number, to which frames received from a specific port, destined for a specific MAC address are allowed to be forwarded. An entry in this table with the index value of cbeDot1dStaticPortRangeIndex being 'oneto2K' and instance value of the corresponding cbeDot1dStaticAllowedToGoTo being zero-length octet string indicates that frames received in the VLAN as specified by this entry's cbeDot1dVlanIndex, from a port as specified by this entry's cbeDot1dStaticReceivePort, and destined to the MAC address as specified by this entry's cbeDot1dStaticAddress, are not allowed to be forwarded to any of the ports in this VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  CiscoPortList  

cbeDot1dStaticStatus 1.3.6.1.4.1.9.9.401.1.2.1.1.6
This object indicates the status of this entry. other(1) - this entry is currently in use but the conditions under which it will remain so differ from the following values. invalid(2) - writing this value to the object removes the corresponding entry. permanent(3) - this entry is currently in use and will remain so after the next reset of the bridge. deleteOnReset(4) - this entry is currently in use and will remain so until the next reset of the bridge. deleteOnTimeout(5) - this entry is currently in use and will remain so until it is aged out.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), permanent(3), deleteOnReset(4), deleteOnTimeout(5)  

cbeDot1dVlanTable 1.3.6.1.4.1.9.9.401.1.3.1
A list of 802.1D access ports. Every access port that is currently associated with a bridge has a corresponding entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CbeDot1dVlanEntry

cbeDot1dVlanEntry 1.3.6.1.4.1.9.9.401.1.3.1.1
An entry containing VLAN information for a particular 802.1D access port.
Status: current Access: not-accessible
OBJECT-TYPE    
  CbeDot1dVlanEntry  

cbeDot1dVlanOperVlan 1.3.6.1.4.1.9.9.401.1.3.1.1.1
The VLAN-ID of the VLAN with which the access port is currently associated.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

cbExtMIBCompliances 1.3.6.1.4.1.9.9.401.2.1
OBJECT IDENTIFIER    

cbExtMIBGroups 1.3.6.1.4.1.9.9.401.2.2
OBJECT IDENTIFIER    

cbExtMIBCompliance 1.3.6.1.4.1.9.9.401.2.1.1
The compliance statement for CISCO-BRIDGE-EXT-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cbExtMIBCompliance2 1.3.6.1.4.1.9.9.401.2.1.2
The compliance statement for CISCO-BRIDGE-EXT-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cbExtMIBCompliance3 1.3.6.1.4.1.9.9.401.2.1.3
The compliance statement for CISCO-BRIDGE-EXT-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cbeDot1dTpGroup 1.3.6.1.4.1.9.9.401.2.2.1
A collection of objects providing timeout period for aging out of dynamically learned forwarding information at the device level.
Status: current Access: read-only
OBJECT-GROUP    

cbeDot1dTpVlanGroup 1.3.6.1.4.1.9.9.401.2.2.2
A collection of objects providing timeout period for aging out of dynamically learned forwarding information at each VLAN.
Status: current Access: read-only
OBJECT-GROUP    

cbeDot1dStaticGroup 1.3.6.1.4.1.9.9.401.2.2.3
A collection of objects for configuration of static filtering information.
Status: current Access: read-only
OBJECT-GROUP    

cbeDot1dOperVlanGroup 1.3.6.1.4.1.9.9.401.2.2.4
A collection of objects to show the operational VLAN information on bridge ports.
Status: current Access: read-only
OBJECT-GROUP