- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2013 08:07 AM - edited 03-07-2019 01:08 PM
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
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2013 08:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2013 08:34 AM
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
