Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


Advertising RP Group Assignments

Dec 18,2008 by alperen

image

Advertising RP Group Assignments
From each RP, a statement needs to be added that assigns and advertises multicast groups to
that RP. The multicast groups are then advertised so the RP Mapping Agent can keep track of
which RP hosts which multicast groups and resolve conflicts when necessary.
The syntax for the command is ip pim send-rp-announce type number scope ttl
group_list access_list_number. The command is entered in global configuration mode.
The first two options, type and number, are the interface type and number that indicate the RP
IP address. scope defines the boundary of the RP advertisement by using a high TTL value that
will be effectively blocked by interfaces with the TTL threshold set. The group_list uses the
specified access list to determine which multicast group ranges the RP is allowed to announce.
Here is an example of the command as well as a valid access list:
Terry_3640#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Terry_3640(config)#access-list 5 permit 224.0.0.0 0.0.255.255
Terry_3640(config)#ip pim send-rp-announce fastethernet4/0 scope 230
➥group-list 5
Terry_3640(config)#^Z
Terry_3640#
Terry_3640#write terminal
. . .
!
ip pim send-rp-announce FastEthernet4/0 scope 230 group-list 5
!
access-list 5 permit 224.0.0.0 0.0.255.255
!
. . .
210 times read

Related news

» Configuring the RP Mapping Agent
by alperen posted on Dec 18,2008
» Joining a Multicast Group
by alperen posted on Dec 18,2008
» Configuring TTL
by alperen posted on Dec 18,2008
» Manual RP Configuration
by alperen posted on Dec 18,2008
» Routing Multicast Traffic with PIM-SM and Auto-RP
by admin posted on Jul 21,2008
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author