CISCO-BRIDGE-EXT-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-BRIDGE-EXT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoBridgeExtMIB 1.3.6.1.4.1.9.9.401
A MIB module for extending BRIDGE-MIB specified in RFC 1493.
         cbExtMIBNotifications 1.3.6.1.4.1.9.9.401.0
         cbExtMIBObjects 1.3.6.1.4.1.9.9.401.1
             cbeDot1dTp 1.3.6.1.4.1.9.9.401.1.1
                 cbeDot1dTpGlobalAgingTime 1.3.6.1.4.1.9.9.401.1.1.1 unsigned32 read-write
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.
                 cbeDot1dTpVlanTable 1.3.6.1.4.1.9.9.401.1.1.2 no-access
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.
                     cbeDot1dTpVlanEntry 1.3.6.1.4.1.9.9.401.1.1.2.1 no-access
Each entry contains the aging out configuration and the configuration source of the aging out value applied at each VLAN.
                         cbeDot1dTpVlanIndex 1.3.6.1.4.1.9.9.401.1.1.2.1.1 vlanindex no-access
Indicates the VLAN number.
                         cbeDot1dTpVlanAgingTime 1.3.6.1.4.1.9.9.401.1.1.2.1.2 unsigned32 read-only
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.
                         cbeDot1dTpVlanAgingFromGlobal 1.3.6.1.4.1.9.9.401.1.1.2.1.3 truthvalue read-only
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.
                         cbeDot1dTpVlanRowStatus 1.3.6.1.4.1.9.9.401.1.1.2.1.4 rowstatus read-only
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.
             cbeDot1dStatic 1.3.6.1.4.1.9.9.401.1.2
                 cbeDot1dStaticTable 1.3.6.1.4.1.9.9.401.1.2.1 no-access
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.
                     cbeDot1dStaticEntry 1.3.6.1.4.1.9.9.401.1.2.1.1 no-access
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.
                         cbeDot1dVlanIndex 1.3.6.1.4.1.9.9.401.1.2.1.1.1 vlanindex no-access
The VLAN ID of a specific VLAN.
                         cbeDot1dStaticAddress 1.3.6.1.4.1.9.9.401.1.2.1.1.2 macaddress no-access
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.
                         cbeDot1dStaticReceivePort 1.3.6.1.4.1.9.9.401.1.2.1.1.3 integer32 no-access
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.
                         cbeDot1dStaticPortRangeIndex 1.3.6.1.4.1.9.9.401.1.2.1.1.4 ciscoportlistrange no-access
The index that uniquely identifies a particular range of bridge port number.
                         cbeDot1dStaticAllowedToGoTo 1.3.6.1.4.1.9.9.401.1.2.1.1.5 ciscoportlist read-write
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.
                         cbeDot1dStaticStatus 1.3.6.1.4.1.9.9.401.1.2.1.1.6 integer read-write
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. Enumeration: 'permanent': 3, 'other': 1, 'deleteOnTimeout': 5, 'deleteOnReset': 4, 'invalid': 2.
             cbeDot1dVlan 1.3.6.1.4.1.9.9.401.1.3
                 cbeDot1dVlanTable 1.3.6.1.4.1.9.9.401.1.3.1 no-access
A list of 802.1D access ports. Every access port that is currently associated with a bridge has a corresponding entry in this table.
                     cbeDot1dVlanEntry 1.3.6.1.4.1.9.9.401.1.3.1.1 no-access
An entry containing VLAN information for a particular 802.1D access port.
                         cbeDot1dVlanOperVlan 1.3.6.1.4.1.9.9.401.1.3.1.1.1 vlanid read-only
The VLAN-ID of the VLAN with which the access port is currently associated.
         cbExtMIBConformance 1.3.6.1.4.1.9.9.401.2
             cbExtMIBCompliances 1.3.6.1.4.1.9.9.401.2.1
                 cbExtMIBCompliance 1.3.6.1.4.1.9.9.401.2.1.1
The compliance statement for CISCO-BRIDGE-EXT-MIB.
                 cbExtMIBCompliance2 1.3.6.1.4.1.9.9.401.2.1.2
The compliance statement for CISCO-BRIDGE-EXT-MIB.
                 cbExtMIBCompliance3 1.3.6.1.4.1.9.9.401.2.1.3
The compliance statement for CISCO-BRIDGE-EXT-MIB.
             cbExtMIBGroups 1.3.6.1.4.1.9.9.401.2.2
                 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.
                 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.
                 cbeDot1dStaticGroup 1.3.6.1.4.1.9.9.401.2.2.3
A collection of objects for configuration of static filtering information.
                 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.