Disabling PIM on an Interface
You can disable the PIM protocol on a per-interface basis. This is accomplished at the
[edit protocols pim interface interface-name] hierarchy level:
[edit protocols]
pim {
interface interface-name {
disable;
}
}
To disable PIM on an interface:
1. Include the disable statement.
user@host# set protocols pim interface fe-0/1/0 disable
2. (Optional) Verify your configuration settings before committing them by using the
show protocols pim command.
user@host# run show protocols pim
Disabling PIM for a Family
You can disable the PIM protocol on a per-family basis. This is accomplished at the [edit
protocols pim family] hierarchy level:
[edit protocols]
pim {
family inet {
disable;
}
family inet6 {
disable;
}
}
To disable PIM for a family:
1. Include the disable statement.
user@host# set protocols pim family inet disable
user@host# set protocols pim family inet6 disable
2. (Optional) Verify your configuration settings before committing them by using the
show protocols pim command.
user@host# run show protocols pim
689Copyright © 2017, Juniper Networks, Inc.
Chapter 22: Configuring Multicast Listener Discovery and Protocol-Independent Multicast