E-DOC-CTC-20061027-0003v2.0
IPQoS Commands
478
ipqos ef configConfigure 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 = <string>
[state = <{disabled | enabled}>]
[timeout = <number{100-10000}>]
[mtu = <number{68-65535}>]
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
=>
ipqos ef list Display the IPQoS EF timers.
ipqos ef stats Display the IPQoS EF timer statistics.