show traffic-shape

Last Updated : Oct 25, 2015 |

Displays traffic shaping and Frame Relay Traffic Shaping configuration information.

Syntax

show traffic-shape [interface-name-number]

Parameters

Parameter

Description

Possible Values

Default Value

interface-name- number

Interface or sub-interface type and number

User level

read-only

Context

general

Examples

To display traffic shaping and Frame Relay Traffic Shaping information for the Media Gateway:
Gxxx-001(super)# show traffic-shape
                      Target    Byte   Sustain   Excess    Interval Increment
Interface         VC  Rate      Limit  bits/int  bits/int  (ms)     (bytes) 
----------------- --- --------- ------ --------- --------- -------- ---------
Serial 5/0:11.11  16      24000  12375     24000     96000      125       375
Serial 5/0:11.11  20      24000  12375     24000     96000      125       375
Serial 3/1:1.2    30      24000  12375     24000     96000      125       375
FastEthernet 10/3        128000   1518    128000         0        1        16
To display traffic shaping and Frame Relay Traffic Shaping information for the Serial 5/0 interface:
Gxxx-001(super)# show traffic-shape interface Serial 5/0:11.11
                      Target    Byte   Sustain   Excess    Interval Increment
Interface         VC  Rate      Limit  bits/int  bits/int  (ms)     (bytes) 
----------------- --- --------- ------ --------- --------- -------- ---------
Serial 5/0:11.11  16      24000  12375     24000     96000      125       375
Serial 5/0:11.11  20      24000  12375     24000     96000      125       375

Output fields

Field

Description

Interface

Interface or sub-interface type and number

VC

Virtual circuit, which is the DLCI number

Target Rate

Rate that traffic is shaped to, in bits per second. This is the CIR.

Byte Limit

Maximum number of bytes sent per internal interval. This is the high-watermark, which is equivalent to (inBc + Be)/8.

Sustain bits/int

Configured sustained bits per interval. This is the Bc.

Excess bits/int

Configured excess bits in the first interval. This is the Be.

Interval (ms)

The internal interval being used, in milliseconds. This is the inTc.

Increment (bytes)

Number of bytes that will be sustained per internal interval. This is the inBc/8.