R3166-R3206-HP High-End Firewalls Network Management Command Reference-6PW101

Table Of Contents
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 Getting Started 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 brief information about all interfaces.
If only the interface type is specified, this command displays brief information about interfaces of
the specified type.
If both the interface type and the interface number are specified, this command displays brief
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:
Interface Link Protocol-link Protocol type Main IP
Aux0 UP DOWN -- --
GE0/0 DOWN DOWN ETHERNET 192.168.0.1
GE0/1 UP UP ETHERNET 192.168.1.1
GE0/2 DOWN DOWN ETHERNET --
NULL0 UP UP(spoofing) NULL --
Vlan1 DOWN DOWN ETHERNET --
The brief information of interface(s) under bridge mode:
Interface Link Speed Duplex Link-type PVID
GE0/3 DOWN auto auto access 1
GE0/3.1 DOWN auto auto access 1
# Display the information of interfaces beginning with the string “spoof”.
<Sysname> display brief interface | begin spoof
The brief information of interface(s) under route mode:
Interface Link Protocol-link Protocol type Main IP
NULL0 UP UP(spoofing) NULL --
Vlan1 DOWN DOWN ETHERNET --
# Display brief information about all UP interfaces.
<Sysname> display brief interface | include UP
The brief information of interface(s) under route mode: