AIPPP-MIB

File: AIPPP-MIB.mib (5910 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

Integer32 IpAddress MODULE-IDENTITY
OBJECT-TYPE enterprises DisplayString
TruthValue

Defined Types

PositiveInteger  
INTEGER 1..2147483647    

AiPPPEntry  
SEQUENCE    
  aipppLinkNumber PositiveInteger
  aipppNCPProtoOption INTEGER
  aipppLocalSecurityOption INTEGER
  aipppIpSrcAddr IpAddress
  aipppIpDestAddr IpAddress
  aipppIpSubnetMask IpAddress
  aipppIpBcastAddr Integer32
  aipppLocalRadiusOption INTEGER
  aipppRemoteSecurityOption INTEGER
  aipppMultilinkOption INTEGER
  aipppMLGroup INTEGER

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiPPP 1.3.6.1.4.1.539.25
MIB module for PPP options not covered in the standard PPP MIBS
MODULE-IDENTITY    

aiPPPTable 1.3.6.1.4.1.539.25.1
Table of PPP information indexed by link number. Includes enable/disable for each NCP Type (IPCP and BCP), and IP interface parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AiPPPEntry

aiPPPEntry 1.3.6.1.4.1.539.25.1.1
Entry of aiPPPTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AiPPPEntry  

aipppLinkNumber 1.3.6.1.4.1.539.25.1.1.1
Link number to which this table row applies.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aipppNCPProtoOption 1.3.6.1.4.1.539.25.1.1.2
NCP Protocol(s) option for this link: ipcp(1): Link will attempt to negotiate IPCP bcp(2): Link will attempt to negotiate BCP. ipcp_bcp(3): Link will attempt to negotiate IPCP and BCP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipcp(1), bcp(2), ipcpbcp(3)  

aipppLocalSecurityOption 1.3.6.1.4.1.539.25.1.1.3
Authentication protocol enabled for this link: none(1): Link will not attempt authentication. pap(2): Link will attempt PAP authentication. chap(3): Link will attempt CHAP authentication.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), pap(2), chap(3)  

aipppIpSrcAddr 1.3.6.1.4.1.539.25.1.1.4
The source IP address for the IP interface.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aipppIpDestAddr 1.3.6.1.4.1.539.25.1.1.5
The destination IP address for the IP interface.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aipppIpSubnetMask 1.3.6.1.4.1.539.25.1.1.6
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aipppIpBcastAddr 1.3.6.1.4.1.539.25.1.1.7
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcast addresses used by the entity on this (logical) interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

aipppLocalRadiusOption 1.3.6.1.4.1.539.25.1.1.8
Authentication protocol enabled for this link: disabled(1): Authenticate using local security settings for the link. enabled(2): Authenticate using remote Radius server(s), and if Radius server(s) do not respond, the connection will fail. localfallback(3): Authenticate using remote Radius server(s), and if Radius server(s) do not respond, authentication will be attempted using local security settings for the link.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), localfallback(3)  

aipppRemoteSecurityOption 1.3.6.1.4.1.539.25.1.1.9
Authentication protocol enabled for this link: none(1): Link will not attempt authentication. pap(2): Link will attempt PAP authentication. chap(3): Link will attempt CHAP authentication.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), pap(2), chap(3)  

aipppMultilinkOption 1.3.6.1.4.1.539.25.1.1.10
Multilink options for this link: reject(1): Attempts from the remote host to configure this link as a bundled link will be rejected. request(2): The host will request that this link be bundled with other links with the same multilink group identifier.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reject(1), request(2)  

aipppMLGroup 1.3.6.1.4.1.539.25.1.1.11
The multilink group to assign this link to. Links with the same multilink group identifier will be bundled together.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255