display cfd md
Syntax
display cfd md [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
|: 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 cfd md to display the MD configuration information.
Examples
# Display the MD configuration information.
<Sysname> display cfd md CFD is enabled. 8 maintenance domain(s) configured: Level: 0 Maintenance domain: mdtest_0 Level: 1 Maintenance domain: mdtest_1 Level: 2 Maintenance domain: mdtest_2 Level: 3 Maintenance domain: mdtest_3 Level: 4 Maintenance domain: mdtest_4 Level: 5 Maintenance domain: mdtest_5 Level: 6 Maintenance domain: mdtest_6 Level: 7 Maintenance domain: (Without Name)
Table 13: Command output
Field | Description |
---|---|
8 maintenance domain(s) configured | Number of MDs configured. |
Level | Level of MD. Each level allows only one MD. |
Maintenance domain | Name of MD. (If the MD does not have a name, this field is displayed as Without Name.) |