show igmp input-filter

Use this command to display configuration information for input filters.

Syntax

show igmp input-filter [filter-id] [rule-id]

Parameters

filter-id The ID of the filter that you want to display. Possible values are 1–16.
rule-id The ID of the rule that you want to display. Possible values are 1–8.

Defaults

None.

Mode

All command modes.

Examples

This example shows how to display configuration information for all input filters:

System(su)->show igmp input-filter
Filter  Rule                  StartIP                    EndIP      ProtocolAction    FlowAction    HitCounter
  1     1                  224.10.1.1                  224.10.1.2     Allow            Allow            0
  1     2                  224.10.1.5                  224.10.1.7      Deny             Drop            0

This example shows how to display the configuration information for input filter 1 rule 1:

System(su)->show igmp input-filter 1 1
Igmp Input Filter
------------------------
Filter Id      :  1
Rule Id        :  1
Start IP       :  224.10.1.1
End IP         :  224.10.1.2
Protocol Action:  Allow
Flow Action    :  Allow
Hit Counter    :  0