
QoS Matching issue
Hi,
How do we match every traffic passing a transit router ?
Router A --------> Router B ---------> Router C
*** Suppose you want to match everything passed from A to C but you are not allowes to match based on input interface.
Is there any other way for this?
Thx
Comments
Hi,
I would create ACL permit ip any any on interface and match that.
Regards
Von
Hi SS,
It depends on where you want to implement the policy and what you "expect" to have as your traffic.
In a simple case where only IP traffic is passing through the middle device a quick "ip any any" would pick "everything" up. In a FR design where non-ip traffic is also expected matching based on FR DLCI would help much. In an ultimate design matching based on source or destination MAC address (obviously router interfaces) makes perfect sense.
just my 2c.
HTH,
Cheers,
K.