134
Task Command
Remarks
Display information about CBQ
applied to an interface.
display qos policy interface
[
interface-type
interface-number
[
dlci
dlci-number
|
inbound
|
outbound
] ] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
Available in any
view.
Display information about FR
fragmentation.
display fr fragment-info
[
interface
interface-type
interface-number
] [
dlci-number
]
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
Available in any
view.
Display the statistics information
about data transmitted and
received through FR.
display fr statistics
[
interface
interface-type
interface-number
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
Available in any
view.
FR QoS configuration examples
FRTS configuration example
Network requirements
As shown in
, the router connects to the FR network through Serial 2/0/1. Its average
transmit rate is 96 kbps, maximum transmit rate is 128 kbps, and minimum transmit rate is 32 kbps.
Configure FRTS on the router to adjust 20% of the BECN-flagged traffic every time.
Figure 50 Network diagram
Configuration procedure
# Create FR class
96k
and configure its FRTS parameters.
[Router] fr class 96k
[Router-fr-class-96k] cir allow 96000
[Router-fr-class-96k] cir 32000
[Router-fr-class-96k] cbs 96000
[Router-fr-class-96k] ebs 32000
[Router-fr-class-96k] traffic-shaping adaptation becn 20
[Router-fr-class-96k] quit
# Enable FR encapsulation and FRTS on interface Serial 2/0/1.
[Router] interface serial 2/0/1
[Router-Serial2/0/1] link-protocol fr
[Router-Serial2/0/1] fr traffic-shaping
# Create an FR PVC and apply FR class
96k
to the FR PVC.
[Router-Serial2/0/1] fr dlci 16
[Router-fr-dlci-Serial2/0/1-16] fr-class 96k