cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
489
Views
5
Helpful
4
Replies

Catalyst3650 monitoring traffic shape

t-tsuchiya
Level 1
Level 1

  

Hi,

I configured Traffic shape on Catalyst3650, but I cannot see the status of traffic shaping.

I cannot find "show command" related to traffic shaping. ( I found"show traffic-shape" command, but it doesn't display )

Can you tell me how to confirm the status of traffic shaping?

policy-map shape-test

class class-default
shape average percent 10


interface GigabitEthernet1/0/1
service-policy output shape-test

catalyst3650#show traffic-shape gigabitEthernet 1/0/1

Load for five secs: 6%/0%; one minute: 2%; five minutes: 2%
No time source, *12:39:20.163 UTC Mon Feb 27 2017

Traffic shaping not configured on GigabitEthernet1/0/1

1 Accepted Solution

Accepted Solutions

Philip D'Ath
VIP Alumni
VIP Alumni
show policy-map interface gigabitEthernet 1/0/1

View solution in original post

4 Replies 4

Philip D'Ath
VIP Alumni
VIP Alumni
show policy-map interface gigabitEthernet 1/0/1

Hi Philip,

Thank you for comment!

I tried, but I cannot see the detail status of Traffic Shaping. 

catalyst3650#sh policy-map interface gigabitEthernet 1/0/1 output

(snip)

Service-policy output:shape-test

(snip)

 Class-map: class-default

     0 packets

     Queueing

     (total drops) 499231304

     (bytes output) 211309852

     shape (average) cir 10000000, bc 40000, be 40000

     target shape rate 10000000

I expect to see like this,

Traffic Shaping
Target Byte Sustain Excess Interval Increment Adapt
Rate Limit bits/int bits/int (ms) (bytes) Active
241000 1928 7712 7712 32 964 -

Queue Packets Bytes Packets Bytes
Depth Delayed Delayed Active
41 3980 978872 3967 975686 yes

The example you have given is from an IOS device.  IOS-XE devices (like the 3650) don't have an output like that.

I got it.

Thank you for answer to me!