CISCO-BUS-MIB
- Registered at
- 1.3.6.1.4.1.9.9.40
- Last updated
- 1995-09-15 17:02
- Organization
- Cisco Systems Inc.
- Namespace
- cisco
- Source file
CISCO-BUS-MIB- Digest
sha256:a3cd869e444f3482a30c4738d9942cd9712e8bb9855c264e03114111e733c176
Description
The MIB module for the management of LANE broadcast and unknown servers.
Contact
Cisco Systems Inc.
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| LAN-EMULATION-CLIENT-MIB | AtmLaneAddress |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-BUS-MIB CISCO-SMI IANAifType-MIB IF-MIB LAN-EMULATION-CLIENT-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CiscoVciInteger TEXTUAL-CONVENTION An integer large enough to hold a VCI. In the event that VC does not exist, the value on an object with this syntax shall be -1. | current | |||
| CiscoVpiInteger TEXTUAL-CONVENTION An integer large enough to hold a VPI. In the event that VC does not exist, the value of an object with this syntax shall be -1. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoBusMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.40.1 | |||
| busTable OBJECT-TYPE A (conceptual) table representing all the instantiations of BUSs on the designated device. This table may or may not allow the creation of rows depending on whether the LANE service elements allow the separate creation of LES and BUS components. In the event that separate components are not allowed then the MINIMUM-ACCESS detailed in the MODULE-COMPLIANCE should be used by those BUS implementations | 1.3.6.1.4.1.9.9.40.1.1 | not-accessible | current | |
| busEntry OBJECT-TYPE An entry (conceptual row) in the busTable. | 1.3.6.1.4.1.9.9.40.1.1.1 | not-accessible | current | |
| busElanName OBJECT-TYPE The ELAN name of the designated bridge. | 1.3.6.1.4.1.9.9.40.1.1.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| busIndex OBJECT-TYPE A unique identifier for this particular BUS on this ELAN. This value must remain constant while the entry is in existence and during the operation of the agent (i.e. It is allowed to change after reboot). For implementations that do not support more than one BUS entity per ELAN per device, it is sufficient to always report 1 for this object and only to accept the value 1 for row creation. | 1.3.6.1.4.1.9.9.40.1.1.1.2 | INTEGER (1..2147483647) | not-accessible | current |
| busAtmAddrSpec OBJECT-TYPE The specified ATM address of the BUS on the interface of interest. Note that setting this object will have the side effect of reinitializing the BUS and consequently dropping all clients connected to it. If this object is not specified at row creation time then the BUS will choose a value for itself and attempt to register with the switch with that value. If an address is specified which is not acceptable to the switch then the busOperStatus will remain inactive until an acceptable address is set. | 1.3.6.1.4.1.9.9.40.1.1.1.3 | AtmLaneAddress | read-create | current |
| busAtmAddrMask OBJECT-TYPE An address mask that when used with the busAtmAddrSpec, specifies the portion of the BUS' ATM address that is desired to be configured. Note that setting this object will result in the reinitialization of the BUS, consequently dropping all clients connected to it. At row creation time this object cannot be set without also supplying a value for the busAtmAddrSpec. If the BUS ATM address is omitted at creation time then this object defaults to the value of all zeros (none of the busAtmAddrSpec value is relevant). If the BUS ATM address is specified at creation time but this object omitted, then this object defaults to the value of all ones (all of the busAtmAddrSpec is relevant). | 1.3.6.1.4.1.9.9.40.1.1.1.4 | OCTET STRING (SIZE(0 | 20)) | read-create | current |
| busAtmAddrActl OBJECT-TYPE The resultant ATM address in use by the BUS. This object is a product of the specified ATM address, mask and interaction with the switch via the ILMI. | 1.3.6.1.4.1.9.9.40.1.1.1.5 | AtmLaneAddress | read-only | current |
| busIfIndex OBJECT-TYPE The interface that a BUS will forward traffic over. The value specified for this object must equate to a value of ifIndex in the ifTable. The interface will be for that particular ATM port (the physical interface, not a logical layer on top of it). This object can only be specified upon row creation and cannot be altered there after. | 1.3.6.1.4.1.9.9.40.1.1.1.6 | Integer32 | read-create | current |
| busSubIfNum OBJECT-TYPE Specifies the sub-interface number that the BUS will reside on. This sub-interface may be shared with a LEC or BUS of the same ELAN but is not required to do so. If no value is specified for this object at row creation time, then a sub-interface will be chosen by the agent. This object may only be specified at row creation time and cannot be altered thereafter. | 1.3.6.1.4.1.9.9.40.1.1.1.7 | Integer32 | read-create | current |
| busUpTime OBJECT-TYPE The value of sysUpTime when this BUS became enabled. | 1.3.6.1.4.1.9.9.40.1.1.1.8 | TimeStamp | read-only | current |
| busLanType OBJECT-TYPE The type of legacy LAN that this LES emulates. | 1.3.6.1.4.1.9.9.40.1.1.1.9 | INTEGER {dot3(1), dot5(2)} | read-create | current |
| busMaxFrm OBJECT-TYPE The maximum frame size that the emulated LAN may accept. | 1.3.6.1.4.1.9.9.40.1.1.1.10 | INTEGER {dot3(1516), tr4Mb(4544), rfc1626(9234), tr16Mb(18190)} | read-create | current |
| busMaxFrmAge OBJECT-TYPE The maximum number of seconds a BUS will hold onto a packet for forwarding until it is dropped. Dropping a packet will result in the incrementing of the busFrmTimeOuts counter. | 1.3.6.1.4.1.9.9.40.1.1.1.11 | INTEGER (1..4) | read-create | current |
| busOutFwdOctets OBJECT-TYPE The number of octets that this BUS has forwarded since its initialization. | 1.3.6.1.4.1.9.9.40.1.1.1.12 | Counter32 | read-only | current |
| busOutFwdUcastFrms OBJECT-TYPE The number of frames that the BUS has forwarded which were unicast data frames including all control frames (i.e. they were flooded from the client). | 1.3.6.1.4.1.9.9.40.1.1.1.13 | Counter32 | read-only | current |
| busOutFwdNUcastFrms OBJECT-TYPE The number of frames that the BUS has forwarded which were multicast frames. | 1.3.6.1.4.1.9.9.40.1.1.1.14 | Counter32 | read-only | current |
| busFrmTimeOuts OBJECT-TYPE The number of frames dropped by the BUS due to time out. | 1.3.6.1.4.1.9.9.40.1.1.1.15 | Counter32 | read-only | current |
| busMultiFwdVpi OBJECT-TYPE The virtual path identifier for the multicast forward VCC. | 1.3.6.1.4.1.9.9.40.1.1.1.16 | CiscoVpiInteger | read-only | current |
| busMultiFwdVci OBJECT-TYPE The virtual channel identifier for the multicast forward VCC. | 1.3.6.1.4.1.9.9.40.1.1.1.17 | CiscoVciInteger | read-only | current |
| busOperStatus OBJECT-TYPE This object reflects the actual state of the BUS which may differ from that of the busAdminStatus object. This can occur when the interface ifOperStatus is 'down' but the corresponding busAdminStatus is 'active'. | 1.3.6.1.4.1.9.9.40.1.1.1.18 | INTEGER {active(1), inactive(2)} | read-only | current |
| busAdminStatus OBJECT-TYPE The desired state of the designated BUS as prescribed by the operator. The actions of the agent will, if at all possible, eventually result in the desired state being reflected in the busOperStatus. | 1.3.6.1.4.1.9.9.40.1.1.1.19 | INTEGER {active(1), inactive(2)} | read-create | current |
| busStatus OBJECT-TYPE The status of the BUS entry. This object cannot be set to active until the busIfIndex object has an appropiate value. Note that implementations that do not support separate LES/BUS entities may refuse row creation in this table. Creation of BUS entities for those implementation is facilitated in the LES MIB. | 1.3.6.1.4.1.9.9.40.1.1.1.20 | RowStatus | read-create | current |
| busClientTable OBJECT-TYPE A (conceptual) table listing the clients associated with a BUS. Note that the local or network management will not create or destroy rows in this table but may only inspect what LECs are currently joined with the BUS. | 1.3.6.1.4.1.9.9.40.1.2 | not-accessible | current | |
| busClientEntry OBJECT-TYPE An entry (conceptual) row that denotes a client that is establishing/has established a multicast send VC to the BUS. | 1.3.6.1.4.1.9.9.40.1.2.1 | not-accessible | current | |
| busClientId OBJECT-TYPE A unique identifier for a LEC which is establishing/ has-established a multicast send VC to the BUS. The identifier only persists for as long as the LEC is associated with this particular BUS. If the LEC is dropped and rejoins the ELAN then a new identifier may be attributed to it. | 1.3.6.1.4.1.9.9.40.1.2.1.1 | Integer32 | not-accessible | current |
| busClientIfIndex OBJECT-TYPE The interface of the uni-directional multicast send connection between the LEC and BUS. | 1.3.6.1.4.1.9.9.40.1.2.1.2 | Integer32 | read-only | current |
| busClientMSendVpi OBJECT-TYPE The VPI of the uni-directional multicast send connection between the LEC and BUS. | 1.3.6.1.4.1.9.9.40.1.2.1.3 | CiscoVpiInteger | read-only | current |
| busClientMSendVci OBJECT-TYPE The VCI of the uni-directional multicast send connection between the LEC and BUS. | 1.3.6.1.4.1.9.9.40.1.2.1.4 | CiscoVciInteger | read-only | current |
| busClientAtmAddress OBJECT-TYPE The address associated with the LANE client on the mulicast send VCC. | 1.3.6.1.4.1.9.9.40.1.2.1.5 | AtmLaneAddress | read-only | current |
| ciscoBusMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.40.2 | |||
| ciscoBusMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.40.2.1 | |||
| ciscoBusMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.40.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoBusGroup OBJECT-GROUP A collection of objects for the managing of BUS operation. | 1.3.6.1.4.1.9.9.40.2.1.1 | current |
| ciscoBusSubIfGroup OBJECT-GROUP For those implementations that wish to tie their LE service components to an aflane_802x ifIndex. | 1.3.6.1.4.1.9.9.40.2.1.2 | current |
| ciscoBusClientGroup OBJECT-GROUP A collection of objects for the identification of a BUS's multicast send VCs. | 1.3.6.1.4.1.9.9.40.2.1.3 | current |
| ciscoBusMIBCompliance MODULE-COMPLIANCE The compliance statement for SNMP entities that support Cisco's BUS MIB. | 1.3.6.1.4.1.9.9.40.2.2.1 | current |