CLI Guide

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 in
Dell(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.
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 Full—Swtich
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
Dell(config-std-nacl)#exit
Dell(conf)#int te 0/1
Dell(config-if-te-0/1)# ip pim ingress-interface-map map1
ip pim neighbor-filter
To prevent a router from participating in protocol independent multicast (PIM), configure this feature.
Syntax
ip pim neighbor-filter {access-list}
PIM-Sparse Mode (PIM-SM)
1157