display domain

Syntax

display domain [ isp-name ] [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

isp-name: Name of an existing ISP domain, a string of 1 to 24 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 domain to display the configuration of ISP domains.

If you do not specify any ISP domain, the command displays the configuration of all ISP domains.

Related commands: access-limit enable, domain, and state.

Examples

# Display the configuration of all ISP domains.

<Sysname> display domain
0  Domain : system
   State :  Active
   Access-limit :  Disabled
   Accounting method : Required
   Default authentication scheme      : local
   Default authorization scheme       : local
   Default accounting scheme          : local
   DSCP :  63
   Domain User Template:
   Idle-cut : Disabled
   Self-service : Disabled
   Authorization attributes :

1  Domain : test
   State : Active
   Access-limit : Disabled
   Accounting method : Required
   Default authentication scheme      : local
   Default authorization scheme       : local
   Default accounting scheme          : local
   DSCP :  63
   Lan-access authentication scheme   : radius:test, local
   Lan-access authorization scheme    : hwtacacs:hw, local
   Lan-access accounting scheme       : local
   Domain User Template:
   Idle-cut : Disabled
   Self-service : Disabled
   Authorization attributes :
    User-profile : profile1

Default Domain Name: system
Total 2 domain(s).

Table 2: Command output

Field

Description

Domain

ISP domain name.

State

Status of the ISP domain: active or blocked. Users in an active ISP domain can request network services, and users in a blocked ISP domain cannot.

Access-limit

Limit on the number of user connections. If there is no limit on the number, this field displays Disabled.

Accounting method

Indicates whether accounting is required. If accounting is required, when no accounting server is available or communication with the accounting server fails, user connections are torn down. Otherwise, users can continue to use network services.

Default authentication scheme

Default authentication method.

Default authorization scheme

Default authorization method.

Default accounting scheme

Default accounting method.

DSCP

DSCP value in IP packets from authenticated users in the ISP domain.

Lan-access authentication scheme

Authentication method for LAN users.

Lan-access authorization scheme

Authorization method for LAN users.

Lan-access accounting scheme

Accounting method for LAN users.

Domain User Template

Indicates some functions and attributes set for users in the domain.

Idle-cut

Indicates whether the idle cut function is enabled. With the idle cut function enabled for a domain, the system logs out any user in the domain whose traffic is less than the specified minimum traffic during the idle timeout period.

Self-service

Indicates whether the self service function is enabled. With the self service function enabled, users can launch a browser and enter the self service URL in the address bar to access the self service pages and perform self service operations.

Authorization attributes

Default authorization attributes for the ISP domain.

User-profile

Default authorization user profile.