Enterasys Networks Security Router X-PeditionTM User Manual

Page 302

Advertising
background image

QoS on VPN

12-20 Configuring Quality of Service

Figure 12-6 QoS on a Virtual Interface Example

The following commands configure Ser and Vpn policy maps on the XSR Remote 1 as shown in

Figure 12-7

. XSR Central configuration is not described.

Configure the QoS Class Maps RTP and FTP matched to ACLs 110 and 15:

XSR(config)#class-map RTP
XSR(config-cmap<RTP)#match access-group 110
XSR(config-cmap<RTP)#exit
XSR(config)#class-map FTP
XSR(config-cmap<FTP)#match access-group 115
XSR(config-cmap<FTP)#exit

XSR(config)#class-map RTP1
XSR(config-cmap<RTP1)#match ip dscp 46
XSR(config-cmap<RTP1)#exit
XSR(config)#class-map FTP1
XSR(config-cmap<FTP1)#match ip dscp 18

Configure the input policy map Vpn classes RTP and FTP:

XSR(config)#policy-map Vpn
XSR(config-pmap-VPN>)#class RTP
XSR(config-pmap-c<RTP>)#set ip dscp 46
XSR(config-pmap-c<RTP>)#police 100000
XSR(config-pmap-c<RTP>)#class FTP
XSR(config-pmap-c<RTP>)#set ip dscp 18
XSR(config-pmap-c<RTP>)#class class-default
XSR(config-pmap-c<RTP>)#set ip dscp 8

Configure the output policy map Ser classes RTP1 and FTP1:

Advertising