Command Line Reference Guide

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.
S5000
Syntax
ip pim ingress-interface-map std-access-list
Parameters
std-access-list
Enter the name of an standard access list.
Defaults none
Command Modes INTERFACE
Command History
Version 9.0(1.3) Introduced on the S5000.
Example
FTOS(conf)# ip access-list standard map1
FTOS(config-std-nacl)# permit 224.0.0.1/24
FTOS(config-std-nacl)#exit
FTOS(conf)#int tengig 1/1
FTOS(config-if-te-1/1)# ip pim ingress-interface-map map1
ip pim neighbor-filter
Configure this feature to prevent a router from participating in protocol independent multicast (PIM).
S5000
Syntax
ip pim neighbor-filter {access-list}
To remove the restriction, use the no ip pim neighbor-filter {access-list}
command.
Parameters
access-list
Enter the name of a standard access list. Maximum 16 characters.
Defaults none
Command Modes CONFIGURATION
Command History
Version 9.0(1.3) Introduced on the S5000.
Usage
Information
Do not enter this command before creating the access-list.
983