I have to do some packet tagging in my organization and I'm encoutering a little problem configuring my OS6850 : policy rule always add a routed rule, and I just want to add them to bridged rules but I don't see how to tell that to my switch !
Here is an extract from my configuration :
Code: Select all
policy network group reseau x.x.x.x mask 255.255.0.0 z.z.z.z mask 255.255.0.0
policy network group voip y.y.y.y mask 255.255.0.0
policy condition voip source network group voip destination network group reseau
policy action voip priority 6 dscp 46
policy rule voip precedence 300 condition voip action voip
Code: Select all
sw> show bridged policy rule
No pending bridged rules
sw> show routed policy rule
Policy From Prec Enab Act Refl Log Trap Save Def
voip cli 300 Yes Yes No No Yes Yes Yes
(L2/3): voip -> voip
...
Regards.