R3303-HP HSR6800 Routers Interface Command Reference

Table Of Contents
3
slash (\), colon (:), semi-colon (;) quotation marks ("), apostrophe ('), comma (,), dot (.), and slash (/),
spaces, and other Unicode characters and symbols.
When you specify a description, follow these guidelines:
Each Unicode character takes the space of two regular characters.
To use Unicode characters or symbols in an interface description, install the specific input method
editor and log in to the device through remote login software that supports the character type.
When the length of a description string reaches or exceeds the maximum line width on the terminal
software, the software starts a new line, possibly breaking a Unicode character in half. This might
result in garbled characters at the end of a line.
Examples
# Change the description of interface GigabitEthernet 4/0/1 to lanswitch-interface.
<Sysname> system-view
[Sysname] interface gigabitethernet 4/0/1
[Sysname-GigabitEthernet4/0/1] description lanswitch-interface
# Change the description of Ethernet subinterface GigabitEthernet 4/0/1.1 to l2-subinterface4/0/1.1.
<Sysname> system-view
[Sysname] interface gigabitethernet 4/0/1.1
[Sysname-GigabitEthernet4/0/1.1] description l3-subinterface4/0/1.1
Related commands
display interface
display counters
Use display counters to display traffic statistics for interfaces.
Syntax
display counters { inbound | outbound } interface [ interface-type ] [ | { begin | exclude | include }
regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
inbound: Displays inbound traffic statistics.
outbound: Displays outbound traffic statistics.
interface-type: Specifies an interface type.
|: 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.