All MIBs › NETOPIA-MIB › connProfPppSendAuthProt
connProfPppSendAuthProt
Module: NETOPIA-MIB
OID (symbolic): NETOPIA-MIB::connProfPppSendAuthProt
OID (numeric): 1.3.6.1.4.1.304.1.3.1.12.6.1.18
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Indicates the PPP authentication protocol that the device will use to authenticate itself to the remote peer described by this connection profile.
If the value of this object is 'authNone(1)', the device will not authenticate itself to the remote peer. If the remote peer requests authentication, the request will be rejected, and if the remote peer requires authentication, then the connection will fail.
If the value of this object is 'authPAP(2)', the device will use the Password Authentication Protocol (PAP) described in RFC 1334 to authenticate itself to the remote peer. The connProfPppSendAuthName and connProfPppSendAuthSecret objects indicate the Peer-ID and Password, respectively, that this device will send to the remote peer in PAP Authenticate-Request packets during the Authentication Phase of PPP link establishment.
If the value of this object is 'authCHAP(3)', the device will use the Challenge-Handshake Authentication Protocol (CHAP) described in RFC 1334 to authenticate itself to the remote peer. The connProfPppSendAuthName object indicates the Name that the device will use to identify itself in a CHAP Response packet; the connProfPppSendAuthSecret object indicates the Secret that the device will use to compute the Response Value that it sends to the remote peer in a CHAP Response packet.
If the remote peer requests the use of a different authentication protocol than the one specified by the value of this object, the request will be rejected.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.304.1.3.1.12.6.1.18 snmpwalk -v2c -c public <target> NETOPIA-MIB::connProfPppSendAuthProt
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.304.1.3.1.12.6.1.18.1 snmpget -v2c -c public <target> NETOPIA-MIB::connProfPppSendAuthProt.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.304.1.3.1.12.6.1.18.1 i <value>
Start monitoring Netopia DSL router/gateway with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the NETOPIA-MIB::connProfPppSendAuthProt OID value, configure state conditions and alerts, and monitor any Netopia DSL router/gateway from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.304 | farallon | NETOPIA-MIB |
| 1.3.6.1.4.1.304.1.3.1 | netopia | NETOPIA-MIB |
| 1.3.6.1.4.1.304.1.3.1.12 | isdnParams | NETOPIA-MIB |
| 1.3.6.1.4.1.304.1.3.1.12.6 | connProfileTable | NETOPIA-MIB |
| 1.3.6.1.4.1.304.1.3.1.12.6.1 | connProfileEntry | NETOPIA-MIB |
| 1.3.6.1.4.1.304.1.3.1.12.6.1.18 | connProfPppSendAuthProt | NETOPIA-MIB |