PDN-BRIDGE-EXT-MIB
AI MIB Summary
The PDN-BRIDGE-EXT-MIB extends the standard BRIDGE-MIB to monitor and manage Layer 2 bridging statistics, port states, and MAC address tables on Zhone Technologies PDN (Packet Data Network) bridge hardware. This module specifically enables the tracking of bridge port counters, filtering database entries, and protocol-specific bridge extensions required for diagnosing packet forwarding and loop prevention issues in carrier-grade access networks.
This MIB module provides objects that extend the BRIDGE-MIB. ==================================================== == == == Copyright (C) 2005 Zhone Technologies, Inc == == == ====================================================
Main OID:
pdnBridgeExtMIB.1.3.6.1.4.1.1795.2.24.2.58
44
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
44 total| Object Name |
|---|
pdnBridgeExtMIBThis MIB module provides objects that extend the BRIDGE-MIB. ==================================================== == == == Copyright (C) 2005 Zhone Technologies, Inc == == == ==================================================== MODULE-IDENTITY .1.3.6.1.4.1.1795.2.24.2.58 |
pdnBridgeExtNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.0 |
pdnBridgeExtObjects OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.1 |
pdnDot1dBasePortExtTableExtends the dot1dBasePortTable in the BRIDGE-MIB. SEQUENCE OF PdnDot1dBasePortExtEntry .1.3.6.1.4.1.1795.2.24.2.58.1.1 |
pdnDot1dBasePortExtEntryAn entry in the dot1dBasePortTable Table. PdnDot1dBasePortExtEntry .1.3.6.1.4.1.1795.2.24.2.58.1.1.1 |
pdnDot1dBasePortMaxFdbEntriesThis 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.rw Integer32 .1.3.6.1.4.1.1795.2.24.2.58.1.1.1.1 |
pdnDot1dBasePortRoleThis 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.rw Enumeration .1.3.6.1.4.1.1795.2.24.2.58.1.1.1.2 |
pdnDot1dBasePortUnknownMulticastForwardingModeConfigures 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.rw Enumeration .1.3.6.1.4.1.1795.2.24.2.58.1.1.1.3 |
pdnDot1dBasePortOuterTagWhen 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.rw Integer32 .1.3.6.1.4.1.1795.2.24.2.58.1.1.1.4 |
pdnDot1dBasePortOuterPriorityWhen 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.rw Integer32 .1.3.6.1.4.1.1795.2.24.2.58.1.1.1.5 |
pdnDot1dBasePortOuterEthertypeWhen 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.rw Integer32 .1.3.6.1.4.1.1795.2.24.2.58.1.1.1.6 |
pdnDot1dTrafficProfile OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.1.2 |
pdnDot1dTrafficProfileNextIndexThis 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.rw TestAndIncr (SNMPv2-TC) .1.3.6.1.4.1.1795.2.24.2.58.1.2.1 |
pdnDot1dTrafficProfileTableThe Paradyne Layer 2 Traffic Profile Table. Provides attributes for traffic profiles for MAC bridges based on the IEEE 802.1D standard. SEQUENCE OF PdnDot1dTrafficProfileEntry .1.3.6.1.4.1.1795.2.24.2.58.1.2.2 |
pdnDot1dTrafficProfileEntryEach entry represents a particular traffic profile. Another table in this module will map to entries in this table. PdnDot1dTrafficProfileEntry .1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1 |
pdnDot1dTrafficProfileIndexA unique identifier for a table entry. This object is expected to be derived from the use of pdnDot1dTrafficProfileNextIndex object above. PdnTestAndIncrDerivedIndexTC .1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.1 |
pdnDot1dTrafficProfileRowStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.2 |
pdnDot1dTrafficProfileNameAn alphanumeric string to name the profile for the table entry.rw SnmpAdminString .1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.3 |
pdnDot1dTrafficProfileNbrRefsThe number of entries in the Traffic Profile Mapping Table that reference this traffic profile entry.ro Unsigned32 .1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.4 |
pdnDot1dTrafficProfileTrafficClassThe classification of traffic the entry is to be associated with.rw Enumeration .1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.5 |
pdnDot1dTrafficProfileMaxRateThe 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'.rw Unsigned32 .1.3.6.1.4.1.1795.2.24.2.58.1.2.2.1.6 |
pdnDot1dTrafficProfileInvMappingTableThis table identifies the mapping from a profile name (pdnDot1dTrafficProfileName) to a profile index (pdnDot1dTrafficProfileIndex). SEQUENCE OF PdnDot1dTrafficProfileInvMappingEntry .1.3.6.1.4.1.1795.2.24.2.58.1.2.3 |
pdnDot1dTrafficProfileInvMappingEntryEach entry represents the profile index that is mapped from the profile name. PdnDot1dTrafficProfileInvMappingEntry .1.3.6.1.4.1.1795.2.24.2.58.1.2.3.1 |
pdnDot1dTrafficProfileInvIndexThe profile index that corresponds to the table entry.ro PdnTestAndIncrDerivedIndexTC .1.3.6.1.4.1.1795.2.24.2.58.1.2.3.1.1 |
pdnDot1dTrafficProfileMappingTableMaps a MAC bridge port and traffic class to an entry in the Traffic Profile Table (pdnDot1dTrafficProfileTable). SEQUENCE OF PdnDot1dTrafficProfileMappingEntry .1.3.6.1.4.1.1795.2.24.2.58.1.2.4 |
pdnDot1dTrafficProfileMappingEntryAn 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. PdnDot1dTrafficProfileMappingEntry .1.3.6.1.4.1.1795.2.24.2.58.1.2.4.1 |
pdnDot1dTrafficProfileMappingSubPortThe 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'. Integer32 .1.3.6.1.4.1.1795.2.24.2.58.1.2.4.1.1 |
pdnDot1dTrafficProfileMappingRowStatusThis object allows create, change, and delete operations on the table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.1795.2.24.2.58.1.2.4.1.2 |
pdnDot1dTrafficProfileMappingIndexThe traffic profile in the pdnDot1dTrafficProfileTable, identified by the pdnDot1dTrafficProfileIndex that this entry maps to.rw PdnTestAndIncrDerivedIndexTC .1.3.6.1.4.1.1795.2.24.2.58.1.2.4.1.3 |
pdnBridgeExtAFNs OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.2 |
pdnBridgeExtConformance OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.3 |
pdnBridgeExtCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.3.1 |
pdnBridgeExtComplianceThe compliance statement for network elements implementing extensions to the BRIDGE-MIB. Unknown .1.3.6.1.4.1.1795.2.24.2.58.3.1.1 |
pdnBridgeExtGroups OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.3.2 |
pdnBridgeExtObjGroups OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.3.2.1 |
pdnDot1dBasePortMaxFdbEntriesGroupConfigures the maximum number of entries allowed in a bridge port's forwarding database. Unknown .1.3.6.1.4.1.1795.2.24.2.58.3.2.1.1 |
pdnDot1dBasePortRoleGroupObjects related to the role attribute on a bridge port. Unknown .1.3.6.1.4.1.1795.2.24.2.58.3.2.1.2 |
pdnDot1dBasePortUnknownMulticastForwardingModeGroupProvides the ability to configure the forwarding mode for unknown multicast frames. Unknown .1.3.6.1.4.1.1795.2.24.2.58.3.2.1.3 |
pdnBridgeExtTPGroups OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.3.2.1.4 |
pdnDot1dTrafficProfileBasicGroupObjects supporting the `basic' framework for configuring traffic profiles. Objects supporting specific attributes of a profile exist in other groups. Unknown .1.3.6.1.4.1.1795.2.24.2.58.3.2.1.4.1 |
pdnDot1dTrafficProfileMaxRateGroupObject to support the configuration of the maximum rate traffic profile attribute. Unknown .1.3.6.1.4.1.1795.2.24.2.58.3.2.1.4.2 |
pdnDot1dQinQVlanGroupObjects related to QinQ VLAN (802.1ad Unknown .1.3.6.1.4.1.1795.2.24.2.58.3.2.1.5 |
pdnBridgeExtAfnGroups OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.3.2.2 |
pdnBridgeExtNtfyGroups OBJECT IDENTIFIER .1.3.6.1.4.1.1795.2.24.2.58.3.2.3 |