05-06-2016 12:26 PM - edited 03-05-2019 03:58 AM
Cisco 2901 router,
Issue: VMWare vSphere replication has no means to throttle traffic until upgrading to 6.0 release which we are not ready to do yet.
Solution: Would like to throttle this traffic out our WAN through our 2901 router. The existing traffic uses destination ports 39444 and 44046.
I thought that if I was in a class-map config, I could do something like
match port tcp eq 39444
But I get % Invalid input detected at '^' marker.
Any idea how to set this up?
Solved! Go to Solution.
05-09-2016 01:11 AM
You could match against an access-list that permits devices only with those port numbers to be match against
something like
class-map TEST
match access-group TEST
access-list TEST permit tcp .......... eq 39444
05-09-2016 01:11 AM
You could match against an access-list that permits devices only with those port numbers to be match against
something like
class-map TEST
match access-group TEST
access-list TEST permit tcp .......... eq 39444
05-09-2016 05:17 AM
As Mark shows.
05-09-2016 08:37 AM
Thank you, that makes sense!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide