886
Command Reference for IE200 Series Industrial Managed PoE+ Switches
C613-50066-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
A
UTHENTICATION
C
OMMANDS
AUTH
-
WEB
FORWARD
To add the TCP forwarding port 137 on interface
port1.0.2
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
auth-web forward tcp 137
To add the DNS Server IP address 192.168.1.10 on interface
port1.0.2
, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
switchport mode access
awplus(config-if)#
auth-web enable
awplus(config-if)#
auth dynamic-vlan-creation
awplus(config-if)#
auth-web forward 192.168.1.10 dns
To disable 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)#
no auth-web forward arp
To delete the TCP forwarding port 137 on interface
port1.0.2
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no auth-web forward tcp 137
To delete the all of TCP forwarding on interface
port1.0.2
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no auth-web forward tcp
Validation
Commands
show auth-web
show auth-web interface
show running-config