< Home

display portal local-server connect

Function

The display portal local-server connect command displays the connection status of users to be authenticated on a built-in Portal server.

Format

display portal local-server connect [ user-ip ip-address ]

Parameters

Parameter

Description

Value

user-ip ip-address

Displays the connection entry of a user with a specified IP address on a built-in Portal server.

The connection entries of all users on the built-in Portal server are displayed if this parameter is not specified.

The value of ip-address is in dotted decimal notation.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

You can run the display portal local-server connect command to check the authentication mode and status of users to be authenticated on a built-in Portal server.

Example

# Display the connection status of the user with the IP address 9.8.7.6 on a built-in Portal server.

<HUAWEI> display portal local-server connect user-ip 10.1.1.10
-------------------------------------------------------------------------------
	 CID  IP Address      AuthMode  State                                           
	 1    10.1.1.10       CHAP      ONLINE                                           
--------------------------------------------------------------------------------

# Display the connection status of all users on the built-in Portal server.

<HUAWEI> display portal local-server connect
-------------------------------------------------------------------------------
	 CID  IP Address      AuthMode  State                                           
	 1    10.1.1.10       CHAP      ONLINE 
	 2    10.1.1.11       PAP       ONLINE                                          
--------------------------------------------------------------------------------
Table 1 Description of the display portal local-server connect command output

Item

Description

CID

User table index.

IP Address

IP address of a user.

AuthMode

Authentication mode:
  • CHAP: The built-in Portal server uses CHAP to authenticate the user.
  • PAP: The built-in Portal server uses PAP to authenticate the user.

To set the authentication method, run the portal local-server authentication-method command.

State

User status:
  • WAIT_CHALLENGE: waiting for the challenge
  • WAIT_AUTHACK: waiting for the authentication response
  • ONLINE: online
  • WAIT_LOGOUTACK: waiting for logout
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >