Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
PIM Commands
OmniSwitch CLI Reference Guide
September 2009
page 45-83
ipv6 pim static-rp
Adds, modifies, or deletes a static RP for an IPv6 multicast group (“modifies” applies only to the RP 
address, since the table is indexed from group address and prefix length parameters).
ipv6 pim static-rp group_address/prefix_length rp_address [[no] override] [priority priority]
no ipv6 pim static-rp group_address/prefix_length rp_address
Syntax Definitions
group_address
Specifies the IPv6 multicast group address.
/prefix_length
Specifies the prefix length of the IPv6 multicast group.
rp_address
Specifies the IPv6 unicast address of the Rendezvous Point (RP). This 
must be a domain-wide reachable address.
override
Specifies the static RP configuration to override the dynamically 
learned RP information for the specified group(s).
priority
Specifies the preference value to be used for this static RP configura-
tion and provides fine control over which configuration is overridden by 
this static configuration. Values may range from 0 to 128.
Defaults
By default, the priority option is not set and the override option is set to false.
Platforms Supported
OmniSwitch 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to delete a static RP configuration.
• Specifying the priority value obsoletes the override option.
• The IPv6 PIM Source-Specific Multicast (SSM) mode for the default SSM address range (FF3x::/32) 
reserved by the Internet Assigned Numbers Authority is not enabled automatically and must be config-
ured manually to support SSM. You can also map additional IPv6 multicast address ranges for the 
SSM group. However, the IPv6 multicast groups in the reserved address range can be mapped only to 
the SSM mode.
• If the group prefixes configured for two or more rows in this table overlap, the row with the greatest 
prefix length value is used for the overlapping range
• Note that once the priority option has been defined, a value of 65535 can be used to un-set the priority
• This command is supported only in the sparse mode.
Examples
-> ipv6 pim static-rp ff0e::1234/128 2000::1 priority 10
-> no ipv6 pim static-rp ff0e::1234/128 2000::1