image image image image image

On This Page

ip filter enable


ip filter enable
no ip filter enable

Enables IP filtering.
The no form of the command disables IP filtering.

Syntax DescriptionN/A
DefaultDisabled
Configuration Modeconfig
History1.5
Example
ufmapl [ mgmt-sa ] (config) # no ip filter enable
Related Commands

show ip filter

Notes

ip filter chain


ip filter chain [FORWARD <clear> <policy> <rule> | INPUT <clear> <policy> <rule> | OUTPUT <clear> <policy> <rule>]
no ip filter chain

Sets the policy, as a default target, for a specified chain.
The no form of the command resets the policy to its default.

Syntax DescriptionclearDelete all rules from this chain
policySpecify default policy for this chain
ruleAdd or modify an IP filtering rule
DefaultN/A
Configuration Modeconfig
History1.5
Example
ufmapl [ mgmt-sa ] (config) # ip filter chain FORWARD clear
Related Commands

show ip filter

Notes

show ip filter


show ip filter [all | configured]

Displays IP filtering configuration or status.

Syntax DescriptionallDisplays IP filtering state (including unconfigured rules)
configuredDisplays IP filtering configuration
DefaultN/A
Configuration ModeAny configuration mode
History1.5
Example
ufmapl [ mgmt-sa ] (config) # show ip filter
Packet filtering for IPv4: DISABLED
Active IPv4 filtering rules (omitting any not from configuration):

Chain 'INPUT'
  No rules.
  Policy: ACCEPT

Chain 'OUTPUT'
  No rules.
  Policy: ACCEPT

Chain 'FORWARD'
  No rules.
  Policy: ACCEPT
Related Commands

ip filter chain
ip filter enable

Notes