User manual
96
set ppp receive_authentication [
NONE | PAP | CHAP | EITHER
]
Sets the type of authentication to be used when establishing PPP connections.
See RFC 1334 for details about CHAP and PAP. Options are:
Parameters Description
NONE Don’t check
PAP Use Password Authentication Protocol
CHAP Use Challenge Handshake Authorization Protocol
EITHER
CHAP tried first, then PAP.
Default
.
set snmp community <
community_name
>
address [
IP_address
]
access [
RO | RW
]
Modifies parameters for an SNMP community (authorized user or host to
which notifications are sent). The community name and IP address of SNMP
requests from managers on the network must match the list, which you can
view using
list snmp communities
.
Parameters Description
<community_name> Group designation authorizing SNMP requests.
address IP address of the SNMP manager, in the form
nnn.nnn.nnn.nnn
access Determines what type of access to SNMP MIBs the
added user will have. Options are Read Only (RO)
and Read Write (RW).
RO
is the default on public
(0.0.0.0) networks and
RW
the default on private
networks.
set snmp trap_community <
community_name
> address [
IP_address
]
Modifies parameters for an SNMP trap community (authorized user or host to
which trap notifications are sent). The community name and IP address of
SNMP requests from managers on the network must match the list, which you
can view using
list snmp communities
. See
set snmp_trap community
command above.