PDN-BRIDGE-EXT-MIB: View SNMP OID List / Download MIB
VENDOR: PARADYNE
Home | MIB: PDN-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).
|
|||
Object Name | OID | Type | Access | Info |
pdnBridgeExtMIB | 1.3.6.1.4.1.1795.2.24.2.58 |
This MIB module provides objects that extend the BRIDGE-MIB. ==================================================== == == == Copyright (C) 2005 Zhone Technologies, Inc == == == ==================================================== |
||
pdnBridgeExtNotifications | 1.3.6.1.4.1.1795.2.24.2.58.0 | |||
pdnBridgeExtObjects | 1.3.6.1.4.1.1795.2.24.2.58.1 | |||
pdnDot1dBasePortExtTable | 1.3.6.1.4.1.1795.2.24.2.58.1.1 | no-access |
Extends the dot1dBasePortTable in the BRIDGE-MIB. |
|
1.3.6.1.4.1.1795.2.24.2.58.1.1.1 | no-access |
An entry in the dot1dBasePortTable Table. |
||
pdnDot1dBasePortMaxFdbEntries | 1.3.6.1.4.1.1795.2.24.2.58.1.1.1.1 | integer32 | read-write |
This object configures the maximum number of entries in the bridge port's Forwarding Database. The value `0' is a special case that indicates that there is no limit to the number of entries in the database. |
pdnDot1dBasePortRole | 1.3.6.1.4.1.1795.2.24.2.58.1.1.1.2 | integer | read-write |
This object defines the role of a bridge port. The role on a bridge port role can be defined as subscriber or network as follows: Subscriber: ---------- A port on the IP DSLAM or Aggregator that faces toward or directly connects to a DSL interface on which an end user (subscriber) would be located. This would typically be the DSL ports directly on a unit or the ports on an aggregator that connect to another DSLAM. Network: ------- A Port that connects to the service providers network, aggregation device or to a shared resource such as a server. Enumeration: 'subscriber': 1, 'network': 2. |
pdnDot1dBasePortUnknownMulticastForwardingMode | 1.3.6.1.4.1.1795.2.24.2.58.1.1.1.3 | integer | read-write |
Configures the layer 2 unknown multicast forwarding mode. A layer 2 frame is `unknown' if there is no entry in the Forwarding Database which identifies the set of ports to forward the multicast frame on. When set to `flood(1)', the `unknown' multicast frame will be forwarded on all bridge ports. When set to `drop(2)', the `unknown' multicast frame will be dropped and not be forwarded on any bridge port. Enumeration: 'flood': 1, 'drop': 2. |
pdnDot1dBasePortOuterTag | 1.3.6.1.4.1.1795.2.24.2.58.1.1.1.4 | integer32 | read-write |
When VLAN stacking (Q in Q) is desired for untagged packets on a port, this object contains the value of the outer 802.1q VLAN outer tag. A value of zero (0) indicates that VLAN stacking is not enabled. |
pdnDot1dBasePortOuterPriority | 1.3.6.1.4.1.1795.2.24.2.58.1.1.1.5 | integer32 | read-write |
When VLAN stacking (Q in Q) is desired for untagged packets on a port, this object contains the value of the priority bits in the 802.1q VLAN outer tag. If pdnDot1dBasePortOuterTag (above) is zero (0) this object is ignored. |
pdnDot1dBasePortOuterEthertype | 1.3.6.1.4.1.1795.2.24.2.58.1.1.1.6 | integer32 | read-write |
When VLAN stacking (Q in Q) is desired for untagged packets on a port, this object contains the value of the ethertype in the 802.1q VLAN outer tag. If pdnDot1dBasePortOuterTag (above) is zero (0) this object is ignored. |
pdnDot1dTrafficProfile | 1.3.6.1.4.1.1795.2.24.2.58.1.2 | |||
pdnDot1dTrafficProfileNextIndex | 1.3.6.1.4.1.1795.2.24.2.58.1.2.1 | testandincr | read-write |
This object is used to establish the next unused index (pdnDot1dTrafficProfileIndex) for the pdnDot1dTrafficProfileTable. This object is used to assist the manager in selecting a value for pdnDot1dTrafficProfileIndex. Because this object is of syntax TestAndIncr (see the SNMPv2-TC document, RFC 2579), it can also be used to avoid race conditions with multiple managers trying to create rows in the table. If the result of the SET for pdnDot1dTrafficProfileIndex is not success, this means the value has been changed from index (i.e. another manager used the value), so a new value is required. The algorithm is: done = false while done == false index = GET (pdnDot1dTrafficProfileNextIndex.0) SET (pdnDot1dTrafficProfileNextIndex.0=index) if (set failed) done = false else pdnDot1dTrafficProfileRowStatus.index=createAndGo SET (pdnDot1dTrafficProfileRowStatus.index) if (set failed) done = false else done = true other error handling This description was modeled from RFC2494, DS0BUNDLE-MIB. |
pdnDot1dTrafficProfileTable | 1.3.6.1.4.1.1795.2.24.2.58.1.2.2 | no-access |
The Paradyne Layer 2 Traffic Profile Table. Provides attributes for traffic profiles for MAC bridges based on the IEEE 802.1D standard. |
|
1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1 | no-access |
Each entry represents a particular traffic profile. Another table in this module will map to entries in this table. |
||
pdnDot1dTrafficProfileIndex | 1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.1 | pdntestandincrderivedindextc | no-access |
A unique identifier for a table entry. This object is expected to be derived from the use of pdnDot1dTrafficProfileNextIndex object above. |
pdnDot1dTrafficProfileRowStatus | 1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.2 | rowstatus | read-only |
This object allows create, change, and delete operations on the table. The delete operation can only occur when the pdnDot1dTrafficProfileNbrRefs is 0 meaning that there are no references to this particular traffic profile. |
pdnDot1dTrafficProfileName | 1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.3 | snmpadminstring | read-only |
An alphanumeric string to name the profile for the table entry. |
pdnDot1dTrafficProfileNbrRefs | 1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.4 | unsigned32 | read-only |
The number of entries in the Traffic Profile Mapping Table that reference this traffic profile entry. |
pdnDot1dTrafficProfileTrafficClass | 1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.5 | integer | read-only |
The classification of traffic the entry is to be associated with. Enumeration: 'video': 2, 'voice': 3, 'data': 1. |
pdnDot1dTrafficProfileMaxRate | 1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.6 | unsigned32 | read-only |
The maximum rate attribute in bits per second. This provides `rate limiting' functionality. If the value of this object is `0', then this attribute is not applied to the traffic profile. That is, the traffic classified for this entry in the table is not `rate limited'. |
pdnDot1dTrafficProfileInvMappingTable | 1.3.6.1.4.1.1795.2.24.2.58.1.2.3 | no-access |
This table identifies the mapping from a profile name (pdnDot1dTrafficProfileName) to a profile index (pdnDot1dTrafficProfileIndex). |
|
1.3.6.1.4.1.1795.2.24.2.58.1.2.3.1 | no-access |
Each entry represents the profile index that is mapped from the profile name. |
||
pdnDot1dTrafficProfileInvIndex | 1.3.6.1.4.1.1795.2.24.2.58.1.2.3.1.1 | pdntestandincrderivedindextc | read-only |
The profile index that corresponds to the table entry. |
pdnDot1dTrafficProfileMappingTable | 1.3.6.1.4.1.1795.2.24.2.58.1.2.4 | no-access |
Maps a MAC bridge port and traffic class to an entry in the Traffic Profile Table (pdnDot1dTrafficProfileTable). |
|
1.3.6.1.4.1.1795.2.24.2.58.1.2.4.1 | no-access |
An entry maps a MAC bridge port and a subport to a traffic class profile. The pdnDot1dTrafficProfileNbrRefs object in the pdnDot1dTrafficProfileTable indicates the number of entries in this table that references or maps to a particular entry in the pdnDot1dTrafficProfileTable. |
||
pdnDot1dTrafficProfileMappingSubPort | 1.3.6.1.4.1.1795.2.24.2.58.1.2.4.1.1 | integer32 | no-access |
The subport portion of the entry definition. Subports are supported in implementations where MAC bridge ports can be subdivided. Implementations that do not support the subdividing of MAC bridge ports should set this object to `1'. |
pdnDot1dTrafficProfileMappingRowStatus | 1.3.6.1.4.1.1795.2.24.2.58.1.2.4.1.2 | rowstatus | read-only |
This object allows create, change, and delete operations on the table. |
pdnDot1dTrafficProfileMappingIndex | 1.3.6.1.4.1.1795.2.24.2.58.1.2.4.1.3 | pdntestandincrderivedindextc | read-only |
The traffic profile in the pdnDot1dTrafficProfileTable, identified by the pdnDot1dTrafficProfileIndex that this entry maps to. |
pdnBridgeExtAFNs | 1.3.6.1.4.1.1795.2.24.2.58.2 | |||
pdnBridgeExtConformance | 1.3.6.1.4.1.1795.2.24.2.58.3 | |||
pdnBridgeExtCompliances | 1.3.6.1.4.1.1795.2.24.2.58.3.1 | |||
pdnBridgeExtCompliance | 1.3.6.1.4.1.1795.2.24.2.58.3.1.1 |
The compliance statement for network elements implementing extensions to the BRIDGE-MIB. |
||
pdnBridgeExtGroups | 1.3.6.1.4.1.1795.2.24.2.58.3.2 | |||
pdnBridgeExtObjGroups | 1.3.6.1.4.1.1795.2.24.2.58.3.2.1 | |||
pdnDot1dBasePortMaxFdbEntriesGroup | 1.3.6.1.4.1.1795.2.24.2.58.3.2.1.1 |
Configures the maximum number of entries allowed in a bridge port's forwarding database. |
||
pdnDot1dBasePortRoleGroup | 1.3.6.1.4.1.1795.2.24.2.58.3.2.1.2 |
Objects related to the role attribute on a bridge port. |
||
pdnDot1dBasePortUnknownMulticastForwardingModeGroup | 1.3.6.1.4.1.1795.2.24.2.58.3.2.1.3 |
Provides the ability to configure the forwarding mode for unknown multicast frames. |
||
pdnBridgeExtTPGroups | 1.3.6.1.4.1.1795.2.24.2.58.3.2.1.4 | |||
pdnDot1dTrafficProfileBasicGroup | 1.3.6.1.4.1.1795.2.24.2.58.3.2.1.4.1 |
Objects supporting the `basic' framework for configuring traffic profiles. Objects supporting specific attributes of a profile exist in other groups. |
||
pdnDot1dTrafficProfileMaxRateGroup | 1.3.6.1.4.1.1795.2.24.2.58.3.2.1.4.2 |
Object to support the configuration of the maximum rate traffic profile attribute. |
||
pdnDot1dQinQVlanGroup | 1.3.6.1.4.1.1795.2.24.2.58.3.2.1.5 |
Objects related to QinQ VLAN (802.1ad |
||
pdnBridgeExtAfnGroups | 1.3.6.1.4.1.1795.2.24.2.58.3.2.2 | |||
pdnBridgeExtNtfyGroups | 1.3.6.1.4.1.1795.2.24.2.58.3.2.3 |