cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
412
Views
0
Helpful
0
Replies

configuring traffic shapping (Limitations) on Nexus for users on VLAN

SHEREAZARSHAD
Level 1
Level 1

show policy-map interface eth 1/2 output

 


Global statistics status :   enabled

 

NOTE: Type qos policy-map configured on VLAN will take precedence
       over system-qos policy-map for traffic on the VLAN

 


Ethernet1/2

 

  Service-policy (queuing) output:   default-out-policy
    policy statistics status:   enabled

 

    Class-map (queuing):   class-default (match-any)
      Match: qos-group 0
      bandwidth percent 100
      queue dropped pkts : 0  current depth pkts: 0
      queue dropped bytes : 0  current depth bytes: 0
      queue transmit pkts: 0 queue transmit bytes: 0
      queue max depth pkts: 0 queue max depth bytes: 0

 

 

---------------------------------------------------------------------------

 


show policy-map POL-MAP-1502-QOS-TEST

 


  Type qos policy-maps
  ====================

 

  policy-map type qos POL-MAP-1502-QOS-TEST
    class type qos CLS-MAP-1502-QOS-TEST
      police cir 50 mbps bc 200 ms conform transmit violate drop
      set dscp default
    class type qos class-default
      set qos-group 0

 


=================================================

 

show class-map  CLS-MAP-1502-QOS-TEST

 


  Type qos class-maps
  ===================

 

    class-map type qos match-all CLS-MAP-1502-QOS-TEST
      match access-group name ACL-1502-CIR-DOWN-TEST

 

Orbit# show access-lists

 

IPV4 ACL ACL-1502-CIR-DOWN-TEST
        10 permit ip 103.11.62.68/30 any

 


==========================================================

 


switch# sh running-config int eth 1/2

 

interface Ethernet1/2
  switchport mode trunk
  switchport trunk allowed vlan 1802
  service-policy type qos input POL-MAP-1502-QOS-TEST

 

==========================================================================

 


We are configuring traffic shapping (Limitations) on Nexus for users on VLAN level but it did not capture packets and did not implemented properly. Can anyone guide what is missing in this.

0 Replies 0