Configuration Examples - Cisco Catalyst 4500 Series Configuration Manual

Release ios xe 3.3.0sg and ios 15.1(1)sg
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

Configuration Examples

Command
Switch# clear ip mroute
Switch# clear ip mfib counters
IP multicast routes can be regenerated in response to protocol events and as data packets arrive.
Note
Configuration Examples
The following sections provide IP multicast routing configuration examples:
PIM Dense Mode Example
This example is a configuration of dense-mode PIM on an Ethernet interface:
ip multicast-routing
interface ethernet 0
ip pim dense-mode
PIM Sparse Mode Example
This example is a configuration of sparse-mode PIM. The RP router is the router with the address
10.8.0.20.
ip multicast-routing
ip pim rp-address 10.8.0.20 1
interface ethernet 1
ip pim sparse-mode
Bidirectional PIM Mode Example
By default, a bidirectional RP advertises all groups as bidirectional. Use an access list on the RP to
specify a list of groups to be advertised as bidirectional. Groups with the deny keyword operate in dense
mode. A different, nonbidirectional RP address is required for groups that operate in sparse mode,
because a single access list only allows either a permit or deny keyword.
The following example shows how to configure an RP for both sparse and bidirectional mode groups.
224/8 and 227/8 are bidirectional groups, 226/8 is sparse mode, and 225/8 is dense mode. The RP must
be configured to use different IP addresses for sparse and bidirectional mode operations. Two loopback
Software Configuration Guide—Release IOS XE 3.3.0SG and IOS 15.1(1)SG
35-28
PIM Dense Mode Example, page 35-28
PIM Sparse Mode Example, page 35-28
Bidirectional PIM Mode Example, page 35-28
Sparse Mode with a Single Static RP Example, page 35-29
Sparse Mode with Auto-RP: Example, page 35-29
Chapter 35
Purpose
Deletes entries from the IP routing table.
Deletes all per-route and global MFIB counters.
Configuring IP Multicast
OL-25340-01

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents