White Papers

Table Of Contents
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.
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
Supported Modes FullSwitch
Usage
Information
When you configure a join filter, it is applicable for both ingress and egress flows. There is no option to
specify in or out parameters while configuring a join filter.
Command
History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.2(0.0) Introduced on the MXL 10/40GbE Switch IO Module.
Example
Dell(conf)# ip access-list extended iptv-channels
Dell(config-ext-nacl)# permit ip 10.1.2.3/24 225.1.1.0/24
Dell(config-ext-nacl)# permit ip any 232.1.1.0/24
Dell(config-ext-nacl)# permit ip 100.1.1.0/16 any
Dell(config-if-te-1/1)# ip pim join-filter iptv-channels
Dell(config-if-te-1/1)# ip pim join-filter iptv-channels
Related
Commands
ip access-list extended configure an access list based on IP addresses or protocols.
ip pim ingress-interface-map
When the Dell Networking system is the RP, statically map potential incoming interfaces to (*,G) entries to create a lossless
multicast forwarding environment.
Syntax
ip pim ingress-interface-map std-access-list
Parameters
std-access-list
Enter the name of a standard access list.
Defaults none
Command Modes INTERFACE
Supported Modes FullSwtich
Command
History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.2(0.0) Introduced on the MXL 10/40GbE Switch IO Module.
Example
Dell(conf)# ip access-list standard map1
Dell(config-std-nacl)# permit 224.0.0.1/24
894 PIM-Sparse Mode (PIM-SM)