C613-50631-01 Rev A Command Reference for IE340 Series 2924
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AMF AND AMF PLUS COMMANDS
SERVICE
ATMF-APPLICATION-PROXY
service atmf-application-proxy
Overview Use this command to enable the AMF Application Proxy service. This service
distributes messages across all AMF nodes.
Currently this is used for threat protection. When an AMF Security (AMF-Sec)
Controller detects a threat, it issues a request to block the address the threat
originated from. The AMF Application Proxy service distributes this message to all
AMF nodes. An AMF master accepts this block request and instructs the
subordinate AMF node to block the relevant device.
Use the no variant of this command to disable the AMF Application Proxy service.
Syntax
service atmf-application-proxy
no service atmf-application-proxy
Default The AMF Application Proxy service is disabled by default.
Mode Global Configuration
Usage notes The AMF master maintains a list of all threats and will send this list to any AMF
node, or VCS member, when it boots and joins the AMF network.
In order for this to work the follow must be configured:
• the AMF Application Proxy service on all AMF nodes that need to receive the
messages.
• the Hypertext Transfer Protocol (HTTP) service on all nodes that are running
the AMF Application Proxy service (see service http).
Example To enable the AMF Application Proxy service, use the commands
awplus# configure terminal
awplus(config)# service atmf-application-proxy
To disable the AMF Application Proxy service, use the commands
awplus# configure terminal
awplus(config)# no service atmf-application-proxy
Related
commands
application-proxy threat-protection
application-proxy whitelist server
clear application-proxy threat-protection
show application-proxy threat-protection
Command
changes
Version 5.4.7-2.2: command added