ytti / oxidized

Oxidized is a network device configuration backup tool. It's a RANCID replacement!
Apache License 2.0
2.8k stars 925 forks source link

JunOS.RB #2958

Closed realtkco closed 11 months ago

realtkco commented 1 year ago

Wouldn't it make much more sense for the config to be tagged with "| display set" so you can restore from a backup of a config much easier?

Line 46 junos.rb

It would look similar to edgeos's config as well.

adammmmm commented 11 months ago

Wouldn't it make much more sense for the config to be tagged with "| display set" so you can restore from a backup of a config much easier?

Line 46 junos.rb

It would look similar to edgeos's config as well. Speaking from personal preference, the normal configuration style is much more readable than "set" once you get used to it. It's very easy to restore a normal style junos configuration through the various load options: https://www.juniper.net/documentation/us/en/software/junos/cli/topics/ref/command/load.html

realtkco commented 11 months ago

Yep, I see. Makes alot more sense and is very prefrence based. Closed & Thanks.