display portal server

Syntax

display portal server [ server-name ] [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

server-name: Specifies the name of a portal server, a case-sensitive string of 1 to 32 characters.

|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.

begin: Displays the first line that matches the specified regular expression and all lines that follow.

exclude: Displays all lines that do not match the specified regular expression.

include: Displays all lines that match the specified regular expression.

regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.

Description

Use display portal server to display information about a specified portal server or all portal servers.

Related commands: portal server.

Examples

# Display information about portal server aaa.

<Sysname> display portal server aaa
 Portal server:
  0)aaa:
    IP             : 192.168.0.111
    Port           : 50100
    Key            : ******
    URL            : http://192.168.0.111
    Status        : Up

Table 18: Command output

Field

Description

1)

Number of the portal server

aaa

Name of the portal server

IP

IP address of the portal server

Port

Listening port on the portal server

Key

Shared key for exchanges between the access device and portal server.

  • ****** is displayed if a key is configured.

  • Not configured is displayed if no key is configured.

URL

Address the packets are to be redirected to

Not configured will be displayed if no address is configured.

Status

Current status of the portal server. Possible values include:

  • N/A—The server is not referenced on any interface, or the server detection function is not enabled. The reachability of the portal server is unknown.

  • Up—The portal server is referenced on an interface and the portal server detection function is enabled, and the portal server is reachable.

  • Down—The portal server is referenced on an interface and the portal server detection function is enabled, but the portal server is unreachable.

This field is not displayed for IPv6 portal servers, because IPv6 portal servers do not support the portal server detection function.