Command Line Reference Guide

Defaults as above
Command Modes CONFIGURATION
Command History
Version 9.0(1.3) Introduced on the S5000.
Usage
Information
When an NSF-capable router comes up, it announces the graceful restart capability and
restart duration as a Hello option. The receiving router notes the Hello option. Routers not
NSF-capable discard the unknown
Hello option and adjacency is not affected.
When an NSF-capable router goes down, the neighboring PIM speaker preserves the states
and continues the forwarding of multicast traffic while the neighbor router restarts.
ip pim join-filter
Permit or deny PIM Join/Prune messages on an interface using an extended IP access list. This command prevents the
PIM-SM router from creating state based on multicast source and/or group.
S5000
Syntax
ip pim join-filter ext-access-list {in | out}
To remove the access list, use the no ip pim join-filter ext-access-list
{in | out}
command.
Parameters
ext-access-list
Enter the name of an extended access list.
in Enter this keyword to apply the access list to inbound traffic.
out Enter this keyword to apply the access list to outbound traffic.
Defaults none
Command Modes INTERFACE
Command History
Version 9.0(1.3) Introduced on the S5000.
Example
FTOS(conf)# ip access-list extended iptv-channels
FTOS(config-ext-nacl)# permit ip 10.1.2.3/24 225.1.1.0/24
FTOS(config-ext-nacl)# permit ip any 232.1.1.0/24
FTOS(config-ext-nacl)# permit ip 100.1.1.0/16 any
FTOS(config-if-te-1/1)# ip pim join-filter iptv-channels in
FTOS(config-if-te-1/1)# ip pim join-filter iptv-channels out
Related
Commands
ip access-list extended – configure an access list based on IP addresses or protocols.
982