display portal quiet-user
Function
The display portal quiet-user command displays information about Portal authentication users in quiet state.
Format
display portal quiet-user { all | user-ip { ip-address | ipv6-address } | server-ip ip-address }
Parameters
Parameter | Description | Value |
---|---|---|
all | Displays information about all Portal authentication users in quiet state. |
- |
user-ip ip-address | Displays information about the quiet user with the specified IP address. |
The value is in dotted decimal notation. |
user-ip ipv6-address | Displays information about the quiet user with the specified IPv6 address. |
The value is a 32-digit hexadecimal number, in the format X:X:X:X:X:X:X:X. |
server-ip ip-address | Displays information about all the users in quiet state authenticated by the Portal authentication server with a specified IP address. |
The value is in dotted decimal notation. |
Usage Guidelines
After the quiet timer is enabled, you can run the display portal quiet-user command to view information about Portal authentication users in quiet state.
Example
# Display information about all Portal authentication users in quiet state.
<AC6605> display portal quiet-user all
Quiet IP information
-------------------------------------------------------------------------------------
Quiet ip Quiet Remain Time(Sec)
------------------------------------------------------------------------------------
192.168.1.1 10
192.168.1.2 20
------------------------------------------------------------------------------------
2 quiet IP found, 2 printed.
# Display information about all the users in quiet state authenticated by the Portal authentication server with IP address 192.168.2.1.
<AC6605> display portal quiet-user server-ip 192.168.2.1
Quiet IP information
-------------------------------------------------------------------------------------
Quiet ip Quiet Remain Time(Sec)
------------------------------------------------------------------------------------
192.168.1.3 10
192.168.1.4 20
------------------------------------------------------------------------------------
2 quiet IP found, 2 printed.
# Display information about the user in quiet state at 192.168.1.1.
<AC6605> display portal quiet-user user-ip 192.168.1.1
Quiet remain second 100
Item |
Description |
---|---|
Quiet IP information |
Information about the user in quiet state. |
Quiet ip |
IP address of the user in quiet state. |
Quiet Remain Time(Sec) |
Remaining quiet time of the user in quiet state, in seconds. |
Quiet remain second |
Remaining quiet period of the user in quiet state. |