SRX

last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  Cant change subnet mask on reth interface

    Posted 12-12-2014 03:55

    Hi,

     

    Is there an easy way to change the subnet mask on a reth interface? In our config it is reth5.3



  • 2.  RE: Cant change subnet mask on reth interface
    Best Answer

     
    Posted 12-12-2014 04:01

    You can use replace pattern.

     

     

    root@SRX240HM-15# show interfaces ge-0/0/0              
    unit 0 {
        family inet {
            address 10.204.115.167/24;
        }
    }

    [edit]
    root@SRX240HM-15# replace pattern 167/24 with 142/25    

    [edit]
    root@SRX240HM-15# show interfaces ge-0/0/0              
    unit 0 {
        family inet {
            address 10.204.115.142/25;
        }
    }

     

     

    Thanks,

    Suraj

    Please Mark My Solution Accepted if it Helped, Kudos are Appreciated too

     



  • 3.  RE: Cant change subnet mask on reth interface

    Posted 12-12-2014 05:31

    Brilliant mate, thank you, you just fixed one of our remote access solutions.