Created
March 16, 2016 14:43
-
-
Save sulrich/db5798d9b409d4a63084 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set cli config-output-format set | |
set cli pager off | |
set cli scripting-mode on | |
configure | |
set deviceconfig system ip-address 192.168.xx.xx | |
set deviceconfig system hostname xxx | |
set deviceconfig system default-gateway 192.168.xx.yy | |
set deviceconfig system netmask 255.255.255.0 | |
set deviceconfig system dns-setting servers primary 8.8.8.8 | |
set deviceconfig system dns-setting servers secondary 8.8.4.4 | |
set deviceconfig system ntp-servers primary-ntp-server ntp-server-address 0.us.pool.ntp.org | |
set deviceconfig system ntp-servers secondary-ntp-server ntp-server-address 1.us.pool.ntp.org | |
set deviceconfig system timezone US/Eastern | |
set deviceconfig system panorama-server 192.168.xx.zz | |
set deviceconfig system panorama-server-2 192.168.xx.zz2 | |
set deviceconfig system update-schedule anti-virus recurring daily at 02:00 | |
set deviceconfig system update-schedule anti-virus recurring daily action download-and-install | |
set deviceconfig system update-schedule anti-virus recurring sync-to-peer no | |
set deviceconfig system update-schedule threats recurring sync-to-peer no | |
set deviceconfig system update-schedule threats recurring daily at 03:00 | |
set deviceconfig system update-schedule threats recurring daily action download-and-install | |
set deviceconfig system update-schedule wildfire recurring every-15-mins at 5 | |
set deviceconfig system update-schedule wildfire recurring every-15-mins action download-and-install | |
set deviceconfig system service disable-telnet yes | |
set deviceconfig system service disable-http no | |
set mgt-config users admin phash fnRL/G5lXVMug | |
set deviceconfig set deviceconfig setting auto-mac-detect yes | |
exit | |
set cli pager on | |
set cli scripting-mode off | |
configure | |
commit | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment