Junos OS

last person joined: 7 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Comparing rollback files

    Posted 02-24-2009 10:59

    How do I compare two rollback configurations. I tried this and didn't show me the differences between the two files:

     

    lab@s1> file compare files /config/juniper.conf.gz /config/juniper.conf.1.gz
    Binary files /config/juniper.conf.gz and /config/juniper.conf.1.gz differ

     

    THANKS!!!

     

    Ahsoka



  • 2.  RE: Comparing rollback files
    Best Answer

    Posted 02-24-2009 11:03

    From operational command mode (not edit).  Do:

     

      show system commit

     

    That will provide you with the rollback number of the configuration file to use in the next command.  Then do:

     

      show system rollback compare <rollback#1> <rollback#2>

     

    Regards,

    Ben