
but with the "reflexive" command nothing... when i tried like in the documentation : policy rule rule_name [no reflexive] [no save] [no log], on the screen it's write : invalid entry : "reflexive", I don't know if it's possible to use this command with the 6400 but it's strange when i put show policy rule, there is this category...
after i tried a lot of things and analysed the log file to see where is the problem.

Configuration:
policy network group vlan2 192.168.92.0 mask 255.255.255.0
policy network group vlan3 192.168.93.0 mask 255.255.255.0
policy condition c1 source network group vlan2 destination network group vlan3
policy action no disposition deny
policy rule r1 condition c1 action no precedence 10000 log
policy condition c2 source ip 192.168.92.3 mask 255.255.255.255 destination network group vlan3
policy action allow disposition accept
policy rule r2 condition c2 action allow precedence 15000 log
qos apply
show policy rule
Policy From Prec Enab Act Refl Log Trap Save
r2 cli 15000 Yes Yes No Yes Yes Yes
(L2/3): c2 -> allow
log interval: 30
r1 cli 10000 Yes Yes No Yes Yes Yes
(L2/3): c1 -> no
log interval: 30
==> from the manager computer : ping 192.168.92.3 => ok
and on he log file it's good :
9/02/09 9:15:20 [@09:15:19] rule 'r2' matched:accept
9/02/09 9:15:20 DoubleTagged. svlan 3 802.1p 0 cvlan 0 c802.1p 0 port Switch
-> 1/7
9/02/09 9:15:20 MAC 00:E0:B1:B3:95:BD -> 00:30:05:44:A5:72
9/02/09 9:15:20 TOS 0x00 (ICMP 0:0) 192.168.92.3 -> 192.168.93.5
9/02/09 9:15:20 [@09:15:19] rule 'r2' matched:accept
9/02/09 9:15:20 svlan 2 port 1/2
9/02/09 9:15:20 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:15:20 TOS 0x00 (ICMP 0:0) 192.168.92.3 -> 192.168.93.5
9/02/09 9:15:25 [@09:15:20] rule 'r2' matched:accept
9/02/09 9:15:25 svlan 2 port 1/2
9/02/09 9:15:25 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:15:25 TOS 0x00 (ICMP 0:0) 192.168.92.3 -> 192.168.93.5
9/02/09 9:15:25 [@09:15:21] rule 'r2' matched:accept
9/02/09 9:15:25 svlan 2 port 1/2
9/02/09 9:15:25 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:15:25 TOS 0x00 (ICMP 0:0) 192.168.92.3 -> 192.168.93.5
9/02/09 9:15:25 [@09:15:22] rule 'r2' matched:accept
9/02/09 9:15:25 svlan 2 port 1/2
9/02/09 9:15:25 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:15:25 TOS 0x00 (ICMP 0:0) 192.168.92.3 -> 192.168.93.5
after i try from the employee computer : ping 192.168.93.5
we can see on the log file that it's use again the r2 and not the r1 that's why the ping is ok :
9/02/09 9:21:15 [@09:21:12] rule 'r2' matched:accept
9/02/09 9:21:15 DoubleTagged. svlan 3 802.1p 0 cvlan 0 c802.1p 0 port Switch
-> 1/7
9/02/09 9:21:15 MAC 00:E0:B1:B3:95:BD -> 00:30:05:44:A5:72
9/02/09 9:21:15 TOS 0x00 (ICMP 8:0) 192.168.92.3 -> 192.168.93.5
But for me there is an error for the c2 because it's the vlan3 the source and the computer the destination (maybe it's the same) i tried to change but it's the same :
policy network group vlan2 192.168.92.0 mask 255.255.255.0
policy network group vlan3 192.168.93.0 mask 255.255.255.0
policy condition c1 source network group vlan2 destination network group vlan3
policy action no disposition deny
policy rule r1 condition c1 action no precedence 10000 log
policy condition c2 source network group vlan3 destination ip 192.168.92.3 mask 255.255.255.255
policy action allow disposition accept
policy rule r2 condition c2 action allow precedence 15000 log
qos apply
==> from the manager computer : ping 192.168.92.3 => block
and on he log file :
9/02/09 9:29:50 [@09:29:48] rule 'r2' matched:accept
9/02/09 9:29:50 DoubleTagged. svlan 2 802.1p 0 cvlan 0 c802.1p 0 port Switch
-> 1/2
9/02/09 9:29:50 MAC 00:E0:B1:B3:95:BD -> 00:30:05:3E:B7:AF
9/02/09 9:29:50 TOS 0x00 (ICMP 8:0) 192.168.93.5 -> 192.168.92.3
9/02/09 9:29:50 [@09:29:48] rule 'r2' matched:accept
9/02/09 9:29:50 svlan 3 port 1/7
9/02/09 9:29:50 MAC 00:30:05:44:A5:72 -> 00:E0:B1:B3:95:BD
9/02/09 9:29:50 TOS 0x00 (ICMP 8:0) 192.168.93.5 -> 192.168.92.3
9/02/09 9:29:50 [@09:29:48] rule 'r1' matched:deny
9/02/09 9:29:50 svlan 2 port 1/2
9/02/09 9:29:50 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:29:50 TOS 0x00 (ICMP 0:0) 192.168.92.3 -> 192.168.93.5
9/02/09 9:29:55 [@09:29:53] rule 'r2' matched:accept
9/02/09 9:29:55 svlan 3 port 1/7
9/02/09 9:29:55 MAC 00:30:05:44:A5:72 -> 00:E0:B1:B3:95:BD
9/02/09 9:29:55 TOS 0x00 (ICMP 8:0) 192.168.93.5 -> 192.168.92.3
9/02/09 9:29:55 [@09:29:53] rule 'r1' matched:deny
9/02/09 9:29:55 svlan 2 port 1/2
9/02/09 9:29:55 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:29:55 TOS 0x00 (ICMP 0:0) 192.168.92.3 -> 192.168.93.5
9/02/09 9:30:00 [@09:29:59] rule 'r2' matched:accept
9/02/09 9:30:00 svlan 3 port 1/7
9/02/09 9:30:00 MAC 00:30:05:44:A5:72 -> 00:E0:B1:B3:95:BD
9/02/09 9:30:00 TOS 0x00 (ICMP 8:0) 192.168.93.5 -> 192.168.92.3
9/02/09 9:30:00 [@09:29:59] rule 'r1' matched:deny
9/02/09 9:30:00 svlan 2 port 1/2
9/02/09 9:30:00 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:30:00 TOS 0x00 (ICMP 0:0) 192.168.92.3 -> 192.168.93.5
9/02/09 9:30:05 [@09:30:04] rule 'r2' matched:accept
9/02/09 9:30:05 svlan 3 port 1/7
9/02/09 9:30:05 MAC 00:30:05:44:A5:72 -> 00:E0:B1:B3:95:BD
9/02/09 9:30:05 TOS 0x00 (ICMP 8:0) 192.168.93.5 -> 192.168.92.3
9/02/09 9:30:05 [@09:30:04] rule 'r1' matched:deny
9/02/09 9:30:05 svlan 2 port 1/2
9/02/09 9:30:05 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:30:05 TOS 0x00 (ICMP 0:0) 192.168.92.3 -> 192.168.93.5
after i try from the employee computer : ping 192.168.93.5
it's good because it's use r1 and the employee don't access to manager
9/02/09 9:32:00 [@09:31:58] rule 'r1' matched:deny
9/02/09 9:32:00 svlan 2 port 1/2
9/02/09 9:32:00 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:32:00 TOS 0x00 (ICMP 8:0) 192.168.92.3 -> 192.168.93.5
9/02/09 9:32:05 [@09:32:03] rule 'r1' matched:deny
9/02/09 9:32:05 svlan 2 port 1/2
9/02/09 9:32:05 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:32:05 TOS 0x00 (ICMP 8:0) 192.168.92.3 -> 192.168.93.5
9/02/09 9:32:10 [@09:32:08] rule 'r1' matched:deny
9/02/09 9:32:10 svlan 2 port 1/2
9/02/09 9:32:10 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:32:10 TOS 0x00 (ICMP 8:0) 192.168.92.3 -> 192.168.93.5
9/02/09 9:32:15 [@09:32:14] rule 'r1' matched:deny
9/02/09 9:32:15 svlan 2 port 1/2
9/02/09 9:32:15 MAC 00:30:05:3E:B7:AF -> 00:E0:B1:B3:95:BD
9/02/09 9:32:15 TOS 0x00 (ICMP 8:0) 192.168.92.3 -> 192.168.93.5
can you help me
