SRX

 View Only
last person joined: 22 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  How to add multiple ports to an application

    Posted 09-13-2010 14:04

    Ok, I give... how do you add multiple ports to an application?

     

    This command:

     

    set applications application MyApplicationName destination-port 7100,7200,7201,7202,7203,7204,7205

     

    is gladly accepted by the command-line parser, but won't commit.  So, how do you add mutiple ports?

     

     


    #terms
    #ports
    #Application


  • 2.  RE: How to add multiple ports to an application

    Posted 09-13-2010 15:04

    Terms.

     

    set applications application MyApplicationName term t1 destination-port 7100 protocol tcp

    set applications application MyApplicationName term t2 destination-port 7200-7205 protocol tcp

    set applications application MyApplicationName term t3 destination-port 7250 protocol tcp

     

    ...etc.

     

    -kr