11 redirect function, 12 paging, 13 warning messages – Hitachi GR2000 Series User Manual
Page 71: 11 redirect function -9, 12 paging -9, 13 warning messages -9, Figure 3-16. execution result of, Figure 3-17. flittering s, Figure 3-18. storing, Figure 3-16

Command operation
GR2K-GA-0015
3-9
Ver. 07-02
Figure 3-16 Execution Result of show ip interface Command
Figure 3-17 Flittering show ip interface Command Execution Result with sort Command
3.2.11
Redirect Function
The redirect function lets you store the command execution result in a desired file.
Figure 3-18 shows how to store the result of
show interfaces
command execution.
Figure 3-18 Storing show interfaces Command Execution Result by Redirect Function
3.2.12
Paging
When displaying a command output, information that is too large to be displayed on
one screen is divided between single screens. However, no paging is performed when
the redirect is given. In addition, the paging can either make effective or nullify its
function by using the
set terminal
pager command.
3.2.13
Warning Messages
If the device’s status has changed and it is left as it is, the console’s operation may be
affected.For example, if you enter a
line test
command, that line’s testing status
precludes its use for communication. In such a case, a message box ’You have
warning messages. Use "show warning" to see them.’appears periodically to prompt
you until you see the warning message contents using the
show warning
command.
The display level can be changed using
set terminal warning-level
. Table 3-3 lists the
warning messages.
> show ip interface summary
tokyo: UP 192.168.0.1 255.255.255.0
nagoya: UP 192.168.1.1 255.255.255.0
osaka: DOWN 192.168.2.1 255.255.255.0
fukuoka: UP 192.168.3.1 255.255.255.0
sapporo: DOWN 192.168.4.1 255.255.255.0
>
> show ip interface summary | sort
fukuoka: UP 192.168.3.1 255.255.255.0
nagoya: UP 192.168.1.1 255.255.255.0
osaka: DOWN 192.168.2.1 255.255.255.0
sapporo: DOWN 192.168.4.1 255.255.255.0
tokyo: UP 192.168.0.1 255.255.255.0
>
> show interfaces nif 0 line 0 > show_interface.log
>