DEC-BUS-MIB: View SNMP OID List / Download MIB
VENDOR: DEC
Home | MIB: DEC-BUS-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).
|
|||
Object Name | OID | Type | Access | Info |
decBusMIB | 1.3.6.1.4.1.36.2.18.29 | |||
decBusMIBObjects | 1.3.6.1.4.1.36.2.18.29.1 | |||
decBusConfigTable | 1.3.6.1.4.1.36.2.18.29.1.1 | no-access |
A table which describes all the Broadcast and Unknown Server components implemented by this managed device. |
|
1.3.6.1.4.1.36.2.18.29.1.1.1 | no-access |
Each row of the table describes a standalone BUS or a component of a BUS. |
||
decBusIndex | 1.3.6.1.4.1.36.2.18.29.1.1.1.1 | integer | read-only |
A unique number greater than zero which identifies this table row. |
decBusRowStatus | 1.3.6.1.4.1.36.2.18.29.1.1.1.2 | integer | read-write |
This object is used to create and delete Broadcast and Unknown Server components. If this object is writable, it will accept the values 'createAndGo' 'destroy' under suitable conditions. Use decBusAdminStatus to enable and disable service. Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
decBusAdminStatus | 1.3.6.1.4.1.36.2.18.29.1.1.1.3 | integer | read-write |
The desired state of this BUS component. When a BUS is distributed, this object controls the 'local' server component, as opposed to the overall state of the BUS. If a LES is connected to the BUS, enabling/disabling either server may affect both of them. Otherwise it is up to the network manager to coordinate the state of the servers. Enumeration: 'down': 2, 'up': 1. |
decBusOperStatus | 1.3.6.1.4.1.36.2.18.29.1.1.1.4 | integer | read-only |
The operational state of this BUS component. A BUS component may not become operational until it has been configured with values for LAN Type Maximum Data Frame Size Maximum Frame Age When a BUS is in the 'disabling' or 'deleting' state, attempts to set decBusAdminStatus to 'up' will fail. Enumeration: 'down': 2, 'deleting': 4, 'disabling': 3, 'up': 1. |
decBusLastChange | 1.3.6.1.4.1.36.2.18.29.1.1.1.5 | timeticks | read-only |
The value of sysUpTime at the time that this server last entered its current operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value. |
decBusAtmAddress | 1.3.6.1.4.1.36.2.18.29.1.1.1.6 | octet string | read-only |
The ATM address of this Broadcast and Unknown Server, or Broadcast and Unknown Server component. Clients establish Multicast Send VCCs to this address as part of the BUS Connect phase of LAN Emulation. |
decBusDescription | 1.3.6.1.4.1.36.2.18.29.1.1.1.7 | octet string | read-write |
A human-readable string which can contain anything the network manager wants. |
decBusLanName | 1.3.6.1.4.1.36.2.18.29.1.1.1.8 | octet string | read-write |
The name of this emulated LAN. While not required for operational purposes, providing a LAN Name may make it easier to keep track of which BUS component is which. This string is not guaranteed to uniquely identify the emulated LAN. |
decBusLanType | 1.3.6.1.4.1.36.2.18.29.1.1.1.9 | integer | read-write |
The data frame format (or LAN-TYPE) for the emulated LAN this Broadcast and Unknown Server supports. In an active emulated LAN, this parameter MUST have a consistent value in all of the LES and BUS components serving the emulated LAN. Otherwise, problems may result. This columnar object's value may only be changed when 'decBus[Admin,Oper]Status' are 'down'. Enumeration: 'aflane8025': 3, 'aflane8023': 2. |
decBusMaxDataFrameSize | 1.3.6.1.4.1.36.2.18.29.1.1.1.10 | integer | read-write |
The maximum AAL-5 SDU size for data frames sent over this emulated LAN. This must be one of the standard sizes defined in the LAN Emulation specification, in other words either 1516, 4544, 9234, or 18190 octets. In an active emulated LAN, this parameter MUST have a consistent value in all of the LES and BUS components serving the emulated LAN. Otherwise, problems may result. This columnar object's value may only be changed when 'decBus[Admin,Oper]Status' are 'down'. Enumeration: 'max9234': 4, 'max1516': 2, 'max4544': 3, 'max18190': 5. |
decBusMaxFrameAge | 1.3.6.1.4.1.36.2.18.29.1.1.1.11 | integer | read-write |
The maximum amount of time which this Broadcast and Unknown Server can hold a frame before being forced to either forward or discard it. If a BUS is distributed, each of its servers should have the same value for this parameter. |
decBusMaxForwardingRate | 1.3.6.1.4.1.36.2.18.29.1.1.1.12 | integer | read-write |
The maximum rate at which this Broadcast and Unknown Server will forward frames. |
decBusClientStatesTable | 1.3.6.1.4.1.36.2.18.29.1.2 | no-access |
A table describing how many clients are in various membership states. |
|
1.3.6.1.4.1.36.2.18.29.1.2.1 | no-access |
Each row contains counters for one BUS component. |
||
decBusActiveClients | 1.3.6.1.4.1.36.2.18.29.1.2.1.1 | integer | read-only |
The number of active clients of this BUS component. This count only includes those clients which have both Multicast Send and Multicast Forward VCCs. |
decBusMulticastFwdInProgress | 1.3.6.1.4.1.36.2.18.29.1.2.1.2 | integer | read-only |
The number of clients to which this BUS component is currently establishing Multicast Forward VCCs. |
decBusTerminating | 1.3.6.1.4.1.36.2.18.29.1.2.1.3 | integer | read-only |
The number of clients whose memberships this BUS component is in the process of terminating. |
decBusTrafficTable | 1.3.6.1.4.1.36.2.18.29.1.3 | no-access |
A table of traffic statistics, with one row for each Broadcast and Unknown Server. |
|
1.3.6.1.4.1.36.2.18.29.1.3.1 | no-access |
A set of traffic statistics for one BUS component. |
||
decBusFramesForwarded | 1.3.6.1.4.1.36.2.18.29.1.3.1.1 | counter | read-only |
The number of frames successfully forwarded by this Broadcast and Unknown Server. |
decBusInvalidFrames | 1.3.6.1.4.1.36.2.18.29.1.3.1.2 | counter | read-only |
The number of frames which were discarded because of errors (such as invalid frame length). |
decBusFramesAgedOut | 1.3.6.1.4.1.36.2.18.29.1.3.1.3 | counter | read-only |
The number of frames which were discarded because delay exceeded the Maximum Frame Age. |
decBusFramesRateLimited | 1.3.6.1.4.1.36.2.18.29.1.3.1.4 | counter | read-only |
The number of frames which were discarded in order to enforce 'decBusMaxForwardingRate'. |
decBusFramesDiscarded | 1.3.6.1.4.1.36.2.18.29.1.3.1.5 | counter | read-only |
The number of frames which could not be forwarded, even though no errors had been detected, and the frames had not aged out. |
decBusClientTable | 1.3.6.1.4.1.36.2.18.29.1.4 | no-access |
A table listing clients of the emulated LANs which this node serves. This table reflects the actual membership of each emulated LAN, as opposed to the desired membership. |
|
1.3.6.1.4.1.36.2.18.29.1.4.1 | no-access |
Each entry describes an active LAN Emulation Client, from the perspective of the BUS. |
||
decBusClientIndex | 1.3.6.1.4.1.36.2.18.29.1.4.1.1 | integer | read-only |
A unique value for each table row. This value has no predefined relation to a client's LECID. |
decBusClientAtmAddress | 1.3.6.1.4.1.36.2.18.29.1.4.1.2 | octet string | read-only |
The primary ATM address of the LAN Emulation Client. |
decBusClientID | 1.3.6.1.4.1.36.2.18.29.1.4.1.3 | integer | read-only |
Contains the first LECID the appropriate BUS has seen for this client, or zero if none has been seen yet. |
decBusClientUsedSeveralIDs | 1.3.6.1.4.1.36.2.18.29.1.4.1.4 | integer | read-only |
Indicates whether the appropriate BUS has seen two or more non-zero LEC IDs for this client. This is not a normal condition, and it would usually arise due to a transmission error in a frame or due to a client that was violating the LAN Emulation specification. Enumeration: 'false': 2, 'true': 1. |
decBusClientState | 1.3.6.1.4.1.36.2.18.29.1.4.1.5 | integer | read-only |
Indicates the status of this LEC from the server's perspective. Enumeration: 'clientConnect': 4, 'noBusConnect': 2, 'busConnect': 3, 'operational': 5, 'other': 1, 'deleting': 6. |
decBusClientRowStatus | 1.3.6.1.4.1.36.2.18.29.1.4.1.6 | integer | read-write |
Provides a way to disconnect a LEC from the BUS. When read, this object has the value 'active'. When written, it only accepts the value 'destroy'. Because the ability to disconnect clients could lead to denial-of-service attacks, support for this feature is strictly optional. Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
decBusLecTable | 1.3.6.1.4.1.36.2.18.29.1.5 | no-access |
A table listing clients which belong to the emulated LANs that this node serves. |
|
1.3.6.1.4.1.36.2.18.29.1.5.1 | no-access |
Each entry describes a LAN Emulation Client from the perspective of the BUS. |
||
decBusLecAtmAddress | 1.3.6.1.4.1.36.2.18.29.1.5.1.1 | octet string | read-only |
The primary ATM address of the LAN Emulation Client. |
decBusLecIndex | 1.3.6.1.4.1.36.2.18.29.1.5.1.2 | integer | read-only |
The client's index in the 'decBusClientTable'. Note that this value is NOT the client's LEC-ID. |
decBusLecID | 1.3.6.1.4.1.36.2.18.29.1.5.1.3 | integer | read-only |
Contains the first LECID the appropriate BUS has seen for this client, or zero if none has been seen yet. |
decBusLecUsedSeveralIDs | 1.3.6.1.4.1.36.2.18.29.1.5.1.4 | integer | read-only |
Indicates whether the appropriate BUS has seen two or more non-zero LEC IDs for this client. This is not a normal condition, and it would usually arise due to a transmission error in a frame or due to a client that was violating the LAN Emulation specification. Enumeration: 'false': 2, 'true': 1. |
decBusLecState | 1.3.6.1.4.1.36.2.18.29.1.5.1.5 | integer | read-only |
Indicates the status of this LEC from the server's perspective. Enumeration: 'clientConnect': 4, 'noBusConnect': 2, 'busConnect': 3, 'operational': 5, 'other': 1, 'deleting': 6. |
decBusLecRowStatus | 1.3.6.1.4.1.36.2.18.29.1.5.1.6 | integer | read-write |
Provides a way to disconnect a LEC from the BUS. When read, this object has the value 'active'. When written, it only accepts the value 'destroy'. Because the ability to disconnect clients could lead to denial-of-service attacks, support for this feature is strictly optional. Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
decBusMulticastSendTable | 1.3.6.1.4.1.36.2.18.29.1.6 | no-access |
This optional table identifies Multicast Send VCCs at the place where they attach to the BUS. In a SVC implementation, the objects in this table will be read-only. In a PVC implementation, this table can be used to tell the BUS about the creation or the deletion of Multicast Send VCCs. |
|
1.3.6.1.4.1.36.2.18.29.1.6.1 | no-access |
Each entry describes the circuits going to one LAN Emulation Client. |
||
decBusMulticastSendInterface | 1.3.6.1.4.1.36.2.18.29.1.6.1.1 | integer | read-write |
If a Multicast Send PVC or SVC exists, this object has a value equal to the 'ifIndex' of the ATM port which terminates that circuit at the BUS. Otherwise it has the value 0. |
decBusMulticastSendVpi | 1.3.6.1.4.1.36.2.18.29.1.6.1.2 | integer | read-write |
If a Multicast Send PVC or SVC exists, this object has a value equal to the VPI of the Multicast Send VCC at the point where it connects to the BUS. Otherwise, it has the value 0. |
decBusMulticastSendVci | 1.3.6.1.4.1.36.2.18.29.1.6.1.3 | integer | read-write |
If a Multicast Send PVC or SVC exists, this object has a value equal to the VCI of the Multicast Send VCC at the point where it connects to the BUS. Otherwise, it has the value 0. |
decBusMulticastSendRowStatus | 1.3.6.1.4.1.36.2.18.29.1.6.1.4 | integer | read-write |
Used to create and delete rows in the table. Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
decBusMulticastFwdTable | 1.3.6.1.4.1.36.2.18.29.1.7 | no-access |
This optional table identifies Multicast Forward VCCs at the place where they attach to the BUS. In a SVC implementation, this table will be read- only. In a PVC implementation, this table can be used to tell the BUS about the creation or the deletion of Multicast Forward VCCs. |
|
1.3.6.1.4.1.36.2.18.29.1.7.1 | no-access |
Each entry describes the circuits going to one LAN Emulation Client. |
||
decBusMulticastFwdInterface | 1.3.6.1.4.1.36.2.18.29.1.7.1.1 | integer | read-only |
The 'ifIndex' of the ATM port which terminates the Multicast Forward VCC at the BUS. |
decBusMulticastFwdVpi | 1.3.6.1.4.1.36.2.18.29.1.7.1.2 | integer | read-only |
The VPI of the Multicast Forward VCC at the point where this VCC connects to the BUS. |
decBusMulticastFwdVci | 1.3.6.1.4.1.36.2.18.29.1.7.1.3 | integer | read-only |
The VCI of the Multicast Forward VCC at the point where this VCC connects to the BUS. |
decBusMulticastFwdRowStatus | 1.3.6.1.4.1.36.2.18.29.1.7.1.4 | integer | read-write |
An object provided to satisfy the requirement that all tables have at least one accessible object; in the future, it may also be extended to provide PVC support. Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
decBusCallStatsTable | 1.3.6.1.4.1.36.2.18.29.1.8 | no-access |
This table holds statistics on virtual circuit/leaf establishment attempts. It contains one row for each Broadcast and Unknown Server, and acts as an extension to the 'decBusConfigTable'. |
|
1.3.6.1.4.1.36.2.18.29.1.8.1 | no-access |
Each row contains connection statistics for one Broadcast and Unknown Server. |
||
decBusMulticastSendCalls | 1.3.6.1.4.1.36.2.18.29.1.8.1.1 | counter | read-only |
The total number of Multicast Send establishment attempts for this BUS component. |
decBusMulticastSendFailures | 1.3.6.1.4.1.36.2.18.29.1.8.1.2 | counter | read-only |
The number of Multicast Send establishment attempts for this BUS component which were not accepted. This includes failures counted in decBusMsOutOfResourcesFailures decBusMsInvalidInfoElements decBusMsWrongLanTypes decBusMsWrongMaxFrameSizes and any miscellaneous failures. |
decBusMsOutOfResourcesFailures | 1.3.6.1.4.1.36.2.18.29.1.8.1.3 | counter | read-only |
The number of Multicast Send establishment attempts for this BUS component which failed for lack of resources. |
decBusMsInvalidInfoElements | 1.3.6.1.4.1.36.2.18.29.1.8.1.4 | counter | read-only |
The number of Multicast Send establishment attempts for this BUS component which failed because required information elements were missing or contained invalid information. The optional Event Log group can help you determine which information elements were invalid or missing. This object does not count call failures included in decBusMsWrongLanTypes or decBusMsWrongMaxFrameSizes. |
decBusMsWrongLanTypes | 1.3.6.1.4.1.36.2.18.29.1.8.1.5 | counter | read-only |
The number of Multicast Send establishment attempts which were rejected because they specified a different LAN Type (data frame format) than the one configured for this BUS component. |
decBusMsWrongMaxFrameSizes | 1.3.6.1.4.1.36.2.18.29.1.8.1.6 | counter | read-only |
The number of Multicast Send establishment attempts which were rejected because they specified a different maximum AAL-5 SDU size than the one configured for this BUS component. |
decBusMulticastForwardCalls | 1.3.6.1.4.1.36.2.18.29.1.8.1.7 | counter | read-only |
The number of Multicast Forward connections which this BUS tried to establish. |
decBusMulticastForwardFailures | 1.3.6.1.4.1.36.2.18.29.1.8.1.8 | counter | read-only |
The number of Multicast Forward connections which this BUS was unable to establish. This includes failures counted in decBusMfOutOfResourcesFailures decBusMfClientRejects and any miscellaneous failures. |
decBusMfOutOfResourcesFailures | 1.3.6.1.4.1.36.2.18.29.1.8.1.9 | counter | read-only |
The number of Multicast Forward connections which this BUS component could not establish due to lack of resources. |
decBusMfClientRejects | 1.3.6.1.4.1.36.2.18.29.1.8.1.10 | counter | read-only |
The number of Multicast Forward connections which this BUS component's clients refused to accept. |
decBusEventLogMaximumSize | 1.3.6.1.4.1.36.2.18.29.1.9 | integer | read-write |
The minimum number of events which the agent should remember before purging old log entries to make way for new ones. |
decBusEventLogTable | 1.3.6.1.4.1.36.2.18.29.1.10 | no-access |
A table of event log entries for the emulated LANs that this node serves. |
|
1.3.6.1.4.1.36.2.18.29.1.10.1 | no-access |
An entry describing a significant event. |
||
decBusEventIndex | 1.3.6.1.4.1.36.2.18.29.1.10.1.1 | integer | read-only |
A unique number greater than zero which identifies this table row. |
decBusEventType | 1.3.6.1.4.1.36.2.18.29.1.10.1.2 | integer | read-only |
The event which triggered this log entry. joinFailed(1) - A client tried to join one of the broadcast domains which this host serves, but the attempt failed. Enumeration: 'joinFailed': 1. |
decBusEventReason | 1.3.6.1.4.1.36.2.18.29.1.10.1.3 | integer | read-only |
The cause of the failure. Enumeration: 'invalidConnectionIdentifier': 87, 'controlDistributeFailure': 54, 'invalidCalledPartyNumber': 86, 'insufficientResources': 6, 'wrongMaxFrameSize': 51, 'noBroadbandBearerCapability': 73, 'invalidRequestorId': 8, 'invalidLanDestination': 9, 'noConnectionIdentifier': 77, 'invalidCallingPartyNumber': 85, 'multicastForwardFailure': 55, 'duplicateAtmAddress': 5, 'joinNotCompleted': 56, 'invalidAalParameters': 81, 'invalidBlli': 84, 'clientNotConnectedToLes': 59, 'noAalParameters': 71, 'noCalledPartyNumber': 76, 'invalidQosParameter': 88, 'noQosParameter': 78, 'versionNotSupported': 1, 'invalidAtmAddress': 10, 'duplicateLanDestination': 4, 'nonDuplicateRequest': 53, 'noAtmTrafficDescriptor': 72, 'wrongJoinMaxFrameSize': 52, 'invalidInformationElement': 80, 'wrongLanType': 50, 'unverifiedAtmAddress': 101, 'invalidRequestParameters': 2, 'noBlli': 74, 'invalidAalMode': 90, 'invalidBroadbandBearerCapability': 83, 'invalidAtmTrafficDescriptor': 82, 'invalidAalSccs': 91, 'insecureAtmAddress': 100, 'joinTimeout': 57, 'missingInformationElement': 70, 'busConnectTimeout': 58, 'noCallingPartyNumber': 75, 'accessDenied': 7. |
decBusEventServer | 1.3.6.1.4.1.36.2.18.29.1.10.1.4 | integer | read-only |
The 'decBusIndex' of the LAN Emulation Server that was involved in this incident. If the value of this object is zero, it indicates that the server no longer exists. |
decBusEventServerAtmAddress | 1.3.6.1.4.1.36.2.18.29.1.10.1.5 | octet string | read-only |
The ATM address of the Broadcast and Unknown Server that was involved in this incident. |
decBusEventClientAtmAddress | 1.3.6.1.4.1.36.2.18.29.1.10.1.6 | octet string | read-only |
If known, the ATM address of the LAN Emulation Client that was involved in this incident. |
decBusEventTimestamp | 1.3.6.1.4.1.36.2.18.29.1.10.1.7 | timeticks | read-only |
The value of sysUpTime at the time that the event occurred. If the event occurred prior to the last re-initialization of the local network management subsystem, this object contains a zero value. |
decBusMIBConformance | 1.3.6.1.4.1.36.2.18.29.2 | |||
decBusMIBGroups | 1.3.6.1.4.1.36.2.18.29.2.1 | |||
decBusConfigGroup | 1.3.6.1.4.1.36.2.18.29.2.1.1 | |||
decBusClientStatesGroup | 1.3.6.1.4.1.36.2.18.29.2.1.2 | |||
decBusTrafficGroup | 1.3.6.1.4.1.36.2.18.29.2.1.3 | |||
decBusClientGroup | 1.3.6.1.4.1.36.2.18.29.2.1.4 | |||
decBusLecGroup | 1.3.6.1.4.1.36.2.18.29.2.1.5 | |||
decBusCircuitGroup | 1.3.6.1.4.1.36.2.18.29.2.1.6 | |||
decBusCallStatsGroup | 1.3.6.1.4.1.36.2.18.29.2.1.7 | |||
decBusEventLogGroup | 1.3.6.1.4.1.36.2.18.29.2.1.8 | |||
decBusMIBCompliances | 1.3.6.1.4.1.36.2.18.29.2.2 | |||
decBusMIBCompliance | 1.3.6.1.4.1.36.2.18.29.2.2.1 |