The Per Interface Mroute State Limit feature is configured using the ip multicast limit command in interface configuration mode. An ip multicast limit command configured on an interface is called an per interface mroute state limiter. A per interface mroute state limiter
is defined by direction, ACL, and maximum number of mroutes. Each per interface mroute state limiter maintains a counter to
ensure that the maximum number of mroutes is not exceeded.
The following forms of the ip multicast limit command are available to configure per interface mroute state limiters:
This command limits mroute state creation for an ACL-classified set of traffic on an interface when the interface is an outgoing
(egress) interface, and limits mroute outgoing interface list (olist) membership when the interface is an incoming (ingress)
Reverse Path Forwarding (RPF) interface.
This type of per interface mroute state limiter limits mroute state creation--by accounting each time an mroute permitted
by the ACL is created or deleted--and limits mroute olist membership--by accounting each time that an mroute olist member
permitted by the ACL is added or removed.
Entering this form of the command (that is, with no optional keywords) is equivalent to specifying the ip multicast limit rpf and ip multicast limit out forms of the command.
This command limits mroute state creation for an ACL-classified set of multicast traffic on an incoming (RPF) interface that
is directly connected to a multicast source by accounting each time that an mroute permitted by the ACL is created or deleted.
This command limits mroute olist membership on an outgoing interface for an ACL-classified set of multicast traffic by accounting
each time that an mroute olist member permitted by the ACL is added or removed.
This command limits mroute state creation for an ACL-classified set of multicast traffic on an incoming (RPF) interface by
accounting each time an mroute permitted by the ACL is created or deleted.
For the required access-list argument, specify the ACL that defines the IP multicast traffic to be limited on an interface. A standard or extended ACL
can be specified. Standard ACLs can be used to define the (*, G) state to be limited on an interface. Extended ACLs can be
used to define the (S, G) state to be limited on an interface. Extended ACLs also can be used to define the (*, G) state to
be limited on an interface, by specifying 0.0.0.0 for the source address and source wildcard--referred to as (0, G)--in the
permit or deny statements that compose the extended access list.