OcNOS-SP : Multicast Guide : Protocol Independent Multicasting Command Reference : PIMv6 Commands : ipv6 pim passive
ipv6 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
ipv6 pim (dense-mode|sparse-mode) passive
no ipv6 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
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#interface eth0
(config-if)#ipv6 pim dense-mode passive
 
(config)#interface eth0
(config-if)#no ipv6 pim dense-mode passive
 
#configure terminal
(config)#interface eth0
(config-if)#ipv6 pim sparse-mode passive
 
(config)#interface eth0
(config-if)#no ipv6 pim sparse-mode passive
Last modified date: 10/20/2023