Alcatel-Lucent 9000 Switch User Manual


 
Configuring PIM Configuring PIM
page 7-22 OmniSwitch 6800/6850/9000 Advanced Routing Configuration Guide December 2007
-> show ip pim sparse
Status = enabled,
Keepalive Period = 210,
Max RPs = 32,
Probe Time = 5,
Register Checksum = header,
Register Suppress Timeout = 60,
RP Threshold = 1,
SPT Status = enabled,
-> show ip pim dense
Status = enabled,
Source Lifetime = 210,
State Refresh Interval = 60,
State Refresh Limit Interval = 0,
State Refresh TTL = 16
Mapping an IP Multicast Group to a PIM Mode
PIM mode is an attribute of the IP multicast group mapping and cannnot be configured on an interface
basis. The Dense mode or Source-Specific Multicast mode can be configured only on a multicast group
basis.
Mapping an IP Multicast Group to PIM-DM
To statically map an IP multicast group(s) to PIM-Dense mode (DM), you can use the ip pim dense group
command. For example:
-> ip pim dense group 224.0.0.0/4 priority 50
This command entry maps all multicast groups 224.0.0.0/4 to PIM-Dense mode and specifies the priority
value to be used for the entry as 50. This priority specifies the preference value to be used for this static
configuration and provides fine control over which configuration is overridden by this static configura-
tion. Values may range from 0 to 128. If the priority option has been defined, a value of 65535 can be used
to unset the priority.
You can also specify whether or not this static configuration overrides the dynamically learned group
mapping information for the specified group using the override parameter. As specifying the priority
value obsoletes the override option, you can use either the priority or override parameter only. By
default, the priority option is not set, and the override option is set to false.
Use the no form of this command to remove a static configuration of a dense mode group mapping.
-> no ip pim dense group 224.0.0.0/4
Mapping an IP Multicast Group to PIM-SSM
To statically map an IP multicast group(s) to PIM-Source-Specific Multicast mode (SSM), you can use the
ip pim ssm group command. For example:
-> ip pim ssm group 224.0.0.0/4 priority 50
This command entry maps all multicast groups 224.0.0.0/4 to PIM-SSM mode and specifies the priority
value to be used for the entry as 50. This priority specifies the preference value to be used for this static
configuration and provides fine control over which configuration is overridden by this static configura-
tion. Values may range from 0 to 128. If the priority option has been defined, a value of 65535 can be used
to unset the priority.