display portal interface
Syntax
display portal interface interface-type interface-number [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
interface-type interface-number: Specifies an interface by its type and number.
|: 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 interface to display the portal configuration of an interface.
Examples
# Display the portal configuration for interface VLAN-interface 2.
<Sysname> display portal interface vlan-interface 2 Portal configuration of Vlan-interface2 IPv4: Status: Portal running Portal server: servername Portal backup-group: 1 Authentication type: Layer3 Authentication domain: my-domain Authentication network: Source IP: 1.1.1.1 Mask : 255.255.0.0 Portal configuration of Vlan-interface2 IPv6: Status: Portal running Portal server: v6pt Portal backup-group: None Authentication type: Direct Authentication domain: Authentication network: Source IP: 4::4 Prefix length: 128
Table 15: Command output
Field | Description |
---|---|
Portal configuration of interface | Portal configuration on the interface |
IPv4 | IPv4 portal configuration |
IPv6 | IPv6 portal configuration |
Status | Status of the portal authentication on the interface:
|
Portal server | Portal server referenced by the interface |
Portal backup-group | ID number of the portal group to which the interface belongs. If the interface does not belong to any portal group, None is displayed. |
Authentication type | Authentication mode enabled on the interface |
Authentication domain | Mandatory authentication domain of the interface |
Authentication network | Information of the portal authentication source subnet and destination subnet |
Source IP | IP address of the portal authentication source subnet |
Destination IP | IP address of the portal authentication destination subnet |
Mask | Subnet mask of the IP address of the portal authentication subnet |
Prefix length | Prefix length of the IPv6 address of the portal authentication subnet |