TIARA-PPP-MIB

File: TIARA-PPP-MIB.mib (9697 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB TIARA-BUNDLE-MIB
TIARA-NETWORKS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 Counter32 DisplayString
bundleId tiaraMgmt

Defined Types

PppTableEntry  
SEQUENCE    
  pppMtu DisplayString
  pppMru DisplayString
  mlpppMrru DisplayString
  mlpppSeq INTEGER
  mlpppSegmentThreshold Integer32
  mlpppDiffDelay Integer32
  mlpppDiscriminator IpAddress

PppStatsTableEntry  
SEQUENCE    
  pppStatsBytesRxLastBootOrClear Counter32
  pppStatsBytesTxLastBootOrClear Counter32
  pppStatsPktsRxLastBootOrClear Counter32
  pppStatsPktsTxLastBootOrClear Counter32
  pppStatsErrPktsRxLastBootOrClear Counter32
  pppStatsUpDownStatesLastBootOrClear Counter32
  pppStatsBytesRxLastFiveMins Counter32
  pppStatsBytesTxLastFiveMins Counter32
  pppStatsPktsRxLastFiveMins Counter32
  pppStatsPktsTxLastFiveMins Counter32
  pppStatsErrPktsRxLastFiveMins Counter32
  pppStatsUpDownStatesLastFiveMins Counter32

Defined Values

tiaraPppMib 1.3.6.1.4.1.3174.2.14
The MIB module defines the managed objects for Tiara enterrpise PPP/MLPPP.
MODULE-IDENTITY    

pppTable 1.3.6.1.4.1.3174.2.14.1
This table contains configurable parameters related to PPP/MLPPP bundle.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppTableEntry

pppTableEntry 1.3.6.1.4.1.3174.2.14.1.1
An entry in the PPP Table which contains the configuration for a particular bundle instance identified by the bundleId.
Status: current Access: not-accessible
OBJECT-TYPE    
  PppTableEntry  

pppMtu 1.3.6.1.4.1.3174.2.14.1.1.1
Minimum, default and maximum packet sizes to be sent separated by hyphens.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

pppMru 1.3.6.1.4.1.3174.2.14.1.1.2
Minimum, default and maximum packet sizes to be received separated by hyphens.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

mlpppMrru 1.3.6.1.4.1.3174.2.14.1.1.3
Maximum received reconstructed unit - maximum number of octets in the information fields of reassembled packets. This variable can be set only if the bundle is multi-link.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

mlpppSeq 1.3.6.1.4.1.3174.2.14.1.1.4
MLPPP sequence number length (short = 12 bits ; long = 24 bits. This variable can be set only if the bundle is multi-link.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER short(1), long(2)  

mlpppSegmentThreshold 1.3.6.1.4.1.3174.2.14.1.1.5
Segmentation threshold - number of octets a packet must exceed before being fragmented for transmission. This variable can be set only if the bundle is multi-link.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

mlpppDiffDelay 1.3.6.1.4.1.3174.2.14.1.1.6
Tolerance, in milliseconds, to differential delay between links. If The differential delay exceeds this limit, the corresponding link will be removed from the bundle. This variable can be set only if the bundle is multi-link.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..128  

mlpppDiscriminator 1.3.6.1.4.1.3174.2.14.1.1.7
IP address of MLPPP discriminator. This variable can be set only if the bundle is multi-link.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

pppStatsTable 1.3.6.1.4.1.3174.2.14.2
This table contains the statistics for PPP/MLPPP bundles.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppStatsTableEntry

pppStatsTableEntry 1.3.6.1.4.1.3174.2.14.2.1
An entry in the PPP Statistics Table which contains the statistics for a particular bundle instance identified by the bundleId.
Status: current Access: not-accessible
OBJECT-TYPE    
  PppStatsTableEntry  

pppStatsBytesRxLastBootOrClear 1.3.6.1.4.1.3174.2.14.2.1.1
This counter has the number of bytes received on this bundle since it was last booted or cleared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsBytesTxLastBootOrClear 1.3.6.1.4.1.3174.2.14.2.1.2
This counter has the number of bytes transmitted on this bundle since it was last booted or cleared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsPktsRxLastBootOrClear 1.3.6.1.4.1.3174.2.14.2.1.3
This counter has the number of packets received on this bundle since it was last booted or cleared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsPktsTxLastBootOrClear 1.3.6.1.4.1.3174.2.14.2.1.4
This counter has the number of packets transmitted on this bundle since it was last booted or cleared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsErrPktsRxLastBootOrClear 1.3.6.1.4.1.3174.2.14.2.1.5
This counter has the number of error packets received on this bundle since it was last booted or cleared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsUpDownStatesLastBootOrClear 1.3.6.1.4.1.3174.2.14.2.1.6
This variable has the count on the number of times this PPP/MLPPP bundle have made the 'Down' to 'Up' and 'Up' to 'Down' transitions since it was last booted or cleared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsBytesRxLastFiveMins 1.3.6.1.4.1.3174.2.14.2.1.7
This counter has the number of bytes received on this bundle in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsBytesTxLastFiveMins 1.3.6.1.4.1.3174.2.14.2.1.8
This counter has the number of bytes transmitted on this bundle in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsPktsRxLastFiveMins 1.3.6.1.4.1.3174.2.14.2.1.9
This counter has the number of packets received on this bundle in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsPktsTxLastFiveMins 1.3.6.1.4.1.3174.2.14.2.1.10
This counter has the number of packets transmitted on this bundle in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsErrPktsRxLastFiveMins 1.3.6.1.4.1.3174.2.14.2.1.11
This counter has the number of error packets received on this bundle in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pppStatsUpDownStatesLastFiveMins 1.3.6.1.4.1.3174.2.14.2.1.12
This variable has the count on the number of times this PPP/MLPPP bundle have made the 'Down' to 'Up' and 'Up' to 'Down' transitions in the last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32