11-17-2011 03:12 AM - edited 03-04-2019 02:18 PM
Hi!
We have two logical connection which are connected via 1 physical Ethernet interface to 2 routers in central sites.
Both connections are 2 Mb/s. How can i classify the output traffic in order to shape both direction to 2-2 Mb/s.
There are not suitable "match" command!!! ??
The branch routers are 2650xm and 2811.
Any help!
11-17-2011 05:45 AM
Hi,
We must use service-policy on physcal interface because of VRF's.
So the service-policies on the subinterfaces are not useable. ( so its too easy )
11-18-2011 09:53 AM
IT SEEMS TO BE INSOLVABLE PROBLEM WITH CISCO!
11-18-2011 04:28 PM
can you describe what is insolvable please ?
what is the device type that connect to the two routers ?
have you tried to use ACL with policing by matching any traffic going to anything behind router 1 to be policed to 2 M
and another class for any traffic going to networks behind router2 to be policed to 2 M
then put those classes in policy map and apply the service policy to the main interface
also you might try to match the next hope router MAC address in a class map and police the traffic to 2 M using the below match under the class map if your IOS support it
class-map xxx
match destination-address mac address
hope this help
if helpful rate
11-20-2011 11:37 PM
Thanks your answer!
Thanks the destination-address MAC address match is good but not "elegant" in this case.
The real situation is the following.
Every branch has two routers. One of routers is the HSRP active and we use load-balancing.
Some places the HSRP active router is the 2650XM which has one Ethernet interface.
The output packets might have three direction. 1. Local LAN 2. R2 router 3. Central routers
The destination mac-address match is also good but I would like to use service-policy which is SAME in every routers.
The router cannot distinguish the packets going out on the parameter basis of the packets.
The mac-address is unique so in this case we need to configure all routers one by one!
Very 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