C613-50631-01 Rev A Command Reference for IE340 Series 2782
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AMF AND AMF PLUS COMMANDS
APPLICATION
-PROXY WHITELIST SERVER
application-proxy whitelist server
Overview Use this command to set an AMF master to act as a whitelist authentication proxy
between AMF members, acting as Network Access Servers, and an external
whitelist RADIUS server.
Use the no variant of this command to disable the whitelist proxy functionality.
Syntax
application-proxy whitelist server <ip-address> key <key>
[auth-port <1-65535>]
no application-proxy whitelist server
Default Disabled by default.
Mode Global Configuration
Example To configure an AMF master to work as a proxy to the external RADIUS server
192.168.1.10, with shared secret 'mysecurekey', on port 1822, use the commands:
awplus# configure terminal
awplus(config)# application-proxy whitelist server 192.168.1.10
key mysecurekey auth-port 1822
To configure an AMF master to work as a proxy to the external RADIUS server
192.168.1.10, with shared secret 'mysecurekey', on the default port (1812), use the
commands:
awplus# configure terminal
awplus(config)# application-proxy whitelist server 192.168.1.10
key mysecurekey
To disable the whitelist proxy, use the commands:
awplus# configure terminal
awplus(config)# no application-proxy whitelist server
Related
commands
application-proxy whitelist enable
service atmf-application-proxy
show application-proxy whitelist interface
show application-proxy whitelist server
Parameter Description
<ip-address> IPv4 address of the upstream RADIUS server in dotted
decimal format A.B.C.D.
key <key> Set the shared secret encryption key for communication
with the upstream RADIUS server.
auth-port <1-65535> Set the RADIUS server UDP port. This is only necessary if
you don’t want to use the default port 1812.