
C613-50186-01 Rev B
Command Reference for AR2050V
1841
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
-
WEB
FORWARD
Examples
To enable the ARP forwarding feature on interface eth1, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
auth-web forward arp
To add the TCP forwarding port 137 on interface eth1, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
auth-web forward tcp 137
To disable the ARP forwarding feature on interface eth1, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
no auth-web forward arp
To delete the TCP forwarding port 137 on interface eth1, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
no auth-web forward tcp 137
To delete the all of TCP forwarding on interface eth1, use the following commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
no auth-web forward tcp
To enable the arp forwarding feature on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth-web forward arp
To add the tcp forwarding port 137 on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth-web forward tcp 137
To disable the ARP forwarding feature on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
no auth-web forward arp