beautypg.com

Auth-web forward – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1160

background image

Authentication Commands

Software Reference for x310 Series Switches

43.34

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

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.

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:

To add the TCP forwarding port 137 on interface port1.0.2, 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 (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.

awplus#

configure terminal

awplus(config)#

interface port1.0.2

awplus(config-if)#

auth-web forward arp

awplus#

configure terminal

awplus(config)#

interface port1.0.2

awplus(config-if)#

auth-web forward tcp 137