Juniper vSRX 3.0 Config Export issues
Posted: Thu Apr 25, 2019 11:30 pm
All,
Juniper has officially released vSRX 3.0 and config export does not appear to work on them. The VMs work great as vsrxng templates but there seems to be an issue with the config script:
scripts/config_vsrxng.py
Specifically, the root prompt has changed from % to #
This appears to be accounted for in the first handler.expect for loop but later when issuing commands to change page length and type "cli" it only looks for the "root@.*%" and not "root@.*#"
Not sure if this is already a known issue, but wanted to report. Not sure how to get this globally fixed.
Thanks!
dsd
Juniper has officially released vSRX 3.0 and config export does not appear to work on them. The VMs work great as vsrxng templates but there seems to be an issue with the config script:
scripts/config_vsrxng.py
Specifically, the root prompt has changed from % to #
This appears to be accounted for in the first handler.expect for loop but later when issuing commands to change page length and type "cli" it only looks for the "root@.*%" and not "root@.*#"
Not sure if this is already a known issue, but wanted to report. Not sure how to get this globally fixed.
Thanks!
dsd