cisco-pppoe-mib.mib object
Introduction
Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2025 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers).
This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.
ActiveXperts Network Monitor 2025 can import MIB file cisco-pppoe-mib and use it to monitor vendor specific OID's.
cisco-pppoe-mib file content
Object view of cisco-pppoe-mib:
  
    
      | Scalar Object | 
    
  
  
    
      | cPppoeSystemCurrSessions | 
      .1.3.6.1.4.1.9.9.194.1.1.1 | 
    
    
      | 
        The current number of active PPPoE sessions within
        this system.
       | 
    
    
      | cPppoeSystemHighWaterSessions | 
      .1.3.6.1.4.1.9.9.194.1.1.2 | 
    
    
      | 
        The high water mark of the established PPPoE
        sessions since the system was initialized.
       | 
    
    
      | cPppoeSystemMaxAllowedSessions | 
      .1.3.6.1.4.1.9.9.194.1.1.3 | 
    
    
      | 
        Maximum number of allowed PPPoE sessions within
        the system.
       | 
    
    
      | cPppoeSystemThresholdSessions | 
      .1.3.6.1.4.1.9.9.194.1.1.4 | 
    
    
      | 
        Threshold value of the established PPPoE sessions
        within the system. Default value is equal to
        cPppoeSystemMaxSessionsConfigurable
       | 
    
    
      | cPppoeSystemExceededSessionErrors | 
      .1.3.6.1.4.1.9.9.194.1.1.5 | 
    
    
      | 
        The accumulated number of errors for
        establishing PPPoE session in the system due
        to the cPppoeSystemCurrSessions value exceeds
        the cPppoeSystemMaxAllowedSessions value.
       | 
    
    
      | cPppoeVcCfgEntry | 
      .1.3.6.1.4.1.9.9.194.1.2.1.1 | 
    
    
      | 
        An entry containing additional PPPoE protocol
        configuration related management information
        applicable to a particular VCL.
       | 
    
    
      | cPppoeVcSessionsEntry | 
      .1.3.6.1.4.1.9.9.194.1.3.1.1 | 
    
    
      | 
        An 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.
       | 
    
  
  
    
      | Tabular Object | 
    
  
  
    
      | cPppoeVcEnable | 
      .1.3.6.1.4.1.9.9.194.1.2.1.1.1 | 
    
    
      | 
        This 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.
       | 
    
    
      | cPppoeVcCurrSessions | 
      .1.3.6.1.4.1.9.9.194.1.3.1.1.1 | 
    
    
      | 
        The current number of active PPPoE sessions on
        the VCL.
       | 
    
    
      | cPppoeVcHighWaterSessions | 
      .1.3.6.1.4.1.9.9.194.1.3.1.1.2 | 
    
    
      | 
        The high water mark of the established PPPoE
        sessions on the VCL.
       | 
    
    
      | cPppoeVcMaxAllowedSessions | 
      .1.3.6.1.4.1.9.9.194.1.3.1.1.3 | 
    
    
      | 
        The maximum number of allowed PPPoE sessions on
        the VCL.
       | 
    
    
      | cPppoeVcThresholdSessions | 
      .1.3.6.1.4.1.9.9.194.1.3.1.1.4 | 
    
    
      | 
        The Threshold value of the established PPPoE
        sessions on the VCL. Default value is equal to
        cPppoeVcMaxAllowedSessions.
       | 
    
    
      | cPppoeVcExceededSessionErrors | 
      .1.3.6.1.4.1.9.9.194.1.3.1.1.5 | 
    
    
      | 
        The accumulated number of errors for
        establishing PPPoE session in the VC
        due to the cPppoeVcCurrSessions value
        exceeds the cPppoeVcMaxAllowedSessions
        value.
       | 
    
  
  
    
      | Table | 
    
  
  
    
      | cPppoeVcCfgTable | 
      .1.3.6.1.4.1.9.9.194.1.2.1 | 
    
    
      | 
        The table contains the PPPoE protocol related
        configuration for the VCLs(ATM Interface
        Virtual Channel Link).
       | 
    
    
      | cPppoeVcSessionsTable | 
      .1.3.6.1.4.1.9.9.194.1.3.1 | 
    
    
      | 
        Table of configuration and statistics about the
        number of PPPoE sessions on a list of VCLs(ATM
        Interface Virtual Channel Link).
       | 
    
  
  
    
      | Trap | 
    
  
  
    
      | cPppoeSystemSessionThresholdTrap | 
      .1.3.6.1.4.1.9.9.194.2.0.1 | 
    
    
      | 
        A 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
       | 
    
    
      | cPppoeVcSessionThresholdTrap | 
      .1.3.6.1.4.1.9.9.194.2.0.2 | 
    
    
      | 
        A 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.
       | 
    
  
  
    
      | Object Identifier | 
    
  
  
    
      | ciscoPppoeMIB | 
      .1.3.6.1.4.1.9.9.194 | 
    
    
      | 
        Cisco PPPoE sessions management MIB Module.
       | 
    
    
      | ciscoPppoeMIBObjects | 
      .1.3.6.1.4.1.9.9.194.1 | 
    
    
      | cPppoeSystemSessionInfo | 
      .1.3.6.1.4.1.9.9.194.1.1 | 
    
    
      | cPppoeVcCfgInfo | 
      .1.3.6.1.4.1.9.9.194.1.2 | 
    
    
      | cPppoeVcSessionsInfo | 
      .1.3.6.1.4.1.9.9.194.1.3 | 
    
    
      | ciscoPppoeMIBNotificationPrefix | 
      .1.3.6.1.4.1.9.9.194.2 | 
    
    
      | ciscoPppoeMIBNotification | 
      .1.3.6.1.4.1.9.9.194.2.0 | 
    
    
      | ciscoPppoeMIBConformance | 
      .1.3.6.1.4.1.9.9.194.3 | 
    
    
      | ciscoPppoeMIBCompliances | 
      .1.3.6.1.4.1.9.9.194.3.1 | 
    
    
      | ciscoPppoeMIBGroups | 
      .1.3.6.1.4.1.9.9.194.3.2 | 
    
  
  
    
      | Group | 
    
  
  
    
      | cPppoeSystemGroup | 
      .1.3.6.1.4.1.9.9.194.3.2.1 | 
    
    
      | 
        A collection of objects providing information about the
        PPPoE sessions on a system.
       | 
    
    
      | cPppoeVcCfgGroup | 
      .1.3.6.1.4.1.9.9.194.3.2.2 | 
    
    
      | 
        A collection of objects specifying PPPoE protocol
        related configuration on the VCL.
       | 
    
    
      | cPppoeVcSessionsGroup | 
      .1.3.6.1.4.1.9.9.194.3.2.3 | 
    
    
      | 
        A collection of objects providing information about the
        number of sessions on the VCL.
       |