CISCO-PPPOE-MIB
AI MIB Summary
The CISCO-PPPOE-MIB enables monitoring and management of Point-to-Point Protocol over Ethernet (PPPoE) session states, authentication parameters, and traffic statistics on Cisco IOS-based network devices. It provides granular visibility into active session counts, error counters, and interface bindings to facilitate troubleshooting of broadband access and remote user connectivity.
Cisco PPPoE sessions management MIB Module.
32
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
32 total| Object Name |
|---|
ciscoPppoeMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194 |
RFC1155-SMI Unknown .1.3.6.1.4.1.9.9.194 |
ciscoPppoeMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.1 |
cPppoeSystemSessionInfo OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.1.1 |
cPppoeSystemCurrSessionsThe current number of active PPPoE sessions within
this system.ro Gauge -- Units -- sessions .1.3.6.1.4.1.9.9.194.1.1.1 |
cPppoeSystemHighWaterSessionsThe high water mark of the established PPPoE
sessions since the system was initialized.ro Gauge -- Units -- sessions .1.3.6.1.4.1.9.9.194.1.1.2 |
cPppoeSystemMaxAllowedSessionsMaximum number of allowed PPPoE sessions within
the system.rw Gauge -- Units -- sessions .1.3.6.1.4.1.9.9.194.1.1.3 |
cPppoeSystemThresholdSessionsThreshold value of the established PPPoE sessions
within the system. Default value is equal to
cPppoeSystemMaxSessionsConfigurablerw Gauge -- Units -- sessions .1.3.6.1.4.1.9.9.194.1.1.4 |
cPppoeSystemExceededSessionErrorsThe accumulated number of errors for
establishing PPPoE session in the system due
to the cPppoeSystemCurrSessions value exceeds
the cPppoeSystemMaxAllowedSessions value.ro Counter .1.3.6.1.4.1.9.9.194.1.1.5 |
cPppoeVcCfgInfo OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.1.2 |
cPppoeVcCfgTableThe table contains the PPPoE protocol related
configuration for the VCLs(ATM Interface
Virtual Channel Link). SEQUENCE OF CPppoeVcCfgEntry .1.3.6.1.4.1.9.9.194.1.2.1 |
cPppoeVcCfgEntryAn entry containing additional PPPoE protocol
configuration related management information
applicable to a particular VCL. CPppoeVcCfgEntry .1.3.6.1.4.1.9.9.194.1.2.1.1 |
cPppoeVcEnableThis object specifies whether the PPPoE protocol
should be enabled for this VCL. If the value of
this object is `false`, PPPoE protocol is
disabled; otherwise the PPPoE protocol is
enabled.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.194.1.2.1.1.1 |
cPppoeVcSessionsInfo OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.1.3 |
cPppoeVcSessionsTableTable of configuration and statistics about the
number of PPPoE sessions on a list of VCLs(ATM
Interface Virtual Channel Link). SEQUENCE OF CPppoeVcSessionsEntry .1.3.6.1.4.1.9.9.194.1.3.1 |
cPppoeVcSessionsEntryAn entry in the table containing PPPoE session
related information on a VCL. The entry of this
table is created when the value of cPppoeVcEnable
object is set to `true` for the entry associated
VCL. The entry of this table is deleted when the
of cPppoeVcEnable object set to `false` or the
the entry associated VCL is deleted from
atmVclTable. CPppoeVcSessionsEntry .1.3.6.1.4.1.9.9.194.1.3.1.1 |
cPppoeVcCurrSessionsThe current number of active PPPoE sessions on
the VCL.ro Gauge -- Units -- sessions .1.3.6.1.4.1.9.9.194.1.3.1.1.1 |
cPppoeVcHighWaterSessionsThe high water mark of the established PPPoE
sessions on the VCL.ro Gauge -- Units -- sessions .1.3.6.1.4.1.9.9.194.1.3.1.1.2 |
cPppoeVcMaxAllowedSessionsThe maximum number of allowed PPPoE sessions on
the VCL.rw Gauge -- Units -- sessions .1.3.6.1.4.1.9.9.194.1.3.1.1.3 |
cPppoeVcThresholdSessionsThe Threshold value of the established PPPoE
sessions on the VCL. Default value is equal to
cPppoeVcMaxAllowedSessions.rw Gauge -- Units -- sessions .1.3.6.1.4.1.9.9.194.1.3.1.1.4 |
cPppoeVcExceededSessionErrorsThe accumulated number of errors for
establishing PPPoE session in the VC
due to the cPppoeVcCurrSessions value
exceeds the cPppoeVcMaxAllowedSessions
value.ro Counter -- Units -- attempts .1.3.6.1.4.1.9.9.194.1.3.1.1.5 |
ciscoPppoeMIBNotificationPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.2 |
ciscoPppoeMIBNotification OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.2.0 |
cPppoeSystemSessionThresholdTrapA notification indicating that number of active
sessions on the system exceeded system sessions
threshold value. System sessions threshold value
is indicated by cPppoeSystemThresholdSessions.
An agent must not generate more than one
cPppoeSessionThresholdTrap `trap-event` in a
N second period, where a `trap-event` is the
transmission of a single trap PDU to a list of
trap destinations. If additional `the number of
PPPoE sessions exceeds threshold` condition
occur within the N second `throttling` period,
then these trap-events should be suppressed by
the agent. An NMS should periodically check the
value of cPppoeCurrSessions to detect any
missed cPppoeVcSessionThresholdTrap trap-events,
e.g. due to throttling or transmission loss.
Where N is the `throttling` period of trap-event.
Default value of the N is equal to 30 seconds TRAP-TYPE .1.3.6.1.4.1.9.9.194.2.0.1 |
cPppoeVcSessionThresholdTrapA notification indicating that number of active
sessions on the VC exceeded vc sessions
threshold value. VC sessions threshold value is
indicated by cPppoeVcThresholdSessions.
An agent must not generate more than one
cPppoeVcSessionThresholdTrap `trap-event` in a
N second period, where a `trap-event` is the
transmission of a single trap PDU to a list of
trap destinations. If additional `the number of
PPPoE sessions exceeds threshold` condition
occur within the N second `throttling` period,
then these trap-events should be suppressed by
the agent. An NMS should periodically check the
value of cPppoeVcCurrSessions to detect any
missed cPppoeVcSessionThresholdTrap trap-events,
e.g. due to throttling or transmission loss.
Where N is the `throttling` period of trap-event.
Default value of the N is equal to 30 seconds. TRAP-TYPE .1.3.6.1.4.1.9.9.194.2.0.2 |
ciscoPppoeMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.3 |
ciscoPppoeMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.3.1 |
ciscoPppoeMIBBasicCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.3.1.1 |
ciscoPppoeMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.3.2 |
cPppoeSystemGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.3.2.1 |
cPppoeVcCfgGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.3.2.2 |
cPppoeVcSessionsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.194.3.2.3 |