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

6509 bandwidth issue

ashwin007b
Level 1
Level 1

I have cisco 6509 cisco switch and want to restrict bandwidth on both direction guide me what i have to do in configuration mode.

I am already service policy but it is working in either input or output menas one direction only. I want to make it both directional use

4 Replies 4

rsimoni
Cisco Employee
Cisco Employee

Hi,

please send us the configuration you are using to see why it is not working.

Gernerally speaking policing works on both directions for PFC QoS on 6500; the only case where it works in one direction only is when you try to police on SVI in a purely L2 setup.

Riccardo

I have L2 PORT and that port want to restric the bandwitdh. here is configuration of L2 PORT. Please guide me which configuration can help.

I have check on internet after converting port L3 both direction work but how can i configure existing config without affecting existing network setup.

no access-list 105 permit ip host 180.250.149.11 any log

no access-list 105 permit ip any host 280.150.249.11 log

no access-list 105 permit ip host 180.250.249.102 any log

no access-list 105 permit ip any host 280.150.249.102 log

no access-list 105 permit ip host 280.150.249.103 any log

no access-list 105 permit ip any host 280.150.249.103 log

no access-list 105 permit ip host 180.250.249.104 any log

no access-list 105 permit ip any host 280.150.249.104 log

no access-list 105 permit ip host 180.250.249.105 any log

no access-list 105 permit ip host 180.250.249.98 any log

no access-list 105 permit ip any host 280.150.249.98 log

no access-list 105 permit ip any host 280.150.249.105 log

class-map match-all NLL_INTERNET1

  match access-group 105

policy-map NLL_DOWNLINK1

  class NLL_INTERNET1

   police 512000 128000    conform-action transmit     exceed-action drop

interface GigabitEthernet2/42

description *****CONNECTED TO NLL_INTERNET*****

switchport

switchport access vlan 150

switchport mode access

bandwidth 512

speed 10

service-policy input NLL_DOWNLINK1

Please provide me step by step detail of both direction restriction.

Hi,

policers on L2 ports (per-port policers) will work only in input direction.

check

http://www.cisco.com/en/US/partner/docs/switches/lan/catalyst6500/ios/12.2SX/configuration/guide/qos.html#wp1720400

"Note Policers can act on ingress traffic per-port or per-VLAN. For egress traffic, the policers can act per-VLAN only."

If you need bi-directional policers you need to apply the policers on the SVI.

If there is none you need to create it (interface vlan150) and apply the service policies to it.

By the default policies work in per-port mode; if you need per-vlan mode you need to add mls qos vlan-based
  to the physical ports belonging to vlan 150 (Gi2/42 in your case plus all the trunks which carry that vlan and all other access ports in that vlan).

Also, don't forget that if you have DFC's on your chassis policing will be implemented indipendently by each engine (the PFC and DFC), meaning that each engine will police at 512K in that vlan on its own (hence higher might be achieved).

All this other info is on the same guide I gave you in other sections.

Riccardo

I am not able to see this give link. but when i apply service policy command input and output direction packet is not being transmit over physical interface and connectivity broken.

Can you provide me configuration steps of bandwidth restriction on physical interface.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: