SRX

last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX COMMIT FAIL-nterface must be configured under interface

    Posted 02-14-2016 09:58

    Hi techies,

     

    I am testing SRX and I am getting error while commiting changes. No interface is moving into security zones.

     

    Error is

     

    Interface ge-0/0/2.0 must be configured under interfaces
    error: configuration check-out failed

     

    [edit]
    root# set security zones security-zone TEST interfaces ge-0/0/2.0

    [edit]
    root# commit check
    [edit security zones security-zone TEST]
      'interfaces ge-0/0/2.0'
        Interface ge-0/0/2.0 must be configured under interfaces
    error: configuration check-out failed

     

    Does anyone have any idea what makes it failing?

     



  • 2.  RE: SRX COMMIT FAIL-nterface must be configured under interface

    Posted 02-14-2016 11:15

    Look into show interfaces and see if a ge-0/0/2 unit 0 is configured there !

    It should have eíther family ether-switching or inet or inet6 configured

     

    regards

     

    alexander



  • 3.  RE: SRX COMMIT FAIL-nterface must be configured under interface

    Posted 03-02-2016 04:35

    You getting this error because your interface is called in security zone but in reality it doesn't have any configuration. Try to assign IP address to interface and commit again.

     

    Thanks,

    MYN



  • 4.  RE: SRX COMMIT FAIL-nterface must be configured under interface

    Posted 03-02-2016 21:53

    execute below command:-

    set interfaces ge-0/0/2 unit 0

    and then 

    commit

    -IE