Specifications
AMF Commands
New and Enhanced Features in AlliedWare Plus 5.4.4 Major and Minor Versions 253
type atmf node
This command configures a trigger to be activated at an AMF node join event or leave
event.
Syntax type atmf node {join|leave}
Mode
Trigger Configuration
Example 1 To configure trigger 5 to activate at an AMF node leave event, use the following
commands. In this example the command is entered on node-1:
Example 2 The following commands will configure trigger 5 to activate if an AMF node join event
occurs on any node within the working set:
This command returns the following display:
Note that the running the above command changes the prompt from the name of the
local node, to the name of the AMF-Network followed, in square brackets, by the number
of member nodes in the working set.
Enter the name of the script to run at the trigger event.
Parameter Description
join AMF node join event.
leave AMF node leave event.
node1(config)#
trigger 5
node1(config-trigger)
type atmf node leave
node1#
atmf working-set group all
====================
node1, node2, node3:
====================
Working set join
AMF-Net[3]#
conf t
AMF-Net[3](config)#
trigger 5
AMF-Net[3](config-trigger)#
type atmf node leave
AMF-Net[3](config-trigger)#
description “E-mail on AMF Exit”
AMF-Net[3](config-trigger)#
active
AMF-Net[3](config-trigger)#
script 1 email_me.scp
AMF-Net[3](config-trigger)#
end










