ip pim passive
Use this command to enable or disable passive mode operation for local members on the interface. Passive mode essentially stops PIM transactions on the interface, allowing only the Internet Group Management Protocol (IGMP) mechanism to be active.
Use the no option with this command to disable the passive mode.
Command Syntax
ip pim (dense-mode|sparse-mode) passive
no ip pim (dense-mode|sparse-mode) passive
Parameters
dense-mode
Enable passive operation for PIM dense-mode
sparse-mode
Enable passive operation for PIM sparse-mode
Default
By default, the ip pim option is disabled.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#interface eth0
(config-if)#ip pim dense-mode passive
(config)#interface eth0
(config-if)#no ip pim dense-mode passive
#configure terminal
(config)#interface eth0
(config-if)#ip pim sparse-mode passive
(config)#interface eth0
(config-if)#no ip pim sparse-mode passive
Last modified date: 10/20/2023