Hitachi GR2000 Series Manual Do Utilizador

Página de 500
Hitachi Gigabit Router GR2000 Series Enhanced Version Configuration Commands, Vol. 2
1-202
GR2K-GA-0014
Ver. 07-02
Display settings
show qos-ip [{<Line Name> | <VPVC Name> | <DLCI Name> | <Group Name> 
| <Timeslot Name> | <Peer Name> | <VC Name> }]
Parameters
{ <Line Name> | <DLCI Name> | <Group Name> | <Timeslot Name> | <Peer Name> | 
<VC Name> }
Description:
Sets the name of the relevant interface established in
IP
or
IP-address
settings. (Before entering this command, establish
IP
or
IP-address
settings.)
Default:
Cannot be omitted
{ -in | -out }
Description:
Sets inbound/outbound. Set inbound, outbound, or both
simultaneously for one interface.
in
:
Inbound (setting frame input side)
out
:
Outbound (setting frame output side)
Default:
Cannot be omitted.
-ip_list_group <qos-ip-list-group Name>
Description:
Sets QoS IP frame condition group names. (Before entering
this command, establish the QoS IP frame condition group.)
Default:
Cannot be omitted.
Examples
1. Setting parameters (settings are inbound)
To set
IP
frame condition group named
ip1
in the interface named
office1
:
2. Setting parameters (settings are inbound and outbound)
To set the IP frame condition groups named
ip1
and
ip2
respectively in the
interface designated inbound and outbound.
(config)# line office1 ethernet 0/0
(config)# ip office1 170.10.10.10/24
(config)# qos yes
(config)# qos-ip-list 3
(config)# qos-ip-list-group ip1 3
(config)# qos-ip office1 -in -ip_list_group ip1
(config)# show qos-ip office1
  qos-ip office1 in ip_list_group ip1 ;
(config)# 
(config)# qos-ip office1 -in -ip_list_group ip1
(config)# qos-ip office1 -out -ip_list_group ip2
(config)# show qos-ip office1
    qos-ip office1 in ip_list_group ip1 ;
    qos-ip office1 out ip_list_group ip2 ;
(config)#