An administrator notices that traffic traversing an SRX300 device experiences unexpected drops. After examining the packet flow, they suspect an issue with the flow session table. Which command displays the active session table entries and their corresponding states?
Trap 1: show security flow statistics
This command shows aggregate flow counters and memory usage, not individual session table entries.
Trap 2: show firewall filter
This command displays firewall filter match counters, not stateful session table entries.
Trap 3: show session table active
This is not a valid Junos operational mode command for SRX security sessions.
- A
show security flow statistics
Why wrong: This command shows aggregate flow counters and memory usage, not individual session table entries.
- B
show security flow sessions
This command displays detailed information regarding active stateful sessions currently processed by the SRX.
- C
show firewall filter
Why wrong: This command displays firewall filter match counters, not stateful session table entries.
- D
show session table active
Why wrong: This is not a valid Junos operational mode command for SRX security sessions.