|
|
Description:
|
nvmDialCtlAcceptMode OBJECT-TYPE
SYNTAX INTEGER {
acceptNone(1),
acceptAll(2),
acceptKnown(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"NAME = ;
DESC = The security level for acceptance of incoming calls. \
acceptNone(1) - incoming calls will not be accepted. \
acceptAll(2) - incoming calls will be accepted, even. \
if there is no matching entry in the nvmDialCtlPeerCfgTable. \
acceptKnown(3) - incoming calls will be accepted only \
if there is a matching entry in the nvmDialCtlPeerCfgTable. \
(Configuration);
HELP = ;
CAPABILITIES = NET_CFG, VPN_DISP."
|
|
|
|
|
|