display portal server statistics

Syntax

display portal server statistics { all | interface interface-type interface-number } [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

all: Specifies all interfaces.

interface interface-type interface-number: Specifies an interface by its type and name.

|: 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 statistics to display portal server statistics on a specified interface or all interfaces.

With the all keyword specified, the command displays portal server statistics by interface and therefore statistics about a portal server referenced by more than one interface may be displayed repeatedly.

Examples

# Display portal server statistics on VLAN-interface 1.

<Sysname> display portal server statistics interface vlan-interface 1
 ---------------Interface: Vlan-interface 1----------------------
 Invalid packets: 0
 Pkt-Name                          Total   Discard  Checkerr
 REQ_CHALLENGE                       3        0        0
 ACK_CHALLENGE                       3        0        0
 REQ_AUTH                             3        0        0
 ACK_AUTH                             3        0        0
 REQ_LOGOUT                           1        0        0
 ACK_LOGOUT                           1        0        0
 AFF_ACK_AUTH                         3        0        0
 NTF_LOGOUT                           1        0        0
 REQ_INFO                              6        0        0
 ACK_INFO                              6        0        0
 NTF_USERDISCOVER                    0        0        0
 NTF_USERIPCHANGE                    0        0        0
 AFF_NTF_USERIPCHANGE               0         0        0
 ACK_NTF_LOGOUT                      1         0        0
 NTF_USERSYNC                        2         0        0
 ACK_NTF_USERSYNC                   0         0        0
 NTF_CHALLENGE                       0        0        0
 NTF_USER_NOTIFY                     0        0        0
 AFF_NTF_USER_NOTIFY                 0        0        0

Table 19: Command output

Field

Description

Interface

Interface referencing the portal server

Invalid packets

Number of invalid packets

Pkt-Name

Packet type

Total

Total number of packets

Discard

Number of discarded packets

Checkerr

Number of erroneous packets

REQ_CHALLENGE

Challenge request message the portal server sends to the access device

ACK_CHALLENGE

Challenge acknowledgment message the access device sends to the portal server

REQ_AUTH

Authentication request message the portal server sends to the access device

ACK_AUTH

Authentication acknowledgment message the access device sends to the portal server

REQ_LOGOUT

Logout request message the portal server sends to the access device

ACK_LOGOUT

Logout acknowledgment message the access device sends to the portal server

AFF_ACK_AUTH

Affirmation message the portal server sends to the access device after receiving an authentication acknowledgement message

NTF_LOGOUT

Forced logout notification message the access device sends to the portal server

REQ_INFO

Information request message

ACK_INFO

Information acknowledgment message

NTF_USERDISCOVER

User discovery notification message the portal server sends to the access device

NTF_USERIPCHANGE

User IP change notification message the access device sends to the portal server

AFF_NTF_USERIPCHANGE

User IP change success notification message the portal server sends to the access device

ACK_NTF_LOGOUT

Forced logout acknowledgment message from the portal server

NTF_USERSYNC

User synchronization packet the access device received from the portal server

ACK_NTF_USERSYNC

User synchronization acknowledgment packet the access device sent to the portal server

NTF_CHALLENGE

Challenge request the access device sent to the portal server

NTF_USER_NOTIFY

User information notification message the access device sent to the portal server

AFF_NTF_USER_NOTIFY

NTF_USER_NOTIFY acknowledgment message the access device sent to the portal server