QoS Policy Commands
page 39-112 OmniSwitch CLI Reference Guide November 2009
policy action disposition
Configures a disposition for a policy action.
policy action action_name disposition {accept | drop | deny}
policy action action_name no disposition
Syntax Definitions
action_name The name of the action.
accept Specifies that the switch should accept the flow.
drop Specifies that the switch should silently drop the flow.
deny Specifies that the switch should drop the flow and issue an ICMP
message indicating the flow was dropped for administrative reasons.
Currently this option will provide the same result as drop; that is, the
flow is silently dropped.
Defaults
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of this command to remove a disposition from an action.
• This command does not support Layer 2 conditions such as destination VLAN or destination MAC
address.
Examples
-> policy action a3 disposition deny
-> policy action a3 no disposition
Release History
Release 6.6.1; command was introduced.
Related Commands
parameter default
accept | drop | deny accept
qos apply Applies configured QoS and policy settings to the current configuration.
policy action Creates a policy action.
show policy action Displays information about policy actions.