IP Multicast Configuration
IP Multicast Configuration
IP Multicast Configuration
IP Multicast
Configuration
Chapter 7
258
Introduction
The previous chapters have discussed in great detail the methods of transmitting unicast and broadcast streams through the campus network. This
chapter will explore the need for multicast and the mechanisms for carrying multicast traffic.
Multicast addressing
The first subject to be covered in multicasting is the need for multicasting. The approach will be to build on the network transmission models that
have been discussed in previous chapters. Here, we will review unicast and
broadcast transmission models and see where multicast fits in.
After we understand the need for multicasting, we will delve into multicast addressing schemes. This discussion will be based on IP multicasting
due to its prevalence in modern networking. Here we will cover the concept
of an IP multicast group address and how it maps to Ethernet MAC
addresses.
With an understanding of IP multicast group addressing, we will explore
the ways to manage an IP multicast group. This is accomplished via an IP
multicast group management protocol. This protocol will handle the management tasks of a host joining and leaving an IP multicast group.
IP Multicast Configuration
Unicast
Broadcast
Multicast
259
The number of transmitters (sources) and receivers (destinations) delineate the different transmission models. The models will be covered in more
detail in the following text. Some of these will sound very familiar.
Unicast Transmission
We have covered unicast routing and switching in great detail in the previous chapters. Unicast traffic streams have one transmitter and one
receiver (see Figure 7-1). This traffic model is the foundation for the other
types of traffic patterns. This is what TCP does well. In TCP, there is an
IP/port pair that defines a flow. The unicast flow is the fundamental building block found in all networks.
Broadcast Transmission
Broadcasting is another fundamental network transmission model. We
have seen this model in operation in some of our previous discussions (see
Figure 7-1
Unicast transmission
model
A
B
C
D
Chapter 7
260
A
B
A ll
A ll
A ll
Figure 7-2
Broadcast
transmission model
A
ll
C
D
Figure 7-2). Broadcasting is simply one host transmitting to all hosts. In the
case of Ethernet, broadcast traffic is bound to all the hosts in a broadcast
domain. In IP, a broadcast is bound to an IP subnet.
As we have seen, broadcasting can cause problems due to its global
nature. Because all broadcast packets are sent to all hosts, probably not all
the hosts need to receive the packet. This global transmission can lead to
unnecessary traffic.
An example of broadcasting is the Address Resolution Protocol (ARP)
request. ARPs are sent to all hosts to find a host that knows the MAC
address associated with a particular IP address. More than one host may
have the information, but in other cases only one may have it. This situation
requires the use of the broadcast transmission model.
Multicast Transmission
Multicasting is similar to broadcasting in that there is a one-to-many traffic pattern. The difference is the receiving hosts are a subset of all the hosts.
Already, we can see that multicasting can increase the efficiency of the network by reducing the amount of unnecessary network traffic.
Creating many unicast streams can mimic multicasting (see Figure 7-3).
Each of these streams will have the same originating host and each stream
will terminate to a different host in the multicast group. However, using
many unicast streams to implement one multicast stream is inefficient
across a large internetwork.
IP Multicast Configuration
A
D
B
B
Figure 7-3
Many unicast streams
261
C
D
A
B
M
M
Figure 7-4
One multicast stream
C
D
If many unicast streams originate from the same source and each terminates to a different user and carries the same traffic, the intermediate links
could be burdened with lots of redundant traffic. The solution is to create a
group of hosts and an addressing scheme for the group and let the network
decide how to replicate the source stream to all receivers. The traffic stream
will then be addressed to the multicast address (see Figure 7-4). The network is left to decide how to organize traffic over its links to best utilize
available bandwidth.
Multicasting can be deployed for a number of applications. The most
obvious application is video transmission over the campus network. In this
case, the same traffic is sent from one source to many hosts. Video traffic
Chapter 7
262
Multicast Addressing
Multicast addressing involves both Layer 2 and Layer 3 addressing. The IP
layer specifies the IP multicast group address. The Layer 2 MAC address is
changed according to the Layer 3 IP multicast address. The Layer 2 MAC
addresses are derived from the Layer 3 multicast address so multicast
ARPs are not needed.
Note that implementing multicast ARP could be a horrendous task.
Imagine if a multicast group address exists and a host needs to send a
packet to the multicast group. After the IP header is addressed with the IP
multicast address as the destination IP addresses, the host needs to determine the MAC addresses of all the hosts in the multicast group. In most
cases, this would be nearly impossible because the multicast address can
span multiple broadcast domains. Therefore this imaginary multicast ARP
would have to trasverse all subnets, VLANs, and broadcast domains. After
multicast becomes a staple for a campus network, the network could come
to a standstill just from a multicast ARP transaction using this method.
Both Layer 3 and Layer 2 multicast addressing is discussed in the following sections.
IP Multicast Addressing
Multicast IP addressing uses class D IP addresses. Recall from Chapter 6,
Unicast Layer 3 Configuration, that class D addresses start with the bit
pattern 1110. Therefore, the first four bits of an IP multicast address are
fixed. The following 28 bits of the IP multicast address can be anything, so
the range of IP multicast addresses starts with 224.0.0.0 and ends with
239.255.255.255. The bit pattern of the IP multicast following the initial
byte has no structure. There are some well-known IP multicast addresses,
however. The Internet Assigned Numbers Authority (IANA) defines these
well-known IP multicast addresses. Table 7-1 lists a few.
IP Multicast Configuration
263
Table 7-1
IP Multicast Address
Description
Well-known IP
multicast addresses
224.0.0.1
224.0.0.2
224.0.0.4
224.0.0.5
224.0.0.6
224.0.0.9
224.0.0.13
Chapter 7
264
Figure 7-5
IP multicast to
Ethernet MAC
address mapping
32 bits
8
224
65
10
154
E0
41
0A
9A
48 bits
16
16
01
00
5E
1001 1010
00
5E
16
00
00
00
0A
9A
IP Multicast Configuration
265
Chapter 7
266
32 bits
Figure 7-6
IGMP version 1
packet format
8
Version
8
Type
Unused
8
Checksum
Group Address
Table 7-2
Value
Description
IGMP v1 type
field values
The Type field is a four-bit field that specifies the type of IGMP message
the packet represents. The valid values for this field are shown in the Table
7-2.
The next byte of the IGMPv1 packet is unused and set to all zeros. The
receiver ignores this field.
The checksum field is two bytes long and is a 16-bit complement of the
entire IGMPv1 message.
The Group Address field holds a four-byte IP multicast address of the
multicast group that a host is a member of. The use of this field is
explained in more detail later. This field is used for a Host Membership
Report only. This field is set to all zeros if the packet is a Host Membership
Query message.
IGMPv1 Operation The operation of IGMPv1 is very simple. The router
sends Host Membership Queries and the hosts respond with Host Membership Reports. The idea is for the router to keep up with what group traffic must be forwarded to each of its interfaces. The following discussion
describes the details of IGMPv1 operation.
A router sends an IGMP Host Membership Query to determine the
group membership information for all the multicasting hosts on each of its
interfaces. If any host responds, the router must send all traffic for that
group to the interface. IGMP Host Membership Queries are sent to an IP
IP Multicast Configuration
267
multicast address of 224.0.0.1, which is the All Hosts well-known IP multicast address. The TTL value in the IP header is set to 1.
The host responds with one or more Host Membership Report packets to
let the router know what groups it is a member of. The host places the multicast group address of the group it has joined in the Group Address field in
the IGMPv1 packet.
Close examination shows us that this type of operation could cause a
flooding problem. When the router sends a Host Membership Query, all
multicast enabled hosts can respond to the query with a Host Membership
Report packet for each group of which the host is a member.
Multicast hosts do two things to diminish the effects of Host Membership
Report flooding:
Non-member
Delaying member
Idle member
A host in the non-member State is not a member of the particular multicast group.
Chapter 7
268
Figure 7-7
IGMPv1 state
leave group
NONMEMBER
leave group
join group
query recvd
DELAYING
DELAYING
MEMBER
query recvd
report recvd
IDLE
MEMBER
timer expired
IP Multicast Configuration
269
By default the router will then enable IGMPv2 on all interfaces. To specify IGMPv1, enter the following interface sub-command:
Router(config-int)# ip igmp version 1
Now that you have an active router sending Host Membership Queries,
you must enable IGMP on your switches to keep multicast under control on
each network segment.
To enable IGMP on a Set-Command based switch, use the following:
Switch(enable) set igmp enable
Chapter 7
270
Note that switches using Cisco IOS do not include IGMP operation. With
an understanding of IGMPv1, let us look at the improvements in Version 2.
32 bits
Figure 7-8
IGMPv2 packet
format
8
Type
Max RTime
Group Address
Table 7-3
Description
0x11
Membership Query
0x16
0x17
Leave Group
0x12
8
Checksum
IP Multicast Configuration
271
query will have zeros in the group address field and the group-specific
query will have a valid IP multicast address.
The Max RTime is an eight-bit field that specifies the maximum amount
of time a host can wait before responding to a Membership Query message.
This field is only applicable to Membership Query messages. The Maximum
Response time is represented in tenths of seconds.
The checksum field is identical to the two-byte checksum field in an
IGMPv1 packet. The checksum is a 16-bit complement of the entire
IGMPv2 message.
The Group Address is a four-byte IP multicast address.
The Querier Router IGMPv2 handles the case of multiple routers on a
multiple access network. All routers begin in a querier state. Routers will
transition from a querier state to a non-querier state when they receive a
membership query from another router with a lower IP address. Therefore,
only one router eventually remains in the querier state. This router has the
lowest IP address of all the multicast routers on the network.
IGMPv2 also handles the situation when the querier router fails. The
non-querier routers maintain an Other Querier Present Interval timer. This
timer is reset every time the router receives a Membership Query message.
If the timer expires, the router begins sending Query messages and the
querier router elections begin.
The querier router must send periodic Membership Query requests to
make sure that other routers on the network understand that the querier
router is still operational. To do this, the querier router maintains a Query
Interval timer. This timer is reset when a Membership Query message is
sent. When the Query Interval Timer reaches zero or out of necessity, the
querier router sends another Membership Query.
Multicast Router Initialization When the router first comes up, it
sends a number of General Query messages to see which multicast groups
should be forwarded on a particular interface. The number of General query
messages a router sends is based on the Startup Query Count value configured in the router. The amount of time between the initial General Query
messages is defined by the Startup Query Interval value.
IGMPv2 Host Operation The host sets a delay timer when a General
Query message is received. This value is set to a random number between
272
Chapter 7
1 and the Maximum Response Time for each multicast group of which the
host is a member. When any of these delay timers reach zero before the host
receives a Membership Report for any of its groups, the host sends a Membership Query report.
If the host receives a Membership Report, the delay timer for that group
is reset and the Membership Report is canceled. When the host receives a
Membership Query for a group that has a delay timer that hasnt expired, the
host will reset the timer only if the time remaining on the delay timer is
greater than the Maximum Response Time in the Membership Query packet.
Joining and Leaving a Multicast Group When a host intends to join
a multicast group, it sends a Membership Report for the group it wants to
join. The host waits a predetermined amount of time and sends another
Membership Report. The host sends two Membership Reports to lessen the
possibility of the Membership Report not making it to the router. The length
of time between the Membership Reports is called the Unsolicited Report
Interval.
To leave a group, the host that sent the last Membership Report for a
group sends a leave message to the all router multicast address, 224.0.0.2. If
a host intends to leave a group, but wasnt the last host to send a Membership Report for the group, it is not necessary for the host to send a leave message. In either case, a host can send a leave message. The use of the leave
message in IGMPv2 is different than in IGMPv1 where the group eventually
times out.
When the querier router receives a leave message, it must send a
Group-Specific Membership Query to find out if the host is the last to
leave the group. The router sends a number of these messages before stopping to forward packets for that group. This number is equal to the Last
Member Query Count. The router sends more than one Group-Specific
Membership Query to make sure there are no more members in that
group. These queries are sent every Last Member Query Interval seconds
to pace the queries. When no responses are received for the queries, the
router stops forwarding multicast traffic for this group address on that
particular interface.
IGMPv2 Timers Table 7-4 summarizes the timers and counters discussed above in describing IGMPv2 operation.
IP Multicast Configuration
273
Table 7-4
Variable
Default Value
IGMPv2 timers
and counters
125 seconds
10 seconds
(SQC*QI)+QRI/2=255 seconds
(SQC*QI)+QRI=260 seconds
1 second
SQC
10 seconds
400 seconds
IGMPv2 State Diagrams Figure 7-9 illustrates the host state diagram
for IGMPv2.
Note that the host can be in one of three statesNon-Member, Delaying
Member, or Idle Member. This state diagram is kept for all groups. A host in
a Non-Member State is not a member of the multicast group. A host in the
Delaying Member State has just tried to join the multicast group. A host in
the Idle Member State has either an expired timer or has received a Membership Report for the group from another host. If a query is received for the
group, the host returns to the Delaying Member State.
Multicast hosts keep up with the version of IGMP routers on the network according to Figure 7-10.
Figure 7-11 summarizes the querier router election process.
The router can be either a querier router or a non-querier router (see Figures 7-12 and 7-13).
Configuring IGMPv2 To enable IGMP on a router, use the following
global Cisco IOS command:
Router(config)# ip multicast-routing
Chapter 7
274
Figure 7-9
IGMPv2 host state
leave group
NONMEMBER
leave group
join group
query recvd
DELAYING
DELAYING
MEMBER
query recvd
report recvd
IDLE
MEMBER
timer expired
IGMPv1 Query
Recvd
Figure 7-10
IGMPv1 and IGMPv2
interoperability state
IGMPv1
ROUTER
OUTER
PRESENT
NO IGMPv1
ROUTER
OUTER
PRESENT
IGMPv1
Query
Recvd
timer expires
By default, the router will then enable IGMPv2 on all interfaces. However,
if you need to specify IGMPv2, enter the following interface sub-command:
Router(config-int)# ip igmp version 2
IP Multicast Configuration
Figure 7-11
Querier and nonquerier router state
INITIAL
STATE
TE
275
send general query
QUERIER
UERIER
set timer
NONQUERIER
UERIER
query recvd from
router with lower IP
address
v1 report recvd
Figure 7-12
Querier router state
timer expired
No
Members
Present
leave group
v2 report
recvd
v1 host
timer expired
Members
Present
v2 report
recvd
leave recvd
v1 report
recvd
v1 report recvd
Version 1
Members
Present
v2 report
recvd
leave group
v2 report
Checking
recvd
Membership
v1 report
recvd
timer expired
v1 report
recvd
retransmit
timer
expired
Chapter 7
276
Figure 7-13
Non-querier router
state
timer expired
NO
MEMBERS
PRESENT
timer expired
report recvd
report recvd
MEMBERS
PRESENT
CHECKING
MEMBERSHIP
The following shows an example output of the command. You can see the
status and version information.
Router#show ip igmp interface
Vlan1 is up, line protocol is up
Internet address is 100.1.1.7/24
IGMP is enabled on interface
Current IGMP version is 2
CGMP is enabled on interface
IGMP query interval is 60 seconds
IGMP querier timeout is 120 seconds
IGMP max query response time is 10 seconds
Inbound IGMP access group is not set
IGMP activity: 19 joins, 13 leaves
Multicast routing is enabled on interface
Multicast TTL threshold is 0
Multicast designated router (DR) is 100.1.1.233
IGMP querying router is 100.1.1.1
Multicast groups joined (number of users):
224.2.127.254(1) 239.255.255.255(1) 224.0.1.40(1)
IP Multicast Configuration
277
Expires
never
00:02:47
00:02:08
00:02:45
00:02:51
Last Reporter
100.1.1.7
100.1.121.125
100.1.11.71
100.1.76.22
100.1.193.55
Now that you have an active router sending Host Membership Queries,
you must enable IGMP on your switches to keep multicast under control on
each network segment.
To enable IGMP on a Set-Command based switch, use the following:
Switch(enable) set igmp enable
For IGMPv2, you can also enable fastleave. This feature, when
enabled, decreases the delay between receiving a Leave Group packet and
disabling forwarding of multicast to the port for that specific group. The
default timer value is the Group Membership Interval (default, 260 seconds). Enabling IGMP fastleave reduces this value to the Query
Response Interval (default 10 seconds). This works based on the assumption that the querier router will send a Group-Specific Membership Query
when a Leave Group packet is received from a host. The Group-Specific
Membership Query would force other hosts receiving that group to respond
with a Membership Report packet. If a Membership Report packet is
received for the same group the Leave Group packet specified, multicast for
that group is not interrupted. If the timer expires, traffic is no longer forwarded to the port for the specified multicast group.
Switch(enable) set igmp fastleave {enable | disable}
Chapter 7
278
IGMP is supported, although not in the Catalyst 1900 series. Cisco Systems CGMP is their multicast management protocol of choice and is fully
supported across the entire product line.
IGMP
Join
IGM
Join P
Figure 7-14
IGMP and CGMP
interaction
CGMP
Join
IP Multicast Configuration
279
The hosts send IGMP messages that the routers receive and process.
The routers in turn communicate with the Layer 2 switches on the network via CGMP. This communication between the routers and switches
gives the switches the information they need to know to forward multicast
traffic.
CGMP Packet Format Figure 7-15 shows the CGMP packet format.
The version field is a four-bit field that gives the CGMP version number.
CGMP has only one version. This field always has a 0x1 value.
The type field is a four-bit field that describes the CGMP message type.
The valid values are 0x0 for Join or 0x1 for Leave.
The reserved field is 16 bits long and is set to all zeros. This field is not
currently used.
The count field is an eight-bit field that gives the number of group destination address and unicast source address pairs in the rest of the message.
The Group Destination Address (GDA) field is six bytes long. It holds the
multicast group destination address.
The Unicast Source Address (USA) field is a 6-byte field that contains the
MAC address of a host.
CGMP Operation The router sends a CGMP Join message to the
switches on the network to let them know which of their ports is connected
to the router. The CGMP packet is formatted as a Join message with the
GDA as all zeros and the USA as the routers MAC address.
To notify all the switches that a particular group is no longer active, the
router sends a Leave message to the switches with the GDA of the inactive
group and the USA field all zeros. The switches then know to delete all the
32 bits
Figure 7-15
CGMP packet format
8
Version
8
Type
Reserved
Count
GDA
GDA
USA
USA
Chapter 7
280
entries associated with that particular group. If no groups are active, the
router sends a Leave message with both the GDA and USA fields set to
zero. When a switch receives an all-group leave packet, the switch begins
flooding all multicast traffic as if CGMP is disabled.
After a router receives an IGMP join message, it then sends a CGMP
Join message to the switches on the same interface. The switches respond
by setting their forwarding tables appropriately to only forward multicast
traffic for the group listed in the CGMP message to the host listed in the
CGMP message. IGMPv2 leave messages received by the router are followed by CGMP leave messages from the router to the switches.
Configuring CGMP To enable CGMP on a router, you use the following
global Cisco IOS command:
Router(config)# ip multicast-routing
By default, the router will then enable IGMPv2 on all interfaces. In addition to IGMP, you must also specifically enable CGMP. To enable CGMP,
enter the following interface sub-command.
Router(config-int)# ip cgmp
Now that you have an active router sending IGMP Host Membership
Queries and sending CGMP Join messages on the network, you must
enable CGMP on your switches to keep multicast under control on each network segment.
To enable CGMP on a Set-Command based switch, use the following:
Switch(enable) set cgmp enable
IP Multicast Configuration
281
On a switch, you may only enable IGMP or CGMP, not both. To turn off
CGMP, use the disable form of the command.
Switch(enable) set cgmp disable
For CGMP, you can also enable IGMPv2 leave processing. This feature,
when enabled, decreases the delay between receiving a Leave Group packet
and disabling forwarding of multicast to the port for that specific group.
When a Leave Group packet is received, the switch sets a Query Response
timer (default 10 seconds). If the timer expires before receiving a CGMP
Join message, traffic is no longer forwarded to the port for the specified multicast group. By default, with IGMPv2 leave processing disabled, the switch
will wait for the CGMP Hold Timer to expire (default 300 seconds) before
halting multicast traffic forwarding to the port.
Switch(enable) set cgmp leave {enable | disable}
To enable CGMP on Cisco IOS-based devices, you would use the following global command:
Switch(config)# cgmp
Chapter Summary
As we have seen in this chapter, multicast traffic management is quite different from unicast traffic management. IP multicast addressing spans the
entire Internet and can not be subnetted like unicast IP addressing.
Chapter 7
282
IGMPv1, IGMPv2, and CGMP exist simply to manage the flow of multicast
traffic into and within a broadcast domain because unbridled multicast
traffic can bring a campus network to its knees.
In summary, the following topics were covered in this chapter:
IP Multicast Addressing
Multicast is an important type of traffic in the campus network. Multicast traffic can be achieved by having multiple unicast streams in the network, but the redundant packets are an inefficient use of bandwidth.
Multicast traffic provides a mechanism for one host to send one stream to
multiple destinations.
IP multicast addressing uses the class D IP address space. All the addresses are in one subnet. In other words, there is no concept of a subnet
mask in IP multicasting. An IP multicast address represents a group of destination hosts. The multicast MAC addresses are generated by mapping part
of the IP multicast address into part of the MAC address and vice versa.
IGMPv1 and IGMPv2 exist to restrict the flow of multicast traffic to
broadcast domains that need the multicast traffic. This goes a long way to
thin out unneeded multicast traffic to optimize the use of bandwidth. These
protocols operate between the hosts and their routers on the network.
CGMP exists to restrict the flow of multicast traffic within a broadcast
domain. This helps restrict multicast traffic to only be forwarded to the
Layer 2 switch ports that need multicast traffic. CGMP operates between
the router and the switches in a broadcast domain.
At this point, you are equipped to implement IP multicasting in your
broadcast domains on your campus network. You are able to efficiently
manage the multicast traffic throughout the broadcast domains in your
campus network to make good use of available bandwidth.
When you review and thoroughly understand the concepts of IP multicasting and how to apply them to the broadcast domains in your campus
network, you are ready to move on to managing the multicast traffic
between your broadcast domains with IP multicast routing. These principles will allow you to efficiently route and manage IP multicast streams
throughout your entire campus network.
IP Multicast Configuration
283
Chapter 7
284
Case Study
Objective: CPI management has decided to build a video conferencing sys-
tem to allow employees to meet without having to constantly move from one
building to another. Studies have shown that CPI managers consume
countless hours traveling between meetings across CPIs large campus.
You are to prepare for the coming application by implementing IP multicast traffic management in each of the VLANs before multicast traffic is
turned on across the entire campus network.
Approach
The following tasks must be completed to achieve your objective:
IP Multicast Configuration
Table 7-5
VLAN
Management
285
VLAN ID
R&D
Mfg
SR
Admin
IT
Table 7-6
Switch Name
IP Address
IT-1-dist-5505
100.1.1.11
IT-2-access-2926
100.1.1.12
IT-3-access-1900
100.1.1.13
IT-4-access-1900
100.1.1.14
IT-5-access-1900
100.1.1.15
RD-1-dist-5505
100.1.1.16
RD-2-access-2926
100.1.1.17
RD-3-access-1900
100.1.1.18
RD-4-access-1900
100.1.1.19
RD-5-access-1900
100.1.1.20
Admin-1-dist-5505
100.1.1.31
Admin-2-access-2926
100.1.1.32
Admin-3-access-1900
100.1.1.33
Admin-4-access-1900
100.1.1.34
Admin-5-access-1900
100.1.1.35
Chapter 7
286
Repeat for the rest of the Catalyst 1900s. Recall that the Catalyst 1900
does not support CGMP leave processing.
IP Multicast Configuration
287
help minimize travel requirements to attend meetings. This will help save
money by cutting staff down time.
The following steps were completed to get to this point. We started with
an optimal Layer 2 and Layer 3 configuration and then
Chapter 7
288
Questions
1. _____________ can be used to implement IP multicast transmissions.
a.
b.
c.
d.
unicast
multicast
broadcast
none of the above
01-00-5e-43-05-01
01-00-5e-2b-05-01
00-00-5e-2b-05-01
none of the above
01-00-5e-43-05-01
01-00-5e-2b-05-01
00-00-5e-2b-05-01
none of the above
unique
not unique
inverted
six bytes long
2926
5505
1900
6513
2926
5505
1900
6513
IP Multicast Configuration
289
group management
host management
multicast routing
Internet routing
leave-support
one
routing
CGMP
10
125
400
infinite
3Com Corporation
Cisco Systems
Nortel Networks
CG and MP
IGMPv1
IGMPv2
Both a and b
Neither a or b
Chapter 7
290
IGMPv1
IGMPv2
CGMP
all the above
15. With cgmp and cgmp leave enabled on a switch and ip cgmp enabled
on a router, which device(s) receive and process IGMP requests?
a.
b.
c.
d.
16. When configured for IGMPv2 operation, a router will also listen for
____________ packets.
a.
b.
c.
d.
SDR
CGMP
NTP
IGMPv1
request/reply
send/receive
join/leave
forward/reply
224.0.0.1
224.0.0.2
224.0.0.3
239.255.255.255
querier
standby
active
default
IP Multicast Configuration
20. CGMP uses ______________ to communicate multicast group
joins/leaves between routers and switches.
a.
b.
c.
d.
unicast
multicast
broadcast
simulcast
291
Chapter 7
292
Answers
1. _____________ can be used to implement multicast transmissions.
a.
unicast
01-00-5e-2b-05-01
All Ethernet MAC address begin with 01-00-5e and a 0 in the next
bit position. The last 23 bits of the MAC address are the last 23 bits of
the multicast IP address.
3. The IP address 224.43.5.1 is translated to which of the following
Ethernet MAC addresses?
b.
01-00-5e-2b-05-01
All Ethernet MAC address begin with 01-00-5e and a 0 in the next
bit position. The last 23 bits of the MAC address are the last 23 bits of
the multicast IP address.
4. Using the conventional Ethernet MAC to IP multicast address
mappings, the resulting multicast addresses are _________________.
b.
not unique
Because the last 23 bits of the multicast IP address are used for the
MAC address, this address mapping technique between multicast IP
and multicast Ethernet MAC addresses is not a one-to-one mapping.
5. IGMPv1 is not supported on the Catalyst ________.
c.
1900
1900
group management
leave-support
IP Multicast Configuration
293
infinite
telephone
Cisco systems
16. When configured for IGMPv2 operation, a router will also listen for
____________ packets.
d.
IGMPv1
Join/Leave
224.0.0.2
Chapter 7
294
querier
multicast