Specifications

Authentication Commands
36 New and Enhanced Features in AlliedWare Plus 5.4.4 Major and Minor Versions
auth-web forward
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.
Use the no variant of this command disables or deletes the packet forwarding feature on
the interface.
Syntax auth-web forward {arp|dhcp}
no auth-web forward {arp|dhcp}
auth-web forward [<ip-address>] {dns|tcp <1-65535>|udp <1-65535>}
no auth-web forward <ip-address> {dns|tcp <1-65535>|udp <1-65535>}
Default ARP, DHCP and DNS forwarding for port authentication are enabled by default. TCP and
UDP forwarding for port authentication are disabled by default.
Mode Interface Configuration for a static channel, a dynamic (LACP) channel group, or a switch
port.
Examples To enable the ARP forwarding feature on interface port1.0.2, use the following commands:
To enable the ARP forwarding feature on auth config-group student, use the following
commands:
Parameter Description
<ip-address>
Enable forwarding to the destination IPv4 address.
arp
Enable forwarding of ARP.
dhcp
Enable forwarding of DHCP (UDP port 67).
dns
Enable forwarding of DNS (UDP port 53).
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.
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
auth-web forward arp
awplus#
configure terminal
awplus(config)#
auth config-group student
awplus(config-auth-group)#
auth-web forward arp