Attaching a policy map to ingress queues, Figure 3-130 service policy settings – SMC Networks SMC Tiger 10/100 SMC6128PL2 User Manual
Page 266
![background image](/manuals/150727/266/background.png)
Configuring the Switch
3-214
3
CLI – This example creates a policy map called “rd-policy,” sets the average
bandwidth the 1 Mbps, the burst rate to 1522 bps, and the response to reduce the
DSCP value for violating packets to 0.
Attaching a Policy Map to Ingress Queues
This function binds a policy map to the ingress queue of a particular interface.
Command Usage
• You must first define a class map, then define a policy map, and finally bind the
service policy to the required interface.
• You can only bind one policy map to an interface.
• The current firmware does not allow you to bind a policy map to an egress queue.
Command Attributes
• Ports – Specifies a port.
• Ingress – Applies the rule to ingress traffic.
• Enabled – Check this to enable a policy map on the specified port.
• Policy Map – Select the appropriate policy map from the scroll-down box.
Web – Click QoS, DiffServ, Service Policy Settings. Check Enabled and choose a
Policy Map for a port from the scroll-down box, then click Apply.
Figure 3-130 Service Policy Settings
CLI - This example applies a service policy to an ingress interface.
Console(config)#policy-map rd_policy#3
4-200
Console(config-pmap)#class rd_class#3
4-200
Console(config-pmap-c)#set ip dscp 4
4-201
Console(config-pmap-c)#police 100000 1522 exceed-action
set ip dscp 0
4-202
Console(config-pmap-c)#
Console(config)#interface ethernet 1/5
4-120
Console(config-if)#service-policy input rd_policy#3
4-203
Console(config-if)#