Page 1 of 1

bridged policy rule issue

Posted: 01 Apr 2011 05:25
by Holarius
Folks,

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                            
...
I've read the documentation (networking guide & cli reference) and did not find any clue... If anyone there can tell me where I'm mistaken...

Regards.

Re: bridged policy rule issue

Posted: 12 Jun 2011 19:41
by cedric1
hello

Why is this an issue for you ?

You are in a Layer3 classification so your are ok with your setup.

best is to add a log statement to your rule voip, and make a show qos log to see if you have match.

Cedric