Руководство По Проектированию для Cisco Cisco Aironet 350 Mini-PCI Wireless LAN Client Adapter

Скачать
Страница из 368
 
5-31
Enterprise Mobility 4.1 Design Guide
OL-14435-01
Chapter 5      Cisco Unified Wireless QoS
  LWAPP over WAN Connections
class-map match-all LWAPPDATACS6
 match access-group 110
 match  dscp cs6 
!
policy-map LWAPPDATACS6
 class LWAPPDATACS6
  set dscp cs3
!
interface FastEthernet0
 ip address 192.168.203.1 255.255.255.252
service-policy input LWAPPDATACS6
!
access-list 110 remark LWAPP Data
access-list 110 permit udp 192.168.101.0 0.0.0.255 host 192.168.60.11 eq 12222
access-list 110 permit udp 192.168.101.0 0.0.0.255 host 192.168.62.11 eq 12222
access-list 111 remark LWAPP Control
access-list 111 permit udp 192.168.101.0 0.0.0.255 host 192.168.60.11 eq 12223
access-list 111 permit udp 192.168.101.0 0.0.0.255 host 192.168.62.11 eq 12223
Changing the DSCP of LWAPP Control Traffic above a predefined rate
The following shows an example of rate limiting the LWAPP control traffic from the WAN site to 
minimize the impact of the CS6-marked control traffic on routing traffic. Note that the rate limit 
configuration does not drop non-conforming traffic, but simply reclassifies that traffic.
Note
Note that this is an example, and not a recommendation. Under normal circumstances, and following the 
design guidelines for deploying APs over a WAN connection, it is unlikely that LWAPP control traffic 
would impact the WAN routing protocol connection.
interface Serial0
 ip address 192.168.202.2 255.255.255.252
 rate-limit output access-group 111 8000 3000 6000 conform-action transmit exceed-action 
set-dscp-transmit 26
access-list 111 remark LWAPP Control
access-list 111 permit udp 192.168.101.0 0.0.0.255 host 192.168.60.11 eq 12223
access-list 111 permit udp 192.168.101.0 0.0.0.255 host 192.168.62.11 eq 12223
!
For more information on WLAN QoS and 802.11e, refer to the IEEE 802.11 Handbook, A designers 
companion (second edition), Bob O’Hara and Al Petrick.