C613-50170-01 Rev B
Command Reference for x510 Series
2423
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
LLIED
T
ELESIS
M
ANAGEMENT
F
RAMEWORK
™ (AMF) C
OMMANDS
SWITCHPORT
ATMF
-
GUESTLINK
switchport atmf-guestlink
Overview
Guest links are used to provide basic AMF functionality to non AMF capable
devices. Guest links can be configured for either a selected switch port or a range
of switch ports and use generic protocols to collect status and configuration
information that the guest devices make available.
Use the
no
variant of this command to remove the guest node functionality from
the selected port or ports.
Syntax
switchport atmf-guestlink [class <
GUEST-CLASS
>] [ip <
A.B.C.D
> |
ipv6 <
X:X::X:X
>]
no switchport atmf-guestlink
Default
No guest links are configured.
Mode
Interface
Example 1
To configure switch port 1.0.44 to be a guest link, that will connect to a guest node
having a guest-class of
camera
and an IPv4 address of
192.168.3.3
, use the
following commands:
node1#
configure terminal
node1(config)#
int port1.0.44
node1(config-if)#
switchport atmf-guestlink class camera ip
192.168.3.3
node1(config-if)#
end
Example 2
To configure switchport 1.0.41 to be a guest link, that will connect to a guest node
having a guest-class of
phone
and an IPv6 address of
2001:db8:21e:10d::5
, use
the following commands:
node1#
configure terminal
node1(config)#
int port1.0.41
node1(config-if)#
switchport atmf-guestlink class phone ipv6
2000:db8:21e:10d::5
node1(config-if)#
end
Parameter
Description
class
Set a Guest-class
<
GUEST-CLASS
>
The name of the guest class.
ip
Specifies that the address following will have an IPv4 format
<
A.B.C.D
>
The Guest-node’s IP address in IPv4 format.
ipv6
Specifies that the address following will have an IPv6 format
<
X:X::X:X
>
The Guest-node’s IP address in IPv6 format.