Hi,
I am trying to priortise voice and video traffic between 2 sites but also lock down the system to only allow certain MAC address to use the ACL. I have demo equipment and live equipment attached to the same LAN but I only want certain devices to have priority. Is this possible? I have included a copy of the ACL as it stands at the moment without MAC filtering. I have read about bridging the interface and BVI but am unsure how this will effect other traffic and router performance.
remark signaling traffic H323,CD200,Avaya
access-list 101 permit tcp any any eq 9186 (Intercom call setup)
access-list 101 permit tcp any any eq 1720 (H.323 call setup protocol)
access-list 101 permit udp any any eq 5060 (SIP)
!
remark RTP traffic and CD200
access-list 102 permit udp 10.1.1.44 10.3.1.243 range 8000 8003
access-list 102 permit udp 10.1.114.34 10.3.114.104 eq 8108
!Applications
remark supportworks
access-list 103 permit tcp 10.1.1.69 any eq 5001
remark vantage
access-list 103 permit tcp 10.1.1.64 any range 8301-8311
access-list 103 permit tcp 10.1.1.64 any eq 7777
class-map match-all voice-traffic
match access-group 102
!
class-map match-all voice-signaling
match access-group 101
!
class-map match-any applicatons
match access-group 103
class-map match-any banned-traffic
match protocol napster
match protocol streamwork
match protocol kazaa2
match protocol fasttrack
match protocol gnutella
match protocol http url “*bcu.org.uk*”
!
policy-map qos-voice
class voice-traffic
priority 426
class voice-signaling
bandwidth 128
class applications
bandwidth 600
class banned-traffic
drop
class class-default
fair-queue