08-26-2010 02:24 PM - edited 03-04-2019 09:33 AM
Hi all,
I have one question, somobody knows if there is any plan to extend the class-map"match" option to classify traffic and send it to at specific routing topology? Thanks
08-26-2010 02:45 PM
send it to at specific routing topology
What that means ?
08-26-2010 08:23 PM
Hi, sorry about the delay...what I mean is, to classify traffic and then select a specific TID for that traffic
For example :
global-address-family ipv4
topology T1
all-interfaces
exit
topology T2
forward-base
exit
exit
class-map match-any class-T1
match ip dscp 9
exit
class-map match-any class-T2
match ip dscp af11
exit
policy-map type class-routing ipv4 unicast testing
class class-T1
select-topology T1
exit
class class-T2
select-topology T2
exit
exit
global-address-family ipv4
service-policy type class-routing testing
end
My question is, if there is any plan to add support to other match statements, not just DSCP or IP Precedence, to MTR
Something like:
class-map match-any class-T1
match protocol X
exit
class-map match-any class-T2
match access-group name ACL-X
exit
Thanks
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