Command Manual – Portal
H3C S7500E Series Ethernet Switches Chapter 1 Portal Configuration Commands
1-14
Description
Use the portal auth-network command to configure a portal authentication subnet.
Use the undo portal auth-network command to remove a specified portal
authentication subnet or all portal authentication subnets.
Note that this command is only applicable for Layer 3 authentication. The portal
authentication subnet for direct authentication is any source IP address, and the portal
authentication subnet for re-DHCP authentication is the one determined by the private
IP address of the interface.
By default, the portal authentication subnet is 0.0.0.0/0, meaning that users in all
subnets are to be authenticated.
Examples
# Configure a portal authentication subnet of 10.10.10.0/24.
<Sysname> system-view
[Sysname] interface Vlan-interface 2
[Sysname-Vlan-interface2] portal auth-network 10.10.10.0 24
1.1.10 portal delete-user
Syntax
portal delete-user { ip-address | all | interface interface-type interface-number }
View
System view
Parameters
ip-address: IP address of a user.
all: Logs out all users.
interface interface-type interface-number: Logs out all users on the specified interface.
Description
Use the portal delete-user command to log out users.
Related commands: display portal user.
Examples
# Log out user 1.1.1.1.
<Sysname> system-view
[Sysname] portal delete-user 1.1.1.1