C613-50170-01 Rev B
Command Reference for x510 Series
2229
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
LLIED
T
ELESIS
M
ANAGEMENT
F
RAMEWORK
™ (AMF) C
OMMANDS
ATMF
AUTHORIZE
atmf authorize
Overview
On an AMF network, with secure mode enabled, use this command on an AMF
master to authorize an AMF node to join the network. AMF nodes waiting to be
authorized appear in the pending authorization queue, which can be examined
using the
command with the
pending
parameter.
Use the
no
variant of this command to revoke authorization for an AMF node on
an AMF master.
Syntax
atmf authorize {<
node-name
> [area <
area-name
>]|all-pending}
no atmf authorize <
node-name
> [area <
area-name
>]
Mode
Privileged Exec
Usage
On an AMF controller, AMF remote-area masters must be authorized by the
controller, and the AMF remote-area masters will also need to authorized access
from the AMF controller.
Example
To authorize all AMF nodes in the pending authorization queue on an AMF master,
use the command:
awplus#
atmf authorize all-pending
To authorize a node called “node2” in remote AMF area “area3”, use the command:
awplus#
atmf authorize node2 area “area3”
To authorize a node called “node4” on an AMF master, use the command:
awplus#
atmf authorize node4
To revoke authorization for a node called “node4” on an AMF master, use the
command:
awplus#
no atmf authorize node4
Related
Commands
clear atmf secure-mode certificates
Parameter
Description
<node-name>
The name of the node to be authorized or have its authorization
revoked.
area
Specify an AMF area.
<
area-name
>
This is the name of the area the node belongs to.
all-pending
Authorize all nodes in the pending queue.