Supported Platforms
default-action (Protocols OpenFlow)
Syntax
Hierarchy Level
Release Information
Statement introduced in Junos OS Release 13.3.
Description
Specify the default action that is executed when an OpenFlow packet does not match an existing flow entry. The default action is specific to the OpenFlow virtual switch and is the same across all filters associated with that virtual switch.
Default
If you do not include the default-action statement, the default action is packet-in.
Options
drop | — | Drop packets that do not match an existing flow entry. |
packet-in | — | Accept packets that do not match an existing flow entry, and forward the packet to the controller. |
Required Privilege Level
admin—To view this statement in the configuration.
admin-control—To add this statement to the configuration.