Ipqos ef config, Ipqos commands, Syntax – Technicolor - Thomson ST585 V6 User Manual
Page 498: Example, Related commands
E-DOC-CTC-20061027-0004 v1.0
IPQoS Commands
474
ipqos ef config
Configure the IPQoS Expedited Forwarding (EF) timer for an interface.
SYNTAX:
where:
EXAMPLE:
The example below shows the default configuration:
RELATED COMMANDS:
ipqos ef config
intf =
[state = <{disabled | enabled}>]
[timeout =
[mtu =
intf
The name of the IP interface.
REQUIRED
state
Enable or disable the IPQoS EF timer for the interface.
The default is
disabled
.
OPTIONAL
timeout
A number between 100 and 10000 milliseconds.
Represents the timeout.
The default is
1000
.
OPTIONAL
mtu
A number between 68 and 65535.
Represents the MTU of the IP interface in case of EF data.
The default is
1500
.
OPTIONAL
=>ipqos ef list
Interface
State
Timeout
MTU
(ms)
(bytes)
loop
disabled
1000
65535
Rt_PPPoA2
disabled
1000
1500
eth0
disabled
1000
1500
=>ipqos ef config intf=Rt_PPPoA2 state=enabled
=>ipqos ef list
Interface
State
Timeout
MTU
(ms)
(bytes)
loop
disabled
1000
65535
Rt_PPPoA2
enabled
1000
1500
eth0
disabled
1000
1500
=>