I created this QOS for teams and need some feedback.
ip access-list EXTENDED TEAMS-PORTS
20 permit udp any any range 50000 50059
30 permit tcp any any range 50000 50059
exit
class-map match-all TEAMS
Match access-group name TEAMS-PORTS
class-map match-all AUDIO
match ip dscp ef
class-map match-all INTERACTIVE-VIDEO
match ip dscp af41
class-map match-all APP-SHARE
match ip dscp af21
class-map match-all BEST-EFFORT
match ip dscp default
exit
policy-map PER-DEVICE-TEAMS
class TEAMS
trust dscp
exit
class AUDIO
set dscp ef
exit
class INTERACTIVE-VIDEO
set dscp af41
exit
class APP-SHARE
set dscp af21
exit
class BEST-EFFORT
set dscp default
Interface configuration:
service-policy input PER-DEVICE-TEAMS
No comments:
Post a Comment