Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

default-action (Protocols OpenFlow)

Syntax

default-action (drop | packet-in);

Hierarchy Level

[edit protocols openflow switch switch-name]

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.

Published: 2014-04-29