Configuring IP Multicast Protocols
Syntax: [no] ip
The commands in this example add an IP interface to port 2/2, then enable PIM Sparse on the interface.
If the interface is on the border of the PIM Sparse domain, you also must enter the following command:
Syntax: [no] ip pim border
NOTE: You cannot configure an HP routing interface as a PMBR interface for PIM Sparse in the current software release.
USING THE WEB MANAGEMENT INTERFACE
You cannot configure PIM Sparse parameters using the Web management interface.
Configuring PIM Sparse Global Parameters
In addition to the global and interface parameters in the sections above, you need to identify an interface on at least one routing switch as a candidate PIM Sparse Bootstrap router (BSR) and candidate PIM Sparse Rendezvous Point (RP).
NOTE: It is possible to configure the routing switch as only a candidate BSR or RP, but
To configure the routing switch as a candidate BSR and RP, use the following CLI method.
USING THE CLI
To configure the routing switch as a candidate BSR, enter commands such as the following:
HP9300(config)# router pim
BSR address: 207.95.7.1, hash mask length: 30, priority: 255
This command configures the PIM Sparse interface on port 2/2 as a BSR candidate, with a hash mask length of 30 and a priority of 255. The information shown in italics above is displayed by the CLI after you enter the candidate BSR configuration command.
Syntax: [no] router pim
Syntax: [no]
The ethernet ve <portnum> <num> parameter specifies the interface. Enter ethernet <portnum> for a physical interface (port). Enter ve <num> for a virtual interface. The routing switch will advertise the specified interface’s IP address as a candidate BSR.
The
NOTE:
The <priority> specifies the BSR priority. You can specify a value from 0 – 255. When the election process for BSR takes place, the candidate BSR with the highest priority becomes the BSR. The default is 0.
Enter a command such as the following to configure the routing switch as a candidate RP:
Syntax: [no]
The ethernet ve <portnum> <num> parameter specifies the interface. Enter ethernet <portnum> for a physical interface (port). Enter ve <num> for a virtual interface. The routing switch will advertise the specified interface’s IP address as a candidate RP.
9 - 15