Logo

EcoRouter

EcoNAT

EcoQOE

EcoBypass

English

  • Release Notes_EN
  • Configuration objects management EcoNAT Documentation / NAT configuration / Configuration objects management

    ACL cloning

    When configuring EcoNAT you have the ability to clone the ACL, creating a copy of the list of rules under a different name. To do this, use cloneacl <name of the copied ACL> <name of the new ACL> command.
    MyEcoNAT:1:# cloneacl myoldacl mynewacl
    MyEcoNAT:2:#

    Unbind the ACL from the pool

    To remove the link between the pool and the ACL, simply apply no use <pool name> <name of the ACL> command.
    MyEcoNAT:1:# no use myacl mypool
    MyEcoNAT:2:#

    Remove pool

    To remove the pool use no pool <pool name> command.
    MyEcoNAT:1:# no pool pooltest
    MyEcoNAT:2:#
    If you want to delete all the pools in the configuration, use droppools command.
    MyEcoNAT:1:# droppools
    MyEcoNAT:2:#

    Remove ACL rules

    To remove the rules, you must first start editing a specific ACL that contains these rules with the edit <ACL name> command. The no rule <ACL rule number> command that deletes the rule is contextual and can only be run from within an editable configuration ACL.
    MyEcoNAT:1:acls.myacl# no 100
    MyEcoNAT:2:acls.myacl#

    Remove entire ACL

    Use no acl command to delete entire ACL.
    MyEcoNAT:1:# no acl acla
    MyEcoNAT:2:#
    Use dropacls to erase all ACLs from the configuration.
    MyEcoNAT:1:# dropacls
    MyEcoNAT:2:#