Configuring IP Multicast Switching Modifying IPMS Parameters
OmniSwitch AOS Release 7 Network Configuration Guide June 2013 page 24-17
You can also restore the IGMP router timeout on the specified VLAN by entering:
-> ip multicast vlan 2 router-timeout 0
Or, as an alternative, enter:
-> ip multicast vlan 2 router-timeout
To restore the IGMP router timeout to its default value.
Modifying the Source Timeout
The default source timeout (i.e., the expiry time of IP multicast sources) is 30 seconds. The following
subsections describe how to configure a user-specified source timeout value and restore it by using the
ip multicast router-timeout command.
Configuring the Source Timeout
You can modify the source timeout from 1 to 65535 seconds by entering ip multicast source-timeout
followed by the new value. For example, to set the source timeout to 360 seconds on the system if no
VLAN is specified, you would enter:
-> ip multicast source-timeout 360
You can also modify the source timeout on the specified VLAN by entering:
-> ip multicast vlan 2 source-timeout 360
Restoring the Source Timeout
To restore the source timeout to its default value on the system if no VLAN is specified, use the ip
multicast source-timeout command by entering:
-> ip multicast source-timeout 0
Or, as an alternative, enter:
-> ip multicast source-timeout
To restore the source timeout to its default value.
You can also restore the source timeout on the specified VLAN by entering:
-> ip multicast vlan 2 source-timeout 0
Or, as an alternative, enter:
-> ip multicast vlan 2 source-timeout
To restore the source timeout to its default value.