C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1075
AlliedWare Plus™ Operating System - Version 5.4.5-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