Junos OS

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Commit failed after upgrade

    Posted 08-08-2022 14:22
    After upgrade I can't commit 

    staff@srx340# show | compare
    [edit]
    - version 15.1X49-D150.2;
    + version 19.4R3-S7.3;

    [edit]
    staff@srx340# commit
    commit-check failed
    commit-check failed
    error: configuration check-out failed

    [edit]

    Does anyone have any ideia what I can do?

    ------------------------------
    RAFAEL MEURER
    ------------------------------


  • 2.  RE: Commit failed after upgrade

    Posted 08-08-2022 14:27
    When upgrading junos, did you use validate option to check if your config is compatible with new junos? https://www.juniper.net/documentation/us/en/software/junos/junos-install-upgrade/topics/ref/command/request-system-validate-on-freebsd.html

    Please try commit check and show the output.


  • 3.  RE: Commit failed after upgrade

    Posted 08-08-2022 14:40

    staff@srx340# commit check
    commit-check failed
    commit-check failed
    error: configuration check-out failed

    ------------------------------
    RAFAEL MEURER
    ------------------------------



  • 4.  RE: Commit failed after upgrade

    Posted 08-08-2022 14:50
    Can you show your configuration? Also, did you reboot SRX after making an upgrade?


  • 5.  RE: Commit failed after upgrade

    Posted 08-08-2022 15:01
    Edited by RAFAEL MEURER 08-08-2022 15:22
    I  solved the problem

    Thanks


  • 6.  RE: Commit failed after upgrade

    Posted 08-08-2022 15:21
    As you can see in your configuration, there's a part which is not supported:

    ##
    ## Warning: configuration block ignored: unsupported platform (srx340)
    ##
    interface-set localifaces {
    
    interface-set localifaces; ## 'localifaces' is not defined
    ​


    If I were you, I would try to do something with localifaces.


  • 7.  RE: Commit failed after upgrade

    Posted 08-08-2022 15:26
    What was the issue?


  • 8.  RE: Commit failed after upgrade

    Posted 08-08-2022 15:35
    I had a firewall configuration that was not accept in new version.

    ------------------------------
    RAFAEL MEURER
    ------------------------------