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 firewall name <name> rule <rule-number> protocol

Specifies the protocol to match for a firewall rule.

set security firewall name name rule rule-number protocol protocol
delete security firewall name name rule rule-number protocol
show security firewall name name rule rule-number protocol
protocol protocol
Matches packets by protocol. Any protocol literals or numbers listed in the /etc/protocols file can be specified.

Configuration mode


security {
    firewall {
        name name {
            rule rule-number {
                protocol protocol 
            }
        }
    }
}

Use the set form of this command to define the protocol type to match for a firewall rule.

Use the delete form of this command to delete the protocol type to match for a firewall rule.

Use the show form of this command to display the protocol type to match for a firewall rule.