This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Managing NATs from command ilne

Hi.

1. I need to delete one NAT definition which i have accidentally create.
I have to do it from the command line.
What command should i use to see all my NATs, and what command should i use to remove it.

2. How can I load configuration file from the CLI?

Thanks...



This thread was automatically locked due to age.
Parents Reply
  • You can also use the API to delete a NATRule, in this example the rule "Test":

    <Request>
    <Login>
    <Username>admin</Username>
    <Password passwordform='encrypt'>#encr_password#</Password>
    </Login>
    <Remove>
    <NATRule>
    <name>Test</name>
    </NATRule>
    </Remove>
    </Request>

     

    Cheers,

    Ben

Children