"execute set system session filter" & "get system session" - working or broken?
'CLI Reference for FortiOS 5.2', for section 'execute set system session filter' states "Use these commands to define the session filter for get system session commands."
Firstly, 'get system session' is a non-'Global' VDOM command, however, 'execute set system session filter' is a 'Global' VDOM command - so, I don't understand why they should be partnered....
More importantly, even I can't get them to work - observe:
FG60C (global) # diagnose sys vd list | grep root name=root index=0 enabled ....
:
FG60C (global) # execute set system session filter list session filter: vd: 0 proto: any source ip: any dest ip: 208.91.114.47-208.91.114.47 source port: any dest port: any policy id: any expire: any duration: any
but in VDOM 'root':
FG60C (root) # get system session list
show all sessions, not just those destined for 208.91.114.47.
and
FG60C (root) # get system session status
counts all sessions, not just those destined for 208.91.114.47.
Of course, issuing "get system session list | grep 208.91.114.47"
I'm not able to find more documentation on how to use these two sets of commands - am I using them wrong or are they broken?
R's, Alex
PS. I'm running 60C v5.2.3 in VDOM mode.
PSS. I am aware of 'diagnose sys session filter' executable in Global VDOM, but that is a different matter.

;(