home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

security application firewall name <name> no-match-action

Defines the no-match action for a firewall application rule set.

set security application firewall name name no-match-action { accept | drop }
delete security application firewall name name no-match-action { accept | drop }
show security application firewall name name no-match-action
name
The name of a firewall application rule set.
accept
Accepts the packet. To be performed when the application does not match any other rule in the rule set.
drop

Drops the packet silently. To be performed when the application does not match any other rule in the rule set. This is also the action performed if "no-match-action" is not set for a rule set.

Configuration mode


security {
       application {
              firewall {
                     name name {
                            no-match-action {
                                accept
                                drop
                            }
                     }
              }
       }
}

Use the set form of this command to define the no-match action for a firewall application rule set.

Use the delete form of this command to delete the no-match action from a firewall application rule set.

Use the show form of this command to display the no-match action for a firewall application rule set.