Hi Guys,
I want to have users access to the site
www.webex.com as high priority, and the other web sites are still set as the lower priority.How would i
accomodate this on my Cisco 1941 configutration below ?
class-map match-any p2p
match protocol bittorrent
match protocol edonkey
match protocol fasttrack
match protocol gnutella
match protocol kazaa2
class-map match-all voice_sig
class-map match-all voice
!
!
policy-map wan_qos
class p2p
police 8000
class voice
priority percent 50
class voice_sig
bandwidth percent 10
class class-default
fair-queue
policy-map input
class p2p
police 8000
!
!
!
interface GigabitEthernet0/0
ip nat outside
ip virtual-reassembly
no ip route-cache cef
no ip route-cache
duplex auto
speed auto
no cdp enable
!
service-policy input input
service-policy output wan_qos
!
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.224
ip access-group netbios in
ip access-group netbios out
no ip proxy-arp
ip nat inside
ip virtual-reassembly
no ip route-cache cef
no ip route-cache
duplex auto
speed auto
no cdp enable
!
service-policy input input
service-policy output wan_qos
!
!
ip forward-protocol nd
!
ip http server
ip http authentication local
ip http secure-server
ip flow-export version 5
!
ip nat inside source list 1 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 *.*.
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
no cdp run
!
!
!
!
!
control-plane
!
!