JNX-PPPOE-MIB
- Registered at
- 1.3.6.1.4.1.2636.3.67.1
- Last updated
- 2016-02-16 00:00
- Organization
- Juniper Networks, Inc.
- Revisions
- 2016-02-16 00:00, 2013-06-13 00:00, 2010-07-22 09:42
- Namespace
- juniper
- Source file
JNX-PPPOE-MIB- Digest
sha256:bbff34c1bb83740cc4094fa204d5b1b831667ef628eb0f95aa1068ceafb14753
Description
The Point-to-Point Protocol over Ethernet (PPPoE) MIB for the Junos product family. This MIB contains managed objects for each of two interface layers: PPPoE interfaces, and PPPoE subinterfaces. For each of these layers, management objects are provided to query for an available interface index, and to create/delete interfaces of that type.
Contact
Juniper Networks, Inc. Postal: 10 Technology Park Drive Westford, MA 01886-3146 USA Tel: +1 978 589 5800 Email: support@Juniper.net
Imports
| From | Symbols |
|---|---|
| IF-MIB | InterfaceIndex, InterfaceIndexOrZero |
| JUNIPER-SMI | jnxPppoeMibRoot |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, MacAddress, 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 JNX-PPPOE-MIB JUNIPER-SMI SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| JnxPPPoEServiceNameAction TEXTUAL-CONVENTION The set of Service-name action types. drop no PADO packet will be sent. terminate a PADO packet will be sent. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| jnxPPPoEObjects OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.67.1.1 | |||
| jnxPPPoEIfLayer OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.67.1.1.1 | |||
| jnxPPPoENextIfIndex OBJECT-TYPE Coordinate ifIndex value allocation for entries in jnxPPPoEIfTable. 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.2636.3.67.1.1.1.1 | InterfaceIndexOrZero | read-only | current |
| jnxPPPoEIfTable OBJECT-TYPE The parameters for the PPPoEservice on this interface. | 1.3.6.1.4.1.2636.3.67.1.1.1.2 | not-accessible | current | |
| jnxPPPoEIfEntry OBJECT-TYPE The Parameters for a particular PPPoEinterface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/jnxIfTable, and jnxPPPoEIfStatsTable. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1 | not-accessible | current | |
| jnxPPPoEIfIfIndex OBJECT-TYPE The ifIndex value of the corresponding ifEntry. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.1 | InterfaceIndex | not-accessible | current |
| jnxPPPoEIfMaxNumSessions OBJECT-TYPE The number of sessions allowed on the PPPoEinterface, zero indicates unlimited. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.2 | INTEGER (0..65335) | read-only | current |
| jnxPPPoEIfRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table with READ-CREATE maximum access, 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: jnxPPPoEIfRowStatus jnxPPPoEIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for jnxPPPoEIfIndex must have been determined previously, by reading jnxPPPoENextIfIndex. The interface identified by jnxPPPoEIfLowerIfIndex must exist, and must be an interface type that permits layering of PPPoEabove it. A corresponding entry in ifTable/ifXTable/jnxIfTable is created or destroyed as a result of creating or destroying an entry in this table. The following values can be read from this object: active(1) | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.3 | RowStatus | read-only | current |
| jnxPPPoEIfLowerIfIndex OBJECT-TYPE The ifIndex of an interface over which this PPPoEinterface 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.2636.3.67.1.1.1.2.1.4 | InterfaceIndexOrZero | read-only | current |
| jnxPPPoEIfAcName OBJECT-TYPE The name to use for the AC-NAME tag that is sent in any PADO that is sent on this interface. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.5 | DisplayString (SIZE(0..64)) | read-only | current |
| jnxPPPoEIfDupProtect OBJECT-TYPE Flag to allow duplicate MAC addresses. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.6 | INTEGER {enable(1), disable(2)} | read-only | current |
| jnxPPPoEIfPADIFlag OBJECT-TYPE This flag controls whether we always respond to a PADI with a PADO regardless of the ability to create the session and allows the session establish phase to resolve it. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.7 | INTEGER {enable(1), disable(2)} | read-only | current |
| jnxPPPoEIfAutoconfig OBJECT-TYPE This flags determines whether the upper PPPoEinterface is created dynamically or statically. When enable(1) the interface is created dynamically. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.8 | INTEGER {enable(1), disable(2)} | read-only | current |
| jnxPPPoEIfServiceNameTable OBJECT-TYPE Associate a PPPoEService Name Table with this interface for PADI processing. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.9 | DisplayString (SIZE(0..32)) | read-only | current |
| jnxPPPoEIfPadrRemoteCircuitIdCapture OBJECT-TYPE This flags determines whether the remote circuit id string will be captured and subsequently used as the NAS-PORT-ID radius attribute when it arrives as a tag in the PADR packet. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.10 | INTEGER {enable(1), disable(2)} | read-only | current |
| jnxPPPoEIfMtu OBJECT-TYPE The initial Maximum Transmit Unit (MTU) that the PPPoEmajor interface entity will advertise to the remote entity. If the value of this variable is 1 then the local PPPoEentity will use an MTU value determined by its underlying media interface. If the value of this variable is 2 then the local PPPoEentity will use a value determined by the PPPoEMax-Mtu-Tag transmitted from the client in the PADR packet. If no Max-Mtu-Tag is received, the value defaults to a maximum of 1494. The operational MTU is limited by the MTU of the underlying media interface minus the PPPoEframe overhead. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.11 | Integer32 (1 | 2 | 66..65535) | read-only | current |
| jnxPPPoEIfLockoutMin OBJECT-TYPE The lower bound, in seconds, of the time range used to specify the duration of the lockout of the client from recognition for the specified interface. This only takes effect if jnxPPPoEIfAutoconfig is set for this interface. The ability to lockout the client in the event of an error in creating a PPP interface is enabled by default. The initial lockout duration is this object's value and increases exponentially for each failure that occurs for the client creating a PPP interface for the PPPoEinterface within the greater of 15 minutes and jnxPPPoEIfLockoutMax. The lockout duration for the client will not exceed jnxPPPoEIfLockoutMax. If the time between creation errors for the PPP interface for this interface is greater than the greater of 15 minutes and jnxPPPoEIfLockoutMax, then the lockout duration reverts to this object's value. To disable the ability to lockout the client from recognition in the event of an error in creating a PPP interface for the specified interface, the value of this object and jnxPPPoEIfLockoutMin must be set to 0. It is not recommended that this lockout feature be disabled except for debugging purposes or when this interface supports more than one session. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.12 | Integer32 (0..86400) | read-only | current |
| jnxPPPoEIfLockoutMax OBJECT-TYPE The upper bound, in seconds, of the time range used to specify the duration of the lockout of the client from recognition for the specified interface. This only takes effect if jnxPPPoEIfAutoconfig is set for this interface. The ability to lockout the client from recognition in the event of an error in creating a PPP interface is enabled by default. The initial lockout duration is jnxPPPoEIfLockoutMin and increases exponentially for each failure that occurs for the client interface within the greater of 15 minutes and this object's value. The lockout duration for the client will not exceed jnxPPPoEIfLockoutMax. If the time between creation errors for the PPP interface for this interface is greater than the greater of 15 minutes and jnxPPPoEIfLockoutMax, then the lockout duration reverts to jnxPPPoEIfLockoutMin. To disable the ability to lockout the client from recognition in the event of an error in creating a PPP interface for the specified interface, the value of this object and jnxPPPoEIfLockoutMin must be set to 0. It is not recommended that this lockout feature be disabled except for debugging purposes or when this interface supports more than one session. | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.13 | Integer32 (0..86400) | read-only | current |
| jnxPPPoEIfDynamicProfile OBJECT-TYPE Attach dynamic-profile to this interface | 1.3.6.1.4.1.2636.3.67.1.1.1.2.1.14 | DisplayString | read-only | current |
| jnxPPPoEIfStatsTable OBJECT-TYPE The statistics for the PPP over Ethernet Interface for the PPPoE service on this interface. | 1.3.6.1.4.1.2636.3.67.1.1.1.3 | not-accessible | current | |
| jnxPPPoEIfStatsEntry OBJECT-TYPE The statistics for a particular PPPoEInterface. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1 | not-accessible | current | |
| jnxPPPoEIfStatsRxPADI OBJECT-TYPE Number of PADI packets received. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.1 | Counter32 | read-only | current |
| jnxPPPoEIfStatsTxPADO OBJECT-TYPE Number of PADO packets transmitted. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.2 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxPADR OBJECT-TYPE Number of PADR packets received. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.3 | Counter32 | read-only | current |
| jnxPPPoEIfStatsTxPADS OBJECT-TYPE Number of PADS packets transmitted. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.4 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxPADT OBJECT-TYPE Number of PADT packets received. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.5 | Counter32 | read-only | current |
| jnxPPPoEIfStatsTxPADT OBJECT-TYPE Number of PADT packets transmitted. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.6 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxInvVersion OBJECT-TYPE Number of packets received with invalid version. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.7 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxInvCode OBJECT-TYPE Number of packets received with invalid code. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.8 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxInvTags OBJECT-TYPE Number of packets received with invalid tags. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.9 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxInvSession OBJECT-TYPE Number of packets received with invalid session identifiers. This object became obsolete when separate counters were added for PADI and PADR packets. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.10 | Counter32 | read-only | obsolete |
| jnxPPPoEIfStatsRxInvTypes OBJECT-TYPE Number of packets received with invalid types. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.11 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxInvPackets OBJECT-TYPE Number of invalid packets received. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.12 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxInsufficientResources OBJECT-TYPE Number of session requests that could not be honored due to invalid resources. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.13 | Counter32 | read-only | current |
| jnxPPPoEIfStatsTxPADM OBJECT-TYPE Number of PADM packets transmitted. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.14 | Counter32 | read-only | current |
| jnxPPPoEIfStatsTxPADN OBJECT-TYPE Number of PADN packets transmitted. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.15 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxInvTagLength OBJECT-TYPE Number of packets received with invalid tag length. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.16 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxInvLength OBJECT-TYPE Number of packets received with invalid length. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.17 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxInvPadISession OBJECT-TYPE Number of PADI packets received with invalid session identifiers. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.18 | Counter32 | read-only | current |
| jnxPPPoEIfStatsRxInvPadRSession OBJECT-TYPE Number of PADR packets received with invalid session identifiers. | 1.3.6.1.4.1.2636.3.67.1.1.1.3.1.19 | Counter32 | read-only | current |
| jnxPPPoEIfLockoutTable OBJECT-TYPE The lockout configuration and state of a PPPoEclient on this interface. | 1.3.6.1.4.1.2636.3.67.1.1.1.4 | not-accessible | current | |
| jnxPPPoEIfLockoutEntry OBJECT-TYPE Each entry contains the configuration and state of a particular PPPoEinterface client lockout. | 1.3.6.1.4.1.2636.3.67.1.1.1.4.1 | not-accessible | current | |
| jnxPPPoEIfLockoutClientAddress OBJECT-TYPE The source MAC address if the client. | 1.3.6.1.4.1.2636.3.67.1.1.1.4.1.1 | MacAddress | not-accessible | current |
| jnxPPPoEIfLockoutTime OBJECT-TYPE The time duration, in seconds, currently used to lockout the specified encapsulation type from recognition for the specified interface. The reported value is within the range specified by jnxPPPoEIfLockoutMin and jnxPPPoEIfLockoutMax. A value of 0 indicates that no lockout is occurring for the encapsulation type for the specified interface. | 1.3.6.1.4.1.2636.3.67.1.1.1.4.1.2 | Integer32 (0..86400) | read-only | current |
| jnxPPPoEIfLockoutElapsedTime OBJECT-TYPE The elapsed time, in seconds, that the specified encapsulation type has been locked-out from recognition for the specified interface. Its value will not exceed that of jnxPPPoEIfLockoutTime. A value of 0 indicates that no lockout is occurring for the encapsulation type for the specified interface. | 1.3.6.1.4.1.2636.3.67.1.1.1.4.1.3 | Integer32 (0..86400) | read-only | current |
| jnxPPPoEIfLockoutNextTime OBJECT-TYPE The time duration, in seconds, that will be used to lockout the specified encapsulation type from recognition for the specified interface for the next event that results in a lockout condition. The reported value is within the range specified by jnxPPPoEIfLockoutMin and jnxPPPoEIfLockoutMax. When jnxPPPoEIfEnable is set to enable, a value of 0 indicates that lockout is prevented from occurring for the encapsulation type for the specified interface (i.e., jnxPPPoEIfLockoutMin and jnxPPPoEIfLockoutMax are both set to 0). | 1.3.6.1.4.1.2636.3.67.1.1.1.4.1.4 | Integer32 (0..86400) | read-only | current |
| jnxPPPoESubIfLayer OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.67.1.1.2 | |||
| jnxPPPoESubIfNextIfIndex OBJECT-TYPE Coordinate ifIndex value allocation for entries in jnxPPPoESubIfTable. 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.2636.3.67.1.1.2.1 | InterfaceIndexOrZero | read-only | current |
| jnxPPPoESubIfTable OBJECT-TYPE This table contains entries for PPPoESubinterfaces present in the system. | 1.3.6.1.4.1.2636.3.67.1.1.2.2 | not-accessible | current | |
| jnxPPPoESubIfEntry OBJECT-TYPE Each entry describes the characteristics of a PPPoESubinterface. With READ-CREATE maximum access ,creating/deleting entries in this table causes corresponding entries for be created /deleted in ifTable/ifXTable/jnxIfTable. | 1.3.6.1.4.1.2636.3.67.1.1.2.2.1 | not-accessible | current | |
| jnxPPPoESubIfIndex OBJECT-TYPE The ifIndex of the PPPoESubinterface. When creating entries in this table, suitable values for this object are determined by reading jnxPPPoESubNextIfIndex. | 1.3.6.1.4.1.2636.3.67.1.1.2.2.1.1 | InterfaceIndex | not-accessible | current |
| jnxPPPoESubIfRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table with READ-CREATE maximum access ,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: jnxPPPoESubIfRowStatus jnxPPPoESubIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for jnxPPPoESubIfIndex must have been determined previously, by reading jnxPPPoESubIfNextIfIndex. The interface identified by jnxPPPoESubIfLowerIfIndex must exist, and must be a PPPoEinterface. A positive value configured for jnxPPPoESubIfId must not already be assigned to another subinterface layered onto the same underlying PPPoEinterface. A corresponding entry in ifTable/ifXTable/jnxIfTable is created or destroyed as a result of creating or destroying an entry in this table. The following values can be read from this object: active(1) | 1.3.6.1.4.1.2636.3.67.1.1.2.2.1.2 | RowStatus | read-only | current |
| jnxPPPoESubIfLowerIfIndex OBJECT-TYPE The ifIndex of a PPPoEinterface over which this PPPoESubinterface 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.2636.3.67.1.1.2.2.1.3 | InterfaceIndexOrZero | read-only | current |
| jnxPPPoESubIfId OBJECT-TYPE An integer identifier for the PPPoEsubinterface, 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 PPPoEinterface. 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.2636.3.67.1.1.2.2.1.4 | Unsigned32 | read-only | current |
| jnxPPPoESubIfSessionId OBJECT-TYPE The current sessionId associated with this sub-interface. | 1.3.6.1.4.1.2636.3.67.1.1.2.2.1.5 | Integer32 (0..65535) | read-only | current |
| jnxPPPoESubIfMotm OBJECT-TYPE A message to send via a PADM on the sub-interface when the sub-interface transitions to the ifOperStatusUp state. The client may choose to display this message to the user. | 1.3.6.1.4.1.2636.3.67.1.1.2.2.1.6 | DisplayString (SIZE(0..127)) | read-only | current |
| jnxPPPoESubIfUrl OBJECT-TYPE A URL to be sent via a PADM on the sub-interface when the sub-interface transitions to the ifOperStatusUp state. The client may use this URL as the initial web-page for the user. | 1.3.6.1.4.1.2636.3.67.1.1.2.2.1.7 | DisplayString (SIZE(0..127)) | read-only | current |
| jnxPPPoESubIfSubscriberIdHiWord OBJECT-TYPE The subscriber handle associated with this PPPoEsubinterface which can be used to index into the JUNIPER-SUBSCRIBER-MIB table entries. This object is equal to the most significant 32 bit of the 64 bit subscriber id. | 1.3.6.1.4.1.2636.3.67.1.1.2.2.1.8 | Unsigned32 | read-only | current |
| jnxPPPoESubIfSubscriberIdLoWord OBJECT-TYPE The subscriber handle associated with this PPPoEsubinterface which can be used to index into the JUNIPER-SUBSCRIBER-MIB table entries. This object is equal to the least significant 32 bit of the 64 bit subscriber id. | 1.3.6.1.4.1.2636.3.67.1.1.2.2.1.9 | Unsigned32 | read-only | current |
| jnxPppoeSubIfQueueStatsTable OBJECT-TYPE Table containing the Queue parameters for the PPPoEsessions. | 1.3.6.1.4.1.2636.3.67.1.1.2.3 | not-accessible | current | |
| jnxPppoeSubIfPerQueueStatsEntry OBJECT-TYPE The statistics for a particular trrafic class queue for PPPoEsub Interface(i.e. session). ). Forwarding class to queue number mapping is not always one-to-one. Forwarding classes and queues are the same only when default forwarding-class-to-queue mapping is in effect | 1.3.6.1.4.1.2636.3.67.1.1.2.3.1 | not-accessible | current | |
| jnxPppoeSubIfQueueIndex OBJECT-TYPE This attribute returns the queue index ranging from 0 to 7 of the queue configure on the PPPoEsubinterface to support the traffic class for PPPoEsession configured on that subinterface. Forwarding class to queue number mapping is not always one-to-one. Forwarding classes and queues are the same only when default forwarding-class-to-queue mapping is in effect. | 1.3.6.1.4.1.2636.3.67.1.1.2.3.1.1 | INTEGER (0..7) | not-accessible | current |
| jnxPppoeSubIfQueueStatsPacketSent OBJECT-TYPE This attribute returns the counts of number of packet sent per PPPoEsession and per queue. | 1.3.6.1.4.1.2636.3.67.1.1.2.3.1.2 | Counter64 | read-only | current |
| jnxPppoeSubIfQueueStatsBytesSent OBJECT-TYPE This attribute returns the counts of number of bytes sent per PPPoEsession and per queue. | 1.3.6.1.4.1.2636.3.67.1.1.2.3.1.3 | Counter64 | read-only | current |
| jnxPppoeSubIfQueueStatsPacketDropped OBJECT-TYPE This attribute returns the number of packet dropped per PPPoEsession and per queue. | 1.3.6.1.4.1.2636.3.67.1.1.2.3.1.4 | Counter64 | read-only | current |
| jnxPppoeSubIfQueueStatsBytesDropped OBJECT-TYPE This attribute returns the number of bytes dropped per PPPoEsession and per queue. | 1.3.6.1.4.1.2636.3.67.1.1.2.3.1.5 | Counter64 | read-only | current |
| jnxPppoeSubIfQueueStatsActualBitRate OBJECT-TYPE This attribute returns the actual bit rate for per PPPoEsession and per queue. | 1.3.6.1.4.1.2636.3.67.1.1.2.3.1.6 | Counter32 | read-only | current |
| jnxPppoeSubIfQueueStatsActualDroppedBitRate OBJECT-TYPE This attribute returns the actual dropped bit rate for per PPPoEsession and per queue. | 1.3.6.1.4.1.2636.3.67.1.1.2.3.1.7 | Counter32 | read-only | current |
| jnxPPPoESummary OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.67.1.1.3 | |||
| jnxPPPoEMajorInterfaceCount OBJECT-TYPE The total number of PPPoEmajor interfaces configured and created in the system. | 1.3.6.1.4.1.2636.3.67.1.1.3.1 | Integer32 | read-only | current |
| jnxPPPoESummaryMajorIfAdminUp OBJECT-TYPE The total number of PPPoEmajor interfaces in the system that are administratively configured to up(1). | 1.3.6.1.4.1.2636.3.67.1.1.3.2 | Integer32 | read-only | current |
| jnxPPPoESummaryMajorIfAdminDown OBJECT-TYPE The total number of PPPoEmajor interfaces in the system that are administrateively configued to down(2). | 1.3.6.1.4.1.2636.3.67.1.1.3.3 | Integer32 | read-only | current |
| jnxPPPoESummaryMajorIfOperUp OBJECT-TYPE The total number of PPPoEmajor interfaces in the system with an operational state of up(1). | 1.3.6.1.4.1.2636.3.67.1.1.3.4 | Integer32 | read-only | current |
| jnxPPPoESummaryMajorIfOperDown OBJECT-TYPE The total number of PPPoEmajor interfaces in the system with an operational state of down(2). | 1.3.6.1.4.1.2636.3.67.1.1.3.5 | Integer32 | read-only | current |
| jnxPPPoESummaryMajorIfLowerLayerDown OBJECT-TYPE The total number of PPPoEmajor interfaces in the system with an operational state of lowerLayerDown(7). | 1.3.6.1.4.1.2636.3.67.1.1.3.6 | Integer32 | read-only | current |
| jnxPPPoESummaryMajorIfNotPresent OBJECT-TYPE The total number of PPPoEmajor interfaces in the system with an operational state of notPresent(6). | 1.3.6.1.4.1.2636.3.67.1.1.3.7 | Integer32 | read-only | current |
| jnxPPPoESummarySubInterfaceCount OBJECT-TYPE The total number of PPPoEsubinterfaces configured in the system. | 1.3.6.1.4.1.2636.3.67.1.1.3.8 | Integer32 | read-only | current |
| jnxPPPoESummarySubIfAdminUp OBJECT-TYPE The total number of PPPoEsubinterfaces in the system that are administratively configured to up(1). | 1.3.6.1.4.1.2636.3.67.1.1.3.9 | Integer32 | read-only | current |
| jnxPPPoESummarySubIfAdminDown OBJECT-TYPE The total number of PPPoEsubinterfaces in the system that are administrateively configued to down(2). | 1.3.6.1.4.1.2636.3.67.1.1.3.10 | Integer32 | read-only | current |
| jnxPPPoESummarySubIfOperUp OBJECT-TYPE The total number of PPPoEsubinterfaces in the system with an operational state of up(1). | 1.3.6.1.4.1.2636.3.67.1.1.3.11 | Integer32 | read-only | current |
| jnxPPPoESummarySubIfOperDown OBJECT-TYPE The total number of PPPoEsubinterfaces in the system with an operational state of down(2). | 1.3.6.1.4.1.2636.3.67.1.1.3.12 | Integer32 | read-only | current |
| jnxPPPoESummarySubIfLowerLayerDown OBJECT-TYPE The total number of PPPoEsubinterfaces in the system with an operational state of lowerLayerDown(7). | 1.3.6.1.4.1.2636.3.67.1.1.3.13 | Integer32 | read-only | current |
| jnxPPPoESummarySubIfNotPresent OBJECT-TYPE The total number of PPPoEsubinterfaces in the system with an operational state of notPresent(6). | 1.3.6.1.4.1.2636.3.67.1.1.3.14 | Integer32 | read-only | current |
| jnxPPPoEServices OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.67.1.1.4 | |||
| jnxPPPoEServiceNameTableTable OBJECT-TYPE This table contains entries for the PPPoEService-name tables. | 1.3.6.1.4.1.2636.3.67.1.1.4.1 | not-accessible | current | |
| jnxPPPoEServiceNameTableEntry OBJECT-TYPE The parameters for the PPPoEservice-name table. | 1.3.6.1.4.1.2636.3.67.1.1.4.1.1 | not-accessible | current | |
| jnxPPPoEServiceNameTableName OBJECT-TYPE Service-name table name. | 1.3.6.1.4.1.2636.3.67.1.1.4.1.1.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| jnxPPPoEServiceNameTableRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table with READ-CREATE maximum access,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: jnxPPPoEServiceNameTableRowStatus jnxPPPoEServiceNameTableName The Empty Service and Any service will be automatically configured for each Service Name Table created. On creating or deleting an entry in this table will create/destroy an entry for <Empty >Service and <Any> service in jnxServiceNameTable. A corresponding entry in jnxServiceNameTable gets created or destroyed as a result of creating or destroying an entry in this table. The following values can be read from this object: active(1) | 1.3.6.1.4.1.2636.3.67.1.1.4.1.1.2 | RowStatus | read-only | current |
| jnxPPPoEServiceNameTable OBJECT-TYPE This table contains entries for the PPPoEService-names. | 1.3.6.1.4.1.2636.3.67.1.1.4.2 | not-accessible | current | |
| jnxPPPoEServiceNameEntry OBJECT-TYPE The parameters for the PPPoEservice-name table entry. | 1.3.6.1.4.1.2636.3.67.1.1.4.2.1 | not-accessible | current | |
| jnxPPPoEServiceName OBJECT-TYPE Service-name tag value. | 1.3.6.1.4.1.2636.3.67.1.1.4.2.1.1 | DisplayString (SIZE(1..64)) | not-accessible | current |
| jnxPPPoEServiceNameAction OBJECT-TYPE Identifies the behavior when the the Service-name tag is received in a PADI frame. | 1.3.6.1.4.1.2636.3.67.1.1.4.2.1.2 | JnxPPPoEServiceNameAction | read-only | current |
| jnxPPPoEServiceNameDynamicProfile OBJECT-TYPE Dynamic Profile associated with a Service-name. | 1.3.6.1.4.1.2636.3.67.1.1.4.2.1.3 | DisplayString | read-only | current |
| jnxPPPoEServiceNameRoutingInstance OBJECT-TYPE Routing Instance associated with a Service-name. | 1.3.6.1.4.1.2636.3.67.1.1.4.2.1.4 | DisplayString | read-only | current |
| jnxPPPoEServiceNameMaxSessions OBJECT-TYPE The Max Sessions value used to cap the number of active PPPoEssessions that may be established with the specified Service entry. | 1.3.6.1.4.1.2636.3.67.1.1.4.2.1.5 | Unsigned32 | read-only | current |
| jnxPPPoEServiceNameRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table with READ-CREATE maximum access ,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: jnxPPPoEServiceNameRowStatus The Service name is configured via the INDEX specified. A corresponding entry in jnxPPPoEServiceNameAciAriTable is destroyed as a result of destroying an entry in this table. The following values can be read from this object: active(1) | 1.3.6.1.4.1.2636.3.67.1.1.4.2.1.6 | RowStatus | read-only | current |
| jnxPPPoEServiceNameAciAriTable OBJECT-TYPE This table contains entries for the PPPoEServicename AciAri entries. | 1.3.6.1.4.1.2636.3.67.1.1.4.3 | not-accessible | current | |
| jnxPPPoEServiceNameAciAriEntry OBJECT-TYPE The parameters for the PPPoEservice-name AciAri table entry. | 1.3.6.1.4.1.2636.3.67.1.1.4.3.1 | not-accessible | current | |
| jnxPPPoEServiceNameAgentCircuitId OBJECT-TYPE ACI tag values that the PPPoEclient would send in the PADI/PADR control packet. | 1.3.6.1.4.1.2636.3.67.1.1.4.3.1.1 | DisplayString (SIZE(0..64)) | not-accessible | current |
| jnxPPPoEServiceNameAgentRemoteId OBJECT-TYPE ACI tag values that the PPPoEclient would send in the PADI/PADR control packet. | 1.3.6.1.4.1.2636.3.67.1.1.4.3.1.2 | DisplayString (SIZE(0..64)) | not-accessible | current |
| jnxPPPoEServiceNameAciAriAction OBJECT-TYPE Identifies the behavior when the the Service-name with ACI/ARI pairs is received in a PADI frame. | 1.3.6.1.4.1.2636.3.67.1.1.4.3.1.3 | JnxPPPoEServiceNameAction | read-only | current |
| jnxPPPoEServiceNameAciAriDynamicProfile OBJECT-TYPE Dynamic Profile associated with a Service-name and ACI/ARI pairs | 1.3.6.1.4.1.2636.3.67.1.1.4.3.1.4 | DisplayString | read-only | current |
| jnxPPPoEServiceNameAciAriRoutingInstance OBJECT-TYPE Routing-Instance associated with a Service-name and ACI/ARI pairs | 1.3.6.1.4.1.2636.3.67.1.1.4.3.1.5 | DisplayString (SIZE(0..31)) | read-only | current |
| jnxPPPoEServiceNameAciAriStaticInterface OBJECT-TYPE Static Interface associated with each ACI/ARI Entry. | 1.3.6.1.4.1.2636.3.67.1.1.4.3.1.6 | DisplayString | read-only | current |
| jnxPPPoEServiceNameAciAriRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table with READ-CREATE maximum access, 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: jnxPPPoEServiceNameAciAriRowStatus The ACIARI Entry is configured via the INDEX specified. The following values can be read from this object: active(1) | 1.3.6.1.4.1.2636.3.67.1.1.4.3.1.7 | RowStatus | read-only | current |
| jnxPPPoEConformance OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.67.1.4 | |||
| jnxPPPoECompliances OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.67.1.4.1 | |||
| jnxPPPoEGroups OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.67.1.4.2 |