AIPPP-MIB: View SNMP OID List / Download MIB
VENDOR: WESTELL INC.
Home | MIB: AIPPP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
aii | 1.3.6.1.4.1.539 | |||
aiPPP | 1.3.6.1.4.1.539.25 |
MIB module for PPP options not covered in the standard PPP MIBS |
||
aiPPPTable | 1.3.6.1.4.1.539.25.1 | no-access |
Table of PPP information indexed by link number. Includes enable/disable for each NCP Type (IPCP and BCP), and IP interface parameters. |
|
1.3.6.1.4.1.539.25.1.1 | no-access |
Entry of aiPPPTable. |
||
aipppLinkNumber | 1.3.6.1.4.1.539.25.1.1.1 | positiveinteger | read-only |
Link number to which this table row applies. |
aipppNCPProtoOption | 1.3.6.1.4.1.539.25.1.1.2 | integer | read-write |
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. Enumeration: 'ipcp': 1, 'bcp': 2, 'ipcpbcp': 3. |
aipppLocalSecurityOption | 1.3.6.1.4.1.539.25.1.1.3 | integer | read-write |
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. Enumeration: 'pap': 2, 'none': 1, 'chap': 3. |
aipppIpSrcAddr | 1.3.6.1.4.1.539.25.1.1.4 | ipaddress | read-write |
The source IP address for the IP interface. |
aipppIpDestAddr | 1.3.6.1.4.1.539.25.1.1.5 | ipaddress | read-write |
The destination IP address for the IP interface. |
aipppIpSubnetMask | 1.3.6.1.4.1.539.25.1.1.6 | ipaddress | read-write |
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. |
aipppIpBcastAddr | 1.3.6.1.4.1.539.25.1.1.7 | integer32 | read-write |
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. |
aipppLocalRadiusOption | 1.3.6.1.4.1.539.25.1.1.8 | integer | read-write |
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. Enumeration: 'disabled': 1, 'enabled': 2, 'localfallback': 3. |
aipppRemoteSecurityOption | 1.3.6.1.4.1.539.25.1.1.9 | integer | read-write |
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. Enumeration: 'pap': 2, 'none': 1, 'chap': 3. |
aipppMultilinkOption | 1.3.6.1.4.1.539.25.1.1.10 | integer | read-write |
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. Enumeration: 'request': 2, 'reject': 1. |
aipppMLGroup | 1.3.6.1.4.1.539.25.1.1.11 | integer | read-write |
The multilink group to assign this link to. Links with the same multilink group identifier will be bundled together. |