IEEE8021-PB-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: IEEE8021-PB-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
 ieee8021PbMib 1.3.111.2.802.1.1.5
Provider Bridge MIB module. Unless otherwise indicated, the references in this MIB module are to IEEE Std 802.1Q-2014. Copyright (C) IEEE (2014). This version of this MIB module is part of IEEE802.1Q; see the draft itself for full legal notices.
     ieee8021PbNotifications 1.3.111.2.802.1.1.5.0
     ieee8021PbObjects 1.3.111.2.802.1.1.5.1
         ieee8021PbVidTranslationTable 1.3.111.2.802.1.1.5.1.1 no-access
This table is used to configure the VID Translation Table defined in 12.10.1.8. The VID Translation Table is used to implement a bidirectional mapping between a local S-VID, used in data and protocol frames transmitted and received through a CNP or PNP, and a relay S-VID, used by the filtering and forwarding process. Each row in this table is indexed by component, port, and local S-VID value and indicates the relay S-VID value to be used for the specified S-VID. If no entry for a component, port, and local-svid is present in this table is present then the relay S-VID used for a frame received on that port with the local S-VID value will be the S-VID that has the same numeric value as the local S-VID of the received frame. Entries in this table must be persistent over power up restart/reboot.
             ieee8021PbVidTranslationEntry 1.3.111.2.802.1.1.5.1.1.1 no-access
An entry for the S-VID translation table which includes both the Local and Relay S-VIDs between which the PNP or CNP translates. Note that the component ID of entries in this table must refer to the S-VLAN Component of a Provider Bridge.
                 ieee8021PbVidTranslationLocalVid 1.3.111.2.802.1.1.5.1.1.1.1 vlanid no-access
The S-VID on received(transmitted) at the ISS of a CNP or PNP.
                 ieee8021PbVidTranslationRelayVid 1.3.111.2.802.1.1.5.1.1.1.2 vlanid read-only
The translated S-VID delivered(received) over the EISS from a CNP or PNP. The default value of this object on creation will be the value of the corresponding instance of ieee8021PbVidTranslationLocalVid.
                 ieee8021PbVidTranslationRowStatus 1.3.111.2.802.1.1.5.1.1.1.3 rowstatus read-only
This indicates the status of an entry in this table, and is used to create/delete entries. It is an implementation specific decision as to whether any column in this table may be set while the corresponding instance of this object is valid(1).
         ieee8021PbCVidRegistrationTable 1.3.111.2.802.1.1.5.1.2 no-access
A table used in a CEP to create the mapping between a C-VID and a service represented by an S-VID. Note that the component ID of entries in this table must refer to the S-VLAN component of a Provider Edge Bridge and the Port Number must refer to the port number of the Customer Edge Port associated with that Provider Edge Bridge. Entries in this table must be persistent over power up restart/reboot.
             ieee8021PbCVidRegistrationEntry 1.3.111.2.802.1.1.5.1.2.1 no-access
An element of the C-VID registration table accessed by PB C-VLAN component, Customer Edge Port Bridge Port number, and C-VID. Each element contains the mapping between a C-VID and the S-VID which carries the service and booleans for handling untagged frames at the PEP and CEP.
                 ieee8021PbCVidRegistrationCVid 1.3.111.2.802.1.1.5.1.2.1.1 vlanid no-access
C-VID of this C-VID registration entry.
                 ieee8021PbCVidRegistrationSVid 1.3.111.2.802.1.1.5.1.2.1.2 vlanid read-only
S-VID for this C-VID registration entry.
                 ieee8021PbCVidRegistrationUntaggedPep 1.3.111.2.802.1.1.5.1.2.1.3 truthvalue read-only
A flag indicating if this C-VID should be carried untagged at the PEP. A value of true(1) means untagged.
                 ieee8021PbCVidRegistrationUntaggedCep 1.3.111.2.802.1.1.5.1.2.1.4 truthvalue read-only
A flag indicating if this C-VID should be carried untagged at the CEP. A value of true(1) means untagged.
                 ieee8021PbCVidRegistrationRowStatus 1.3.111.2.802.1.1.5.1.2.1.5 rowstatus read-only
This indicates the status of an entry in this table, and is used to create/delete entries. The value of ieee8021PbCVidRegistrationSVid must be set before an entry in this table can be made valid. It is an implementation specific decision as to whether any column in this table may be set while the corresponding instance of this object is valid(1).
         ieee8021PbEdgePortTable 1.3.111.2.802.1.1.5.1.3 no-access
A Provider Edge Port (PEP) table which indicate the subset of parameters needed for each PEP.
             ieee8021PbEdgePortEntry 1.3.111.2.802.1.1.5.1.3.1 no-access
An entry in the PEP table indexed by ComponentID and S-VID and containing parameters used to configure ingress filtering on the PEP, thus affecting traffic transiting from the provider network to the customer edge port. The columns allow the default C-VID value and default priority to be specified and PEP's ingress filtering operation to be controlled. Note that the component ID of entries in this table must refer to an S-VLAN component of a provider edge Bridge and the Bridge Port number must refer to the port number of a Customer Edge Port associated with that Provider Edge Bridge.
                 ieee8021PbEdgePortSVid 1.3.111.2.802.1.1.5.1.3.1.1 vlanid no-access
The 12 bit S-VID associated with the PEP.
                 ieee8021PbEdgePortPVID 1.3.111.2.802.1.1.5.1.3.1.2 vlanid read-write
A 12-bit C-VID to be used for untagged frames received at the Provider Edge Port.
                 ieee8021PbEdgePortDefaultUserPriority 1.3.111.2.802.1.1.5.1.3.1.3 ieee8021priorityvalue read-write
An integer range 0-7 to be used for untagged frames received at the Provider Edge Port.
                 ieee8021PbEdgePortAcceptableFrameTypes 1.3.111.2.802.1.1.5.1.3.1.4 ieee8021portacceptableframetypes read-write
the Acceptable Frame Types for frames received at the PEP. The permissible values for the parameter are: 1) Admit all frames; 2) Admit only untagged and Priority-tagged frames; 3) Admit only VLAN-tagged frames.
                 ieee8021PbEdgePortEnableIngressFiltering 1.3.111.2.802.1.1.5.1.3.1.5 truthvalue read-write
Filtering parameter for frames received at the PEP. The permissible values for the parameter are: true(1) Enabled; false(2) Disabled.
         ieee8021PbServicePriorityRegenerationTable 1.3.111.2.802.1.1.5.1.4 no-access
The priority regeneration table for this PEP.
             ieee8021PbServicePriorityRegenerationEntry 1.3.111.2.802.1.1.5.1.4.1 no-access
An element of the PEP priority regeneration table indexed by Component ID, Bridge Port number, S-VID, and received priority. Each element contains the regenerated priority. Note that the component ID of entries in this table must refer to the S-VLAN component of a Provider Edge Bridge and the Port Number must refer to the port number of the Customer Edge Port associated with that S-VLAN component.
                 ieee8021PbServicePriorityRegenerationSVid 1.3.111.2.802.1.1.5.1.4.1.1 vlanid no-access
S-VID for this regeneration table entry.
                 ieee8021PbServicePriorityRegenerationReceivedPriority 1.3.111.2.802.1.1.5.1.4.1.2 ieee8021priorityvalue no-access
Received priority for this regeneration table entry.
                 ieee8021PbServicePriorityRegenerationRegeneratedPriority 1.3.111.2.802.1.1.5.1.4.1.3 ieee8021priorityvalue read-write
The regenerated priority contained in this regeneration table entry.
         ieee8021PbCnpTable 1.3.111.2.802.1.1.5.1.5 no-access
This table is used for dynamic creation and deletion of Customer Network Ports on S-VLAN components or I-components. Creation of an entry in this table will implicitly also create a corresponding entry in the ieee8021BridgeBasePortTable. Entries in this table must be persistent across reinitializations of the management system.
             ieee8021PbCnpEntry 1.3.111.2.802.1.1.5.1.5.1 no-access
Represents a dynamically created Customer Network Port.
                 ieee8021PbCnpCComponentId 1.3.111.2.802.1.1.5.1.5.1.1 ieee8021pbbcomponentidentifierorzero read-only
The component ID of the C-Vlan component if this is an internal customer network port. The value must be 0 for an external customer network port. This value must be consistent with the value of the corresponding instance of ieee8021PbCnpSVid. Both must be non-zero, or both must be zero.
                 ieee8021PbCnpSVid 1.3.111.2.802.1.1.5.1.5.1.2 vlanidornone read-only
The S-VID for service for an internal customer network port. For an external port, this value must be 0. This value must be consistent with the value of the corresponding instance of ieee8021PbCnpCComponentId. Both must be non-zero, or both must be zero.
                 ieee8021PbCnpRowStatus 1.3.111.2.802.1.1.5.1.5.1.3 rowstatus read-only
This object is used for creation/deletion of entries in this table. All columns in this table must have valid values before this object can be set to active(1). While the value of this object is active(1), the values of other columns in the same entry may not be modified.
         ieee8021PbPnpTable 1.3.111.2.802.1.1.5.1.6 no-access
This table is used for dynamic creation and deletion of Provider Network Ports on S-VLAN components or B-components. Creation of an entry in this table will implicitly also create a corresponding entry in the ieee8021BridgeBasePortTable. Entries in this table must be persistent across reinitializations of the management system.
             ieee8021PbPnpEntry 1.3.111.2.802.1.1.5.1.6.1 no-access
Represents a dynamically created Provider Network Port.
                 ieee8021PbPnpRowStatus 1.3.111.2.802.1.1.5.1.6.1.1 rowstatus read-only
This object is used for creation/deletion of entries in this table.
         ieee8021PbCepTable 1.3.111.2.802.1.1.5.1.7 no-access
This table is used to create Customer Edge Ports, CEPs, on a provider edge Bridge. It is indexed by the ComponentId of the PEB's S-VLAN component and by the port number for the CEP. Note that the CEP's port number belongs to the set of port numbers associated with the PEB's S-VLAN component. Entries in this table must be persistent across reinitializations of the management system. However, note that some column values, as noted below, may change across system reinitializations.
             ieee8021PbCepEntry 1.3.111.2.802.1.1.5.1.7.1 no-access
The entry of the ieee8021PbCepTable. Note that the component index must refer to the S-VLAN component of a PEB, and that the port number for the CEP is allocated from the port number space of that S-VLAN component.
                 ieee8021PbCepCComponentId 1.3.111.2.802.1.1.5.1.7.1.1 ieee8021pbbcomponentidentifierorzero read-only
This column is an implementation specific column that may be used to map the C component associated with this CEP to other tables within the system, such as the Entity MIB. This column may not be created or modified by management station action. A value of 0 is always legal, and non-zero values will be interpreted in an implementation specific manner. The value of this column may or may not persist across system restarts.
                 ieee8021PbCepCepPortNumber 1.3.111.2.802.1.1.5.1.7.1.2 ieee8021bridgeportnumberorzero read-only
This column is an implementation specific column that may be used to map the CEP to other tables within the system, for example the Entity MIB. This column may not be created or modified by management station action. A value of 0 is always legal, and non-zero values will be interpreted in an implementation specific manner. The value of this column may or may not persist across system restarts.
                 ieee8021PbCepRowStatus 1.3.111.2.802.1.1.5.1.7.1.3 rowstatus read-only
This indicates the status of the entry, and is used to create and delete entries in this table.
         ieee8021PbRcapTable 1.3.111.2.802.1.1.5.1.8 no-access
This table is used to create Remote Customer Access Ports, on a provider edge Bridge. It is indexed by the ComponentId of the PEB's S-VLAN component and by the port number for the RCAP. Note that the index port number belongs to the set of port numbers associated with the PEB's primary S-VLAN component. Entries in this table must be persistent across reinitializations of the management agent. However, note that some column values, as noted below, may change across system reinitializations.
             ieee8021PbRcapEntry 1.3.111.2.802.1.1.5.1.8.1 no-access
The entry of the ieee8021PbRcapTable. Note that the component index must refer to the primary S-VLAN component of a PEB, and that the port number index for the RCAP is allocated from the port number space of that S-VLAN component.
                 ieee8021PbRcapSComponentId 1.3.111.2.802.1.1.5.1.8.1.1 ieee8021pbbcomponentidentifierorzero read-only
This column is an implmentation specific column that may be used to map the Port-mapping S-VLAN component associated with this RCAP to other tables within the system, such as the Entity MIB. This column may not be created or modified by management station action. A value of 0 is always legal, and non-zero values will be interpreted in an implementation specific manner. The value of this column may or may not persist across system restarts.
                 ieee8021PbRcapRcapPortNumber 1.3.111.2.802.1.1.5.1.8.1.2 ieee8021bridgeportnumberorzero read-only
This column is an implementation specific column that may be used to map the RCAP to other tables within the system, for example the Entity MIB. This column may not be created or modified by management station action. A value of 0 is always legal, and non-zero values will be interpreted in an implementation specific manner. The value of this column may or may not persist across system restarts.
                 ieee8021PbRcapRowStatus 1.3.111.2.802.1.1.5.1.8.1.3 rowstatus read-only
This indicates the status of the entry, and is used to create and delete entries in this table.
         ieee8021PbInternalInterfaceTable 1.3.111.2.802.1.1.5.1.9 no-access
A table used in a Port-mapping S-VLAN component associated with a Remote Customer Access Port to manage the mapping between external S-VIDs and internal interfaces/S-VIDs. Note that the component ID of entries in this table must refer to the primary S-VLAN component of a Provider Edge Bridge and the Port Number must refer to the port number of a Remote Customer Access Port associated with that S-VLAN component. Entries in this table must be persistent over power up restart/reboot.
             ieee8021PbIiEntry 1.3.111.2.802.1.1.5.1.9.1 no-access
An element of the internal interface table accessed by PB S-VLAN component ID, Remnote Customer Access Port Bridge Port number, and external S-VID. Each element contains the mapping between an external S-VID and the internal port it selects and, except in the case of a C-tagged service interface the internal S-VID which carries the service .
                 ieee8021PbIiExternalSVid 1.3.111.2.802.1.1.5.1.9.1.1 vlanid no-access
External S-VID for this internal interface table entry.
                 ieee8021PbIiInternalPortNumber 1.3.111.2.802.1.1.5.1.9.1.2 ieee8021bridgeportnumberorzero read-only
The port number for the internal port on the primary S-VLAN component. This port number is used in FDB entries that reference an RCSI. The port number of the Remote Customer Access Port can be used to identify a PNP on the primary S-VLAN component connected to a PNP on the Port-mapping S-VLAN component.
                 ieee8021PbIiInternalPortType 1.3.111.2.802.1.1.5.1.9.1.3 ieee8021bridgeporttype read-only
The port type of the internal port on the primary S-VLAN component. This indicates the type of RCSI as follows: providerNetworkPort(3) - Indicates a PNP (not an RCSI) customerNetworkPort(4) - Indicates a Port-based RCSI customerEdgePort(5) - Indicates a C-tagged RCSI Other port type values are not valid for this field.
                 ieee8021PbIiInternalSVid 1.3.111.2.802.1.1.5.1.9.1.4 vlanidornone read-only
Internal S-VID for this external S-VID entry.
                 ieee8021PbIiRowStatus 1.3.111.2.802.1.1.5.1.9.1.5 rowstatus read-only
This indicates the status of an entry in this table, and is used to create/delete entries. The value of ieee8021PbIiExternalSVid must be set before an entry in this table can be made valid.deprecated It is an implementation specific decision as to whether any column in this table may be set while the corresponding instance of this object is valid(1).
     ieee8021PbConformance 1.3.111.2.802.1.1.5.2
         ieee8021PbGroups 1.3.111.2.802.1.1.5.2.1
             ieee8021PbVidTranslationGroup 1.3.111.2.802.1.1.5.2.1.1
The collection of objects used to represent a PB C-VID/S-VID translation.
             ieee8021PbCVidRegistrationGroup 1.3.111.2.802.1.1.5.2.1.2
The collection of objects used to represent a CEP translation.
             ieee8021PbEdgePortGroup 1.3.111.2.802.1.1.5.2.1.3
The collection of objects user to represent a PEP.
             ieee8021PbServicePriorityRegenerationGroup 1.3.111.2.802.1.1.5.2.1.4
A regenerated priority value for a PEP.
             ieee8021PbDynamicCnpGroup 1.3.111.2.802.1.1.5.2.1.5
A set of objects used for dynamic creation and deletion of customer network ports.
             ieee8021PbDynamicPnpGroup 1.3.111.2.802.1.1.5.2.1.6
A set of objects used for dynamic creation and deletion of provider network ports.
             ieee8021PbDynamicCepGroup 1.3.111.2.802.1.1.5.2.1.7
A set of objects used for dynamic creation and deletion of customer edge ports.
             ieee8021PbDynamicRcapGroup 1.3.111.2.802.1.1.5.2.1.8
A set of objects used for dynamic creation and deletion of remote customer access ports.
             ieee8021PbInternalInterfaceGroup 1.3.111.2.802.1.1.5.2.1.9
A set of objects used for dynamic creation and deletion of internal interfaces on a Port-mapping S-VLAN component.
             ieee8021PbDynamicRcapV2Group 1.3.111.2.802.1.1.5.2.1.10
A set of objects used for dynamic creation and deletion of remote customer access ports.
         ieee8021PbCompliances 1.3.111.2.802.1.1.5.2.2
             ieee8021PbCompliance 1.3.111.2.802.1.1.5.2.2.1
The compliance statement for device support of Provider Bridge services.
             ieee8021PbComplianceV2 1.3.111.2.802.1.1.5.2.2.2
The compliance statement for device support of Provider Bridge services.