R3204P16-HP Load Balancing Module Network Management Command Reference-6PW101
3
Parameters
interface-type interface-number: Specifies an interface by its type and number.
interface-number.subnumber: Specifies a subinterface number, where interface-number is an interface
number; subnumber is the number of a subinterface created under the interface. The value range for
subnumber is 1 to 4094.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see System Management Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays the 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, which is a case sensitive string of 1 to 256 characters.
Description
Use the display brief interface command to display brief interface information.
• If no interface type is specified, this command displays information about all interfaces.
• If only interface type is specified, this command displays information about interfaces of the
specified type.
• If both interface type and interface number are specified, this command displays information about
the specified interface.
Examples
# Display brief information about all interfaces.
<Sysname> display brief interface
The brief information of interface(s) under route mode:
Link: ADM - administratively down; Stby - standby
Protocol: (s) - spoofing
Interface Link Protocol Main IP Description
GE0/1 UP UP 192.168.0.1
GE0/1.1 UP DOWN --
GE0/4 DOWN DOWN --
NULL0 UP UP(s) --
XGE0/0 UP DOWN --
XGE0/0.11 UP UP 11.0.0.2
The brief information of interface(s) under bridge mode:
Link: ADM - administratively down; Stby - standby
Speed or Duplex: (a)/A - auto; H - half; F - full
Type: A - access; T - trunk; H - hybrid
Interface Link Speed Duplex Type PVID Description
GE0/2 DOWN auto A A 1
GE0/3 DOWN auto A A 1
# Filter the brief interface information to display the line starting with the (s) string and all subsequent
lines.
<Sysname> display brief interface | begin (s)
The brief information of interface(s) under route mode:
Link: ADM - administratively down; Stby - standby