C613-50170-01 Rev B
Command Reference for x510 Series
2330
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
LLIED
T
ELESIS
M
ANAGEMENT
F
RAMEWORK
™ (AMF) C
OMMANDS
MODELTYPE
modeltype
Overview
This command sets the expected model type of the guest node. Guest nodes can
be one of various types: alliedware, aw+, tq or other. The model type will default to
other
if nothing is set.
Use the
no
variant of this command to reset the model type to
other
.
Syntax
modeltype [alliedware|aw+|tq|other]
Default
Will default to
other
Mode
ATMF Guest Configuration Mode
Example 1
To assign the model type
tq
to the guest-class called
tq_device
, use the following
commands:
node1#
conf t
node1(config)#
atmf guest-class tq_device
node1(config-atmf-guest)#
modeltype tq
node1(config-atmf-guest)#
end
Example 2
To remove the model type
tq
from the guest-class called
tq_device,
and reset it to
the default of
other
, use the following commands:
node1#
conf t
node1(config)#
atmf guest-class tq_device
node1(config-atmf-guest)#
no modeltype
node1(config-atmf-guest)#
end
Related
Commands
Parameter
Description
alliedware
A legacy Allied Telesis operating system.
aw+
The Allied Telesis AlliedWare Plus operating system.
tq
An Allied Telesis TQ Series wireless access point.
other
Used where the model type is outside the above definitions.