User guide

Configuring PIM Configuring PIM
page 7-20 OmniSwitch AOS Release 7 Advanced Routing Configuration Guide March 2015
tional status of the interface is up. If you wish to manually enable IPMS on the switch, use the
ip multicast admin-state command.
Checking the Current IPMS Status
To view the current status of IPMS on the switch, use the show ip multicast command.
For example:
-> show ip multicast
Status: Enabled
Querying: Disabled
Proxying: Disabled
Spoofing: Disabled
Zapping: Disabled
Querier Forwarding: Disabled
Version: 2
Robustness: 2
Query Interval (seconds): 125
Query Response Interval (tenths of seconds): 100
Last Member Query Interval(tenths of seconds):10
Unsolicited Report Interval(seconds): 1
Router Timeout (seconds): 90
Source Timeout (seconds): 30
Enabling PIM on a Specific Interface
PIM must be enabled on an interface using the ip pim interface command. An interface can be any IP
router interface that has been assigned to an existing VLAN. For information on assigning a router inter-
face to a VLAN, refer to the “Configuring IP” chapter in the OmniSwitch AOS Release 7 Network Config-
uration Guide.
To enable PIM on a specific interface, use the ip pim interface command. The interface identifier used in
the command syntax is the valid interface name of an existing VLAN IP router interface. For example:
-> ip pim interface vlan-2
Note. Only one multicast routing protocol is supported per interface. This means that you cannot enable
both DVMRP and PIM on the same interface.
Disabling PIM on a Specific Interface
To disable PIM on a specific IP interface, use the no ip pim interface command. Be sure to include the
name of the interface. For example:
-> no ip pim interface vlan-2