LiNuXaDDiKt has asked for the wisdom of the Perl Monks concerning the following question:
Juniper JUNOS Example#-------------------------------------------------- echo "System Configuration" #-------------------------------------------------- system name "HOSTNAME" location "Some location" power-supply 1 dc power-supply 2 dc snmp packet-size 8000 exit login-control ftp inbound-max-sessions 2 exit pre-login-message "Some Message\n" motd url "motd.txt" exit time sntp server-address x.x.x.x no shutdown exit exit thresholds rmon exit exit exit #-------------------------------------------------- ...
system { time-zone America/xxxxxxxx; no-redirects; root-authentication { encrypted-password "Encripted Password"; } tacplus-server { x.x.x.x { secret "password"; timeout 2; source-address x.x.x.x; } } accounting { events [ login change-log ]; destination { tacplus { server { x.x.x.x { secret "password"; timeout 5; source-address x.x.x.x; } } } } } } ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Config files To XML
by mr_mischief (Monsignor) on Mar 13, 2009 at 18:56 UTC | |
|
Re: Config files To XML
by hsinclai (Deacon) on Mar 13, 2009 at 20:38 UTC | |
by LiNuXaDDiKt (Initiate) on Mar 27, 2009 at 14:50 UTC | |
|
Re: Config files To XML
by quester (Vicar) on Mar 13, 2009 at 21:03 UTC | |
|
Re: Config files To XML
by Anonymous Monk on Jan 06, 2016 at 07:26 UTC |