CoS rewrite
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-24-2016 09:46 AM
Hi ! Im running XOS 15.3 and are trying to rewrite packets out on a vmanwith specific qos profile. And I can't get it to work. The packets comes in with no dot1p bit set and I want to enforce on egress for this specific vman type 5 on QP6. The vman is configured with Qo6 Below is the configuration configure ports 1:15 qosprofile qp6 configure ports 1:16 qosprofile qp6 configure ports 1:44 qosprofile qp6 create qosprofile "QP6" configure dot1p type 5 qosprofile QP6 configure vman "XY" qosprofile QP6 The next switch in the chain see NO packet with QP6 set at all. ( both extreme switches) What have I misunderstood ?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-25-2016 10:35 AM
Ok I will try that. Can I do it per vman on egress? Or will it be per wman on since I have that configured already?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-24-2016 11:57 AM
Hi,
you are not doing rewriting, so that can't work.
enable dot1p replacement port x (x is the ingress port)
on egress the dot1p will be set according to the qosprofile associated on port x (as you are doing source port traffic grouping as I understand your example). Of course, the frame must be tagged on exit.
you are not doing rewriting, so that can't work.
enable dot1p replacement port x (x is the ingress port)
on egress the dot1p will be set according to the qosprofile associated on port x (as you are doing source port traffic grouping as I understand your example). Of course, the frame must be tagged on exit.
