11-21
Cisco Security Appliance Command Line Configuration Guide
OL-12172-03
Chapter 11 Configuring Multicast Routing
Configuring PIM Features
Step 1
Use the
access-list
command to define a standard access list defines the routers you want to participate
in PIM.
For example the following access list, when used with the
pim neighbor-filter
command, prevents the
10.1.1.1 router from becoming a PIM neighbor:
hostname(config)#
access-list pim_nbr deny 10.1.1.1 255.255.255.255
Step 2
Use the
pim neighbor-filter
command on an interface to filter the neighbor routers.
For example, the following commands prevent the 10.1.1.1 router from becoming a PIM neighbor on
interface GigabitEthernet0/3:
hostname(config)#
interface GigabitEthernet0/3
hostname(config-if)#
pim neighbor-filter pim_nbr
Supporting Mixed Bidirctional/Sparse-Mode PIM Networks
Bidirectional PIM allows multicast routers to keep reduced state information. All of the multicast routers
in a segment must be bidirectionally enabled in order for bidir to elect a DF.
The
pim bidir-neighbor-filter
command enables the transition from a sparse-mode-only network to a
bidir network by letting you specify the routers that should participate in DF election while still allowing
all routers to participate in the sparse-mode domain. The bidir-enabled routers can elect a DF from
among themselves, even when there are non-bidir routers on the segment. Multicast boundaries on the
non-bidir routers prevent PIM messages and data from the bidir groups from leaking in or out of the bidir
subset cloud.
When the
pim bidir-neighbor-filter
command is enabled, the routers that are permitted by the ACL are
considered to be bidir-capable. Therefore:
•
If a permitted neighbor does not support bidir, the DF election does not occur.
•
If a denied neighbor supports bidir, then DF election does not occur.
•
If a denied neighbor des not support bidir, the DF election occurs.
To control which neighbors can participate in the DF election, perform the following steps:
Step 1
Use the
access-list
command to define a standard access list that permits the routers you want to
participate in the DF election and denies all others.
For example, the following access list permits the routers at 10.1.1.1 and 10.2.2.2 to participate in the
DF election and denies all others:
hostname(config)#
access-list pim_bidir permit 10.1.1.1 255.255.255.255
hostname(config)#
access-list pim_bidir permit 10.1.1.2 255.255.255.255
hostname(config)#
access-list pim_bidir deny any
Step 2
Enable the
pim bidir-neighbor-filter
command on an interface.
The following example applies the access list created previous step to the interface GigabitEthernet0/3.
hostname(config)#
interface GigabitEthernet0/3
hostname(config-if)#
pim bidir-neighbor-filter pim_bidir
Содержание 500 Series
Страница 38: ...Contents xxxviii Cisco Security Appliance Command Line Configuration Guide OL 12172 03 ...
Страница 45: ...P A R T 1 Getting Started and General Information ...
Страница 46: ......
Страница 277: ...P A R T 2 Configuring the Firewall ...
Страница 278: ......
Страница 354: ...17 38 Cisco Security Appliance Command Line Configuration Guide OL 12172 03 Chapter 17 Configuring NAT NAT Examples ...
Страница 561: ...P A R T 3 Configuring VPN ...
Страница 562: ......
Страница 891: ...P A R T 4 System Administration ...
Страница 892: ......
Страница 975: ...P A R T 5 Reference ...
Страница 976: ......