C613-50055-01 REV A Command Reference for x230 Series Edge Switches 883
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
AUTHENTICATION COMMANDS
AUTH
-WEB FORWARD
auth-web forward
Overview This command enables the Web-Authentication packet forwarding feature on the
interface specified. This command also enables ARP forwarding, and adds
forwarded packets to the tcp or udp port number specified.
The no variant of this command disables or deletes the packet forwarding feature
on the interface.
Syntax
auth-web forward [<ip-address>] {arp|dhcp|dns|tcp <1-65535>|udp
<1-65535>}
no auth-web forward [<ip-address>] {arp|dhcp|dns|tcp
<1-65535>|udp <1-65535>}
Default Packet forwarding for port authentication is disabled by default.
Mode Interface Configuration for a static channel, a dynamic (LACP) channel group, or a
switch port.
Usage For more information about the <ip-address> parameter, and an example, see the
“auth- web forward” section in the Alliedware Plus Technical Tips and Tricks.
Examples To enable the ARP forwarding feature on interface port1.0.2, use the following
commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# auth-web forward arp
Parameter Description
<ip-address> Enable forwarding to the destination IPv4 address.
arp Enable forwarding of ARP.
dhcp Enable forwarding of DHCP (67/udp).
dns Enable forwarding of DNS (53/udp).
tcp Enable forwarding of TCP specified port number.
<1-65535> TCP Port number.
udp Enable forwarding of UDP specified port number.
<1-65535> UDP Port number.