This article describes the issue of the st0 interfaces being up, even when the Physical Interface is down.
SRX-A========Internet===========Remote Client
ike { proposal stand { authentication-method pre-shared-keys; authentication-algorithm sha1; encryption-algorithm 3des-cbc; lifetime-seconds 180; } policy ike-policy-repro { mode aggressive; proposals stand; pre-shared-key ascii-text "$ABC123"; ## SECRET-DATA } gateway ike-gw-repro { ike-policy ike-policy-repro; dynamic hostname host1.example.com; no-nat-traversal; external-interface ge-0/0/2; }}ipsec { vpn-monitor-options { interval 10; threshold 8; } proposal stand { protocol esp; authentication-algorithm hmac-sha1-96; encryption-algorithm 3des-cbc; lifetime-seconds 180; } policy stand { perfect-forward-secrecy { keys group2; } proposals stand; } vpn ipsec-vpn-repro { bind-interface st0.1; vpn-monitor { optimized; source-interface ge-0/0/2; destination-ip 1.1.1.1; } ike { gateway ike-gw-repro; ipsec-policy stand; } }}
The issue is due to a bug in the Junos OS code.
2024-09-02: minor non tech changes2020-02-26: minor non-technical edits.