C613-50631-01 Rev A Command Reference for IE340 Series 3027
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AMF AND AMF PLUS COMMANDS
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.
NOTE: AMF guest nodes are not supported on ports using the OpenFlow protocol.
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 switchport port1.0.1 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.1
node1(config-if)# switchport atmf-guestlink class camera ip
192.168.3.3
Example 2 To configure switchport port1.0.1 to be a guest link, which 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.1
node1(config-if)# switchport atmf-guestlink class phone ipv6
2000:db8:21e:10d::5
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.