APPIAN-TRUNK-PPP-MIB

File: APPIAN-TRUNK-PPP-MIB.mib (8051 bytes)

Imported modules

APPIAN-SMI-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

acTrunks MODULE-IDENTITY OBJECT-TYPE
TruthValue

Defined Types

AcPppTrunkEntry  
SEQUENCE    
  acPppTrunkIndex INTEGER
  acPppTrunkMru INTEGER
  acPppTrunkMrru INTEGER
  acPppTrunkSeqNum INTEGER
  acPppTrunkMagicNumberEnable TruthValue
  acPppTrunkLCPEchoEnable TruthValue
  acPppTrunkLCPEchoInterval INTEGER
  acPppTrunkMgmtAccess TruthValue
  acPppTrunkIPCPAddressEnable TruthValue
  acPppTrunkMaxTerminate INTEGER
  acPppTrunkMaxConfigure INTEGER
  acPppTrunkMaxFailure INTEGER

Defined Values

acPppTrunk 1.3.6.1.4.1.2785.2.6.3
Appian Communications PPP/MLPPP Services MIB.
MODULE-IDENTITY    

acPppTrunkTable 1.3.6.1.4.1.2785.2.6.3.1
A table containing PPP-link specific configuration information. This table is created, with reasonable defaults, whenever the associated acTrunkTable acTrunkProt field is set to 'PPP' or 'MLPPP'. Managment of this record is required only when it is desired to change the reasonable default.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcPppTrunkEntry

acPppTrunkEntry 1.3.6.1.4.1.2785.2.6.3.1.1
Configuration information about a particular PPP Link.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcPppTrunkEntry  

acPppTrunkIndex 1.3.6.1.4.1.2785.2.6.3.1.1.1
The trunk entry that this PPP / MLPPP configuration is associated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 0..2147483647  

acPppTrunkMru 1.3.6.1.4.1.2785.2.6.3.1.1.2
This attribute has been deprecated - it no longer has an effect.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 64..2048  

acPppTrunkMrru 1.3.6.1.4.1.2785.2.6.3.1.1.3
This attribute has been deprecated - it no longer has an effect.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 64..2048  

acPppTrunkSeqNum 1.3.6.1.4.1.2785.2.6.3.1.1.4
Defines the type of multilink sequence number to use. There are two possible sequence number types: long and short. Long sequence numbers are 24 bit values. Short sequence numbers are 12 bit values. The default is the PPP standard of long sequence numbers
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER long(0), short(1)  

acPppTrunkMagicNumberEnable 1.3.6.1.4.1.2785.2.6.3.1.1.5
Enables the inclusion of magic numbers in LCP messages. This, in conjunction with LCP echo is useful to detect non-transitory loopback conditions. This feature defaults to enabled (True).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acPppTrunkLCPEchoEnable 1.3.6.1.4.1.2785.2.6.3.1.1.6
Enables the OSAP initiation of LCP Echo message sequence processing. This attribute also controls link keepalive processing which is based upon LCP echo processing. This feature defaults to enabled (True).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acPppTrunkLCPEchoInterval 1.3.6.1.4.1.2785.2.6.3.1.1.7
Time in seconds between OSAP initiated echo sequences. The default is 60 seconds. The range is an integer which is expressed in seconds supporting 1 second to 1 hour in length. This value has a direct relationship to how long it takes to detect a PPP link down condition via keepalive processing. The lower this value the quicker a PPP link down condition will be detected. The default for this value is 1
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..3600  

acPppTrunkMgmtAccess 1.3.6.1.4.1.2785.2.6.3.1.1.8
This attribute controls how a PPP trunk starts up. It is used to indicate if this is an inband managment trunk. TRUE indicates the trunk can be exclusively used for inband managment. FALSE indicates the trunk is a data trunk only. A PPP trunk can not be used for inband managment and data passing at the same time. The default for this attribute is FALSE
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acPppTrunkIPCPAddressEnable 1.3.6.1.4.1.2785.2.6.3.1.1.9
This attribute controls if IP address negotiation occurs during the IPCP phase of a PPP trunk startup. If this attribute is set to TRUE the IP address negotiation will occur. If this attribute is set to FALSE then IP address negotiation will not occur. The default for this attribute will be FALSE
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acPppTrunkMaxTerminate 1.3.6.1.4.1.2785.2.6.3.1.1.10
Max-Terminate indicates the number of Terminate-Request packets sent without receiving a Terminate-Ack before assuming that the peer is unable to respond.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

acPppTrunkMaxConfigure 1.3.6.1.4.1.2785.2.6.3.1.1.11
Max-Configure indicates the number of Configure-Request packets sent without receiving a valid Configure-Ack, Configure-Nak or Configure-Reject before assuming that the peer is unable to respond.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

acPppTrunkMaxFailure 1.3.6.1.4.1.2785.2.6.3.1.1.12
Max-Failure indicates the number of Configure-Nak packets sent without sending a Configure-Ack before assuming that configuration is not converging.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER