D-Link DGS-6608 — настройка фильтрации PIM регистраций на маршрутизаторе [338/1106]

Превью страниц Страница 338 / 1106
D-Link DGS-6608 [338/1106] Usage guideline
DGS-6600 Series Switch ip pim accept-register
CLI Reference Guide
328
ip pim accept-register
To configure a candidate rendezvous point (RP) router to filter PIM register
messages, use the ip pim accept-register command in global configuration
mode. To disable this function, use the no form of this command.
ip pim accept-register source-list ACCESS-LIST-NAME
no ip pim accept-register
Default Disabled.
Command Mode Global configuration.
Usage Guideline This command can be only specified once. The later applied command will
override the previous setting.
Use this command to prevent unauthorized sources from registering with the RP.
If an unauthorized source sends a register message to the RP, the RP will
immediately send back a register-stop message.
Example The following example shows how to restrict the RP from allowing sources in the
Source Specific Multicast (SSM) range of addresses to register with the RP.
These statements need to be configured only on the RP.
Verify the settings by the show ip pim command.
Syntax Description
source-list ACCESS-
LIST-NAME
Specifies the name of the basic IP access list name.
Switch# configure terminal
Switch(config)# ip access-list Summer-Movie
Switch(config-ip-acl)# deny any 232.0.0.0 255.0.0.0
Switch(config-ip-acl)# permit any any
Switch(config-ip-acl)# exit
Switch(config)# ip pim accept-register source-list Summer-Movie

Содержание

4839

Узнайте, как настроить маршрутизатор для фильтрации PIM регистраций с помощью команды ip pim accept-register. Защитите свою сеть от несанкционированных источников.