cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
813
Views
0
Helpful
2
Replies

IOS Multi-Topology routing

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

2 Replies 2

paolo bevilacqua
Hall of Fame
Hall of Fame

send it to at specific routing topology

What that means ?

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