configure pim crp static
ExtremeWare XOS 11.0 Command Reference Guide
895
configure pim crp static
configure pim crp static <ip_address> [none | <policy>] {<priority>
[0-254]}
Description
Configures a rendezvous point and its associated groups statically, for PIM sparse mode operation.
Syntax Description
Default
The default setting for priority is
0
, which indicates highest priority.
Usage Guidelines
In PIM-SM, the router sends a join message to the rendezvous point (RP). The RP is a central multicast
router that is responsible for receiving and distributing multicast packets. If you use a static RP, all
switches in your network must be configured with the same RP address for the same group (range).
The policy file contains a list of multicast group addresses served by this RP.
Example
The following command statically configures an RP and its associated groups defined in policy file
rp-list
:
configure pim crp static 10.0.3.1 rp-list
The following is a sample policy file:
entry extreme1 {
if match any {
}
then {
nlri 224.0.0.0/4 ;
nlri 239.255.0.0/24 ;
nlri 232.0.0.0/8 ;
nlri 238.1.0.0/16 ;
nlri 232.232.0.0/20 ;
permit ;
}
}
History
This command was available in ExtremeWare XOS 10.1.
ip_address
Specifies a static CRP address.
none
Deletes the static rendezvous point.
policy
Specifies a policy file name.
priority
Specifies a priority setting. The range is 0 - 254.
Summary of Contents for ExtremeWare XOS 11.0
Page 26: ...26 ExtremeWare XOS 11 0 Command Reference Guide Contents...
Page 176: ...176 ExtremeWare XOS 11 0 Command Reference Guide Commands for Managing the Switch...
Page 262: ...262 ExtremeWare XOS 11 0 Command Reference Guide VLAN Commands...
Page 280: ...280 ExtremeWare XOS 11 0 Command Reference Guide FDB Commands...
Page 492: ...492 ExtremeWare XOS 11 0 Command Reference Guide EAPS Commands...
Page 536: ...536 ExtremeWare XOS 11 0 Command Reference Guide STP Commands...
Page 580: ...580 ExtremeWare XOS 11 0 Command Reference Guide ESRP Commands...
Page 876: ...876 ExtremeWare XOS 11 0 Command Reference Guide BGP Commands...
Page 926: ...926 ExtremeWare XOS 11 0 Command Reference Guide IP Multicast Commands...