Juniper-ETHERNET-MIB
- Registered at
- 1.3.6.1.4.1.4874.2.2.34
- Last updated
- 2006-01-11 21:16
- Organization
- Juniper Networks, Inc.
- Revisions
- 2006-01-11 21:16, 2005-09-14 20:08, 2004-12-14 15:14, 2004-05-26 19:40, 2003-07-28 21:33, 2003-02-20 21:51, 2002-10-02 15:34, 2002-10-01 17:44, 2002-04-05 19:47, 2001-01-02 16:55, 2000-04-18 00:00, 2000-02-03 00:00
- Namespace
- juniper
- Source file
Juniper-ETHERNET-MIB- Digest
sha256:fe38a84e2a28f4d77f0e41784dc7a3078ad04f59e009e6b386e6dfb8ec43dcce
Description
The Ethernet MIB for the Juniper Networks enterprise. This MIB contains managed objects for the Ethernet interfaces that extend the IF-MIB.ifTable. It also contains managed objects for creation of Ethernet subInterfaces.
Contact
Juniper Networks, Inc. Postal: 10 Technology Park Drive Westford, MA 01886-3146 USA Tel: +1 978 589 5800 Email: mib@Juniper.net
Imports
| From | Symbols |
|---|---|
| IF-MIB | InterfaceIndex, InterfaceIndexOrZero |
| Juniper-MIBs | juniMibs |
| Juniper-TC | JuniNextIfIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
IANAifType-MIB IF-MIB Juniper-ETHERNET-MIB Juniper-MIBs Juniper-TC Juniper-UNI-SMI SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| JuniEthernetIfMauType TEXTUAL-CONVENTION The type of Medium Attachment Unit (physical cable connection) on an Ethernet physical interface. A MAU may be a fixed type, or it may be a removable type (SFP or XFP). SFP's and XFP's provide a readable Module Definition interface containing fields for identifying module type and supported cable length, although not all SFP's and XFP's include this information. mauNotPresent Hardware not present mauNotSupported Secondary MAU not supported mau10BaseT 10 Mbps twisted pair copper mau100BaseTx 100 Mbps twisted pair copper mau1000BaseT 1 Gbps twisted pair copper mau1000BaseCx 1 Gbps shielded copper mau1000BaseSx 1 Gbps short-wavelength multimode fiber mau1000BaseLx 1 Gbps long-wavelength multi/single-mode fiber mau1000BaseZx 1 Gbps long-wavelength single-mode fiber, extended distance (non-standard) mauSfpUnknown SFP present but not identified mauSfpNotPresent SFP cage is empty mau100BaseFxSm 100 Mbps optical Single mode mau100BaseFxMm 100 Mbps optical Multi mode mauSfpNotJnprCompliant SFP present but not Juniper compliant mau10000BaseSr 10 Gbps short-wavelength multimode fiber mau10000BaseLr 10 Gbps long-wavelength multi/single-mode fiber mau10000BaseEr 10 Gbps long-wavelength single-mode fiber mauXfpUnknown XFP present but not identified mauXfpNotPresent XFP cage is empty mauXfpNotJnprCompliant XFP present but not Juniper compliant | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| juniEthernetObjects OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.34.1 | |||
| juniEthernetIfLayer OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.34.1.1 | |||
| juniEthernetIfTable OBJECT-TYPE The parameters for the Ethernet interface. | 1.3.6.1.4.1.4874.2.2.34.1.1.1 | not-accessible | current | |
| juniEthernetIfEntry OBJECT-TYPE The Parameters for a particular Ethernet interface. Entries in this table correspond with entries in the ifTable/ifXTable/juniIfTable. | 1.3.6.1.4.1.4874.2.2.34.1.1.1.1 | not-accessible | current | |
| juniEthernetIfIndex OBJECT-TYPE The ifIndex value of the corresponding ethernet interface. | 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.1 | InterfaceIndex | not-accessible | current |
| juniEthernetIfDuplexMode OBJECT-TYPE The configured duplex setting for this ethernet interface. The operational value is reported in this table entry's corresponding juniEthernetIfOperDuplexMode object. NOTE, configuration dependency: Setting this object to values other than 'autoDuplex' takes effect only when the corresponding juniEthernetIfSpeed object is simultaneously set to other than 'autoNegotiate'. Otherwise (i.e. this object is set to 'autoDuplex', AND/OR corresponding juniEthernetIfSpeed object is set to 'autoNegotiate'), duplex mode is negotiated. | 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.2 | INTEGER {autoDuplex(1), halfDuplex(2), fullDuplex(3)} | read-write | current |
| juniEthernetIfSpeed OBJECT-TYPE The configured speed setting for this ethernet interface. The operational value is reported in the corresponding Interfaces MIB ifSpeed object. NOTE, configuration dependency: Setting this object to values other than 'autoNegotiate' takes effect only when the corresponding juniEthernetIfDuplexMode object is simultaneously set to other than 'autoDuplex'. Otherwise (i.e. this object is set to 'autoNegotiate', AND/OR the corresponding juniEthernetIfDuplexMode object is set to 'autoDuplex'), speed is negotiated. | 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.3 | INTEGER {autoNegotiate(1), speed10Mbps(2), speed100Mbps(3), speed1000Mbps(4), speed10000Mbps(5)} | read-write | current |
| juniEthernetIfMtu OBJECT-TYPE The configured maximum transfer unit (MTU) for this ethernet interface. The operational value is reported in the corresponding Interfaces MIB ifMtu object. | 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.4 | Integer32 (64..9188) | read-write | current |
| juniEthernetIfOperDuplexMode OBJECT-TYPE The current operational duplex mode for this ethernet interface. | 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.5 | INTEGER {autoDuplex(1), halfDuplex(2), fullDuplex(3)} | read-only | current |
| juniEthernetIfPrimaryMauType OBJECT-TYPE The primary MAU type. | 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.6 | JuniEthernetIfMauType | read-only | current |
| juniEthernetIfSecondaryMauType OBJECT-TYPE The secondary MAU type for those ports that support a secondary. | 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.7 | JuniEthernetIfMauType | read-only | current |
| juniEthernetIfPrimaryLength OBJECT-TYPE The rated cable length in meters for the primary MAU. If the value is 0, the length is unspecified. | 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.8 | Integer32 (-1..2147483647) | read-only | current |
| juniEthernetIfSecondaryLength OBJECT-TYPE The rated cable length in meters for the secondary MAU for those ports that support a secondary. If the value is 0, the length is unspecified. | 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.9 | Integer32 (-1..2147483647) | read-only | current |
| juniEthernetSubIfLayer OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.34.1.2 | |||
| juniEthernetSubIfNextIfIndex OBJECT-TYPE Coordinate ifIndex value allocation for entries in juniEthernetSubIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously. | 1.3.6.1.4.1.4874.2.2.34.1.2.1 | JuniNextIfIndex | read-only | current |
| juniEthernetSubIfTable OBJECT-TYPE This table contains entries for Ethernet Subinterfaces present in the system. | 1.3.6.1.4.1.4874.2.2.34.1.2.2 | not-accessible | current | |
| juniEthernetSubIfEntry OBJECT-TYPE Each entry describes the characteristics of an Ethernet Subinterface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/juniIfTable. | 1.3.6.1.4.1.4874.2.2.34.1.2.2.1 | not-accessible | current | |
| juniEthernetSubIfIndex OBJECT-TYPE The ifIndex of the Ethernet Subinterface. When creating entries in this table, suitable values for this object are determined by reading juniEthernetSubNextIfIndex. | 1.3.6.1.4.1.4874.2.2.34.1.2.2.1.1 | InterfaceIndex | not-accessible | current |
| juniEthernetSubIfRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniEthernetSubIfRowStatus juniEthernetSubIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniEthernetSubIfIndex must have been determined previously, by reading juniEthernetSubIfNextIfIndex. The interface identified by juniEthernetSubIfLowerIfIndex must exist, and must be a Ethernet interface. A positive value configured for juniEthernetSubIfId must not already be assigned to another subinterface layered onto the same underlying Ethernet interface. A corresponding entry in ifTable/ifXTable/juniIfTable is created/destroyed as a result of creating/destroying an entry in this table. | 1.3.6.1.4.1.4874.2.2.34.1.2.2.1.2 | RowStatus | read-create | current |
| juniEthernetSubIfLowerIfIndex OBJECT-TYPE The ifIndex of a Ethernet interface over which this Ethernet Subinterface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation. | 1.3.6.1.4.1.4874.2.2.34.1.2.2.1.3 | InterfaceIndexOrZero | read-create | current |
| juniEthernetSubIfId OBJECT-TYPE An integer identifier for the Ethernet subinterface, used in conjunction with the command-line interface. It is provided here for cross-reference purposes only. The value must be unique among subinterfaces configured on the same underlying Ethernet interface. If this object is not configured, or is configured with a value of -1, a nonzero value will be allocated internally and can be retrieved from this object after table entry creation has succeeded. A value of zero for this object is reserved for future use. | 1.3.6.1.4.1.4874.2.2.34.1.2.2.1.4 | Integer32 (-1..2147483647) | read-create | current |
| juniVlanMajorIfLayer OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.34.1.3 | |||
| juniVlanMajorNextIfIndex OBJECT-TYPE Coordinate ifIndex value allocation for entries in juniVlanMajorIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously. | 1.3.6.1.4.1.4874.2.2.34.1.3.1 | JuniNextIfIndex | read-only | current |
| juniVlanMajorIfTable OBJECT-TYPE This table contains entries for major VLAN interfaces present in the system. | 1.3.6.1.4.1.4874.2.2.34.1.3.2 | not-accessible | current | |
| juniVlanMajorIfEntry OBJECT-TYPE Each entry describes the characteristics of a major VLAN interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/juniIfTable. | 1.3.6.1.4.1.4874.2.2.34.1.3.2.1 | not-accessible | current | |
| juniVlanMajorIfIndex OBJECT-TYPE The ifIndex of the major VLAN interface. When creating entries in this table, suitable values for this object are determined by reading juniVlanMajorNextIfIndex. | 1.3.6.1.4.1.4874.2.2.34.1.3.2.1.1 | InterfaceIndex | not-accessible | current |
| juniVlanMajorIfLowerIfIndex OBJECT-TYPE The ifIndex of the interface over which this major VLAN interface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation. | 1.3.6.1.4.1.4874.2.2.34.1.3.2.1.2 | InterfaceIndexOrZero | read-create | current |
| juniVlanMajorIfRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create or delete an entry in this table, the following entry objects MUST be explicitly configured: juniVlanMajorIfRowStatus juniVlanMajorIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniVlanMajorIfIndex must have been determined previously by reading juniVlanMajorIfNextIfIndex. The interface identified by juniVlanMajorIfLowerIfIndex must exist. A corresponding entry in ifTable/ifXTable/juniIfTable is created/destroyed as a result of creating/destroying an entry in this table. | 1.3.6.1.4.1.4874.2.2.34.1.3.2.1.3 | RowStatus | read-create | current |
| juniVlanSubIfLayer OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.34.1.4 | |||
| juniVlanSubNextIfIndex OBJECT-TYPE Coordinate ifIndex value allocation for entries in juniVlanSubIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously. | 1.3.6.1.4.1.4874.2.2.34.1.4.1 | JuniNextIfIndex | read-only | current |
| juniVlanSubIfTable OBJECT-TYPE This table contains entries for VLAN Subinterfaces present in the system. | 1.3.6.1.4.1.4874.2.2.34.1.4.2 | not-accessible | current | |
| juniVlanSubIfEntry OBJECT-TYPE Each entry describes the characteristics of a VLAN Subinterface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/juniIfTable. | 1.3.6.1.4.1.4874.2.2.34.1.4.2.1 | not-accessible | current | |
| juniVlanSubIfIndex OBJECT-TYPE The ifIndex of the VLAN Subinterface. When creating entries in this table, suitable values for this object are determined by reading juniVlanSubNextIfIndex. | 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.1 | InterfaceIndex | not-accessible | current |
| juniVlanSubIfVlanId OBJECT-TYPE An integer identifier or tag ID for this VLAN A value of zero indicates the default VLAN. When VLANs are enabled, the value must be unique among subinterfaces configured on the same underlying major VLAN interface. If the VLAN ID is non-zero, then the juniVlanSubIfVlanUntagged field must be disabled. The VLAN ID default value of 5000 indicates that the VLAN Subinterface has been created but the VLAN ID has yet to be assigned. The VLAN ID value of 5001 indicates that this VLAN Subinterface is of type S-VLAN any. The juniVlanSubIfVlanStackId object should be set to a non-default value (i.e. this VLAN Subinterface should be a S-VLAN). | 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.2 | Integer32 (0..4095 | 5000 | 5001) | read-create | current |
| juniVlanSubIfVlanUntagged OBJECT-TYPE When VLANs are enabled, this allows tagged frames to be received, while transmitted frames remain untagged. This can only be enabled when the juniVlanSubIfVlanId field is zero. | 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.3 | TruthValue | read-create | current |
| juniVlanSubIfLowerIfIndex OBJECT-TYPE The ifIndex of VLAN major interface over which this VLAN Subinterface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation. | 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.4 | InterfaceIndexOrZero | read-create | current |
| juniVlanSubIfRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniVlanSubIfRowStatus juniVlanSubIfLowerIfIndex juniVlanSubIfVlanId juniVlanSubIfVlanUntagged To delete an entry in this table, the following entry objects MUST be explicitly configured: juniVlanSubIfRowStatus juniVlanSubIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniVlanSubIfIndex must have been determined previously by reading juniVlanSubIfNextIfIndex. The interface identified by juniVlanSubIfLowerIfIndex must exist, and must be a Ethernet interface. A corresponding entry in ifTable/ifXTable/juniIfTable is created/destroyed as a result of creating/destroying an entry in this table. | 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.5 | RowStatus | read-create | current |
| juniVlanSubIfVlanStackId OBJECT-TYPE An integer identifier or tag ID for this S-VLAN. When S-VLANs are enabled, the VLAN and S-VLAN ID valuse must be unique among subinterfaces configured on the same underlying major VLAN interface. If the S-VLANs are enabled, then the juniVlanSubIfVlanUntagged field must be disabled. The S-VLAN ID default value of 5000 indicates that this VLAN Subinterface is not configured as a S-VLAN. | 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.6 | Integer32 (0..4095 | 5000) | read-create | current |
| juniVlanSubIfVlanStackEthertype OBJECT-TYPE The ethertype is used to recognize and demultiplex traffic for this S-VLAN. Must be either 0x8100, 0x88a8, or 0x9100. | 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.7 | INTEGER {etherType8100h(33024), etherType88a8h(34984), etherType9100h(37120)} | read-create | current |
| juniVlanSubIfVlanAdvisoryRxSpeed OBJECT-TYPE Advisory receive speed, in kilobits per second (kbps), of this subinterface. This object has no impact on forwarding performance but may be used as a hint for underlying circuit receive speed. | 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.8 | Integer32 (0..2147483647) | read-create | current |
| juniVlanSubIfVlanAdvisoryTxSpeed OBJECT-TYPE Advisory transmit speed, in kilobits per second (kbps), of this subinterface. This object has no impact on forwarding performance but may be used as a hint for underlying circuit transmit speed. | 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.9 | Integer32 (0..2147483647) | read-create | current |
| juniEthernetIfStats OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.34.1.5 | |||
| juniEthernetIfStatsTable OBJECT-TYPE The parameters for the Ethernet interface statistics. | 1.3.6.1.4.1.4874.2.2.34.1.5.1 | not-accessible | current | |
| juniEthernetIfStatsEntry OBJECT-TYPE The Parameters for a particular Ethernet interface statistics. | 1.3.6.1.4.1.4874.2.2.34.1.5.1.1 | not-accessible | current | |
| juniEthernetIfStatsIndex OBJECT-TYPE The ifIndex value of the corresponding ethernet interface. | 1.3.6.1.4.1.4874.2.2.34.1.5.1.1.1 | InterfaceIndex | not-accessible | current |
| juniEthernetIfIngressLineUtilization OBJECT-TYPE The ingress line utilization statistic for this ethernet interface. | 1.3.6.1.4.1.4874.2.2.34.1.5.1.1.2 | Unsigned32 (0..100) | read-only | current |
| juniEthernetIfEgressLineUtilization OBJECT-TYPE The egress line utilization statistic for this ethernet interface. | 1.3.6.1.4.1.4874.2.2.34.1.5.1.1.3 | Unsigned32 (0..100) | read-only | current |
| juniLagIfLayer OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.34.1.6 | |||
| juniLagNextIfIndex OBJECT-TYPE Coordinate ifIndex value allocation for entries in juniLagIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously. | 1.3.6.1.4.1.4874.2.2.34.1.6.1 | JuniNextIfIndex | read-only | current |
| juniEthernetConformance OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.34.4 | |||
| juniEthernetCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.34.4.1 | |||
| juniEthernetGroups OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.34.4.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| juniEthernetCompliance MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper Ethernet MIB. This statement became obsolete when support for VLANs was added. | 1.3.6.1.4.1.4874.2.2.34.4.1.1 | obsolete |
| juniEthernetCompliance2 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper Ethernet MIB. This statement became obsolete when VLAN stack support was added. | 1.3.6.1.4.1.4874.2.2.34.4.1.2 | obsolete |
| juniEthernetCompliance3 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper Ethernet MIB. This statement became obsolete when MAU type and length support was added. | 1.3.6.1.4.1.4874.2.2.34.4.1.3 | obsolete |
| juniEthernetCompliance4 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper Ethernet MIB. This statement became obsolete when Ethernet interface statistics support was added. | 1.3.6.1.4.1.4874.2.2.34.4.1.4 | obsolete |
| juniEthernetCompliance5 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper Ethernet MIB. | 1.3.6.1.4.1.4874.2.2.34.4.1.5 | obsolete |
| juniEthernetCompliance6 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper Ethernet MIB. | 1.3.6.1.4.1.4874.2.2.34.4.1.6 | current |
| juniEthernetGroup OBJECT-GROUP Obsolete collection of objects providing management of Ethernet interfaces in a Juniper product. This group became obsolete when MAU type and length support was added. | 1.3.6.1.4.1.4874.2.2.34.4.2.1 | obsolete |
| juniEthernetSubIfGroup OBJECT-GROUP A collection of objects providing management of Ethernet SubInterfaces in a Juniper product. | 1.3.6.1.4.1.4874.2.2.34.4.2.2 | current |
| juniVlanGroup OBJECT-GROUP A collection of objects providing management of Major VLAN interfaces in a Juniper product. | 1.3.6.1.4.1.4874.2.2.34.4.2.3 | current |
| juniVlanSubIfGroup OBJECT-GROUP Obsolete collection of objects providing management of VLAN SubInterfaces in a Juniper product. This group became obsolete when VLAN stack support was added. | 1.3.6.1.4.1.4874.2.2.34.4.2.4 | obsolete |
| juniVlanSubIfGroup2 OBJECT-GROUP A collection of objects providing management of VLAN SubInterfaces in a Juniper product. | 1.3.6.1.4.1.4874.2.2.34.4.2.5 | current |
| juniEthernetGroup2 OBJECT-GROUP A collection of objects providing management of Ethernet interfaces in a Juniper product. | 1.3.6.1.4.1.4874.2.2.34.4.2.6 | current |
| juniEthernetIfStatsGroup OBJECT-GROUP A collection of objects providing Ethernet interface statistics in a Juniper product. | 1.3.6.1.4.1.4874.2.2.34.4.2.7 | current |
| juniLagIfGroup OBJECT-GROUP A collection of objects providing management of LAG interfaces in a Juniper product. | 1.3.6.1.4.1.4874.2.2.34.4.2.8 | current |