12-17-2012 04:08 AM - edited 03-07-2019 10:39 AM
Hi,
I'm trying to configure a QoS feature on catalyst 3750E (IOS 12.2(52)SE) to do the following:
* mark incomming packets from the server 10.1.1.1 (just only from TCP ports 5432 and 54321) to dscp 21;
* all other TCP traffic from this server do nothing;
This is network topology:
This is the config applied on the switch:
-------------------------------------------------------------------
!
ip access-list extended Management
!
permit tcp any any eq 5432
permit tcp any any eq 54321
!
class-map CACHE_to_GMS
match access-group name Management
!
!
policy-map Management_CACHE_to_GMS
class CACHE_to_GMS
set dscp 21
!
!
interface GigabitEthernet 1/0/1
service-policy input Management_CACHE_to_GMS
!
-------------------------------------------------------------------
But from show policy-map interface I did not see any match on the classes. Also from "show mls qos interface statistics" I did not see any packets for "dscp 21" marked.
I would like some help to clarify if this config is possible and correct.
Thanks,
Marcelo
12-17-2012 09:16 AM
Hi yamaguchi
You post your question in a wrong forum, post in "Network Infrastructure>LAN, Switching and Routing". You can move your post using the actions panel on the right.
Greetings
Johnnatan Rodríguez Miranda
12-17-2012 09:26 AM
Hi Jonathan,
In which forum should I move to?...In which forum do you think is better to move?
Tks,
Marcelo
12-17-2012 09:40 AM
Hi Marcelo,
I moved your question into the correct area for you.
Regards,
Cindy Toy
Cisco Small Business Community Manager
for Cisco Small Business Products
www.cisco.com/go/smallbizsupport
twitter: CiscoSBsupport
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