cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
333
Views
0
Helpful
1
Replies

How to implement CoS tagging by TCP port

averheaghe
Level 1
Level 1

  Our enviornment includes 3560 switches and 2800 routers. We have a few remote offices using an application on TCP port 1677 that use far to much bandwidth. Our WAN provider can throttle and police this for us, if I can TAG this traffic, for example all Traffic from Florida using the Groupwise app on TCP  uses TCP port 1677 and I want it tagged with CoS 3. What is the best way to do this?

Thanks

1 Accepted Solution

Accepted Solutions

Hello


access-list 100 permit tcp x.x.x.x y.y.y.y eq 1677 any eq 1677

class-map tst-cm
match access group 100

policy-map tst-pm
class tst-cm
set cos3

int x/x
service-policy output tst-pm

res
paul


Sent from Cisco Technical Support Android App


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

1 Reply 1

Hello


access-list 100 permit tcp x.x.x.x y.y.y.y eq 1677 any eq 1677

class-map tst-cm
match access group 100

policy-map tst-pm
class tst-cm
set cos3

int x/x
service-policy output tst-pm

res
paul


Sent from Cisco Technical Support Android App


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking products for a $25 gift card