Verifying the Stateful Firewall Configuration
Purpose
Display the stateful firewall configuration.
Action
[edit services stateful-firewall]user@host# show rule r1 {
match-direction input-output;
term t1 {
then {
reject;
}
}
}
