C613-50631-01 Rev A Command Reference for IE340 Series 3034
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AMF AND AMF PLUS COMMANDS
USERNAME
(ATMF-GUEST)
username (atmf-guest)
Overview This command enables you to assign a username to a guest class. Guests may
require a username and possibly also a password. The password must be between
1 and 32 characters and will allow spaces.
Syntax
username <name> password [8] <userpass>
no username
Default No usernames are configured
Mode AMF Guest Configuration
Example To assign the user name ‘reception’ and the password of ‘secret’ to an AMF guest
node that has the guest class of ‘phone1’ use the following commands:
node1# configure terminal
node1(config)# amf guest-class phone1
node1(config-atmf-guest)# username reception password secret
To remove a guest node username and password for the user guest class ‘phone1’,
use the following commands:
node1# configure terminal
node1(config)# atmf guest-class phone1
node1(config-atmf-guest)# no username
Related
commands
show atmf links detail
atmf guest-class
switchport atmf-guestlink
show atmf links guest
show atmf nodes
Parameter Description
<name> User name of the guest node.
8 The parameter 8 means that the password that follows is in
hashed form, not plain text. Do not type this 8 when creating a
password with this command; it is only used in configuration files.
In configuration files, the device prints 8 in front of passwords, to
indicate that it is displaying the password in its hashed form.
<userpass> The password to be entered for the guest node.