Tp-Link T1700G-28TQ V2 — настройка IGMP Snooping для многокастинга в VLAN [347/772]

Превью страниц Страница 347 / 772
Tp-Link T1700G-28TQ V2 [347/772] Switch config ip igmp snooping querier vlan 4 max response time 20
Configuration Guide 322
Configuring Layer 2 Multicast IGMP Snooping Configurations
Step 2 ip igmp snooping querier vlan vlan-id {query-interval
interval
| max-response-time
response-time
| general-query source-ip
ip-addr
}
vlan-id
specifies the VLAN where the querier is.
interval
is the interval between general query messages sent by the querier.
response-time
is the host’s maximum response time to general query messages in a range of 1
to 25 seconds.
ip-addr
is the source IP address of the general query messages sent by the querier. It cannot
be a multicast address or a broadcast address.
Step 3 show ip igmp snooping querier [vlan
vlan-id
]
Show the detailed IGMP querier configuration.
Step 4 end
Return to privileged EXEC mode.
Step 5 copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to enable IGMP Snooping and IGMP Querier in VLAN
4, set the query interval as 100 seconds, the max response time as 20 seconds, and the
general query source IP as 192.168.0.1:
Switch#configure
Switch(config)#ip igmp snooping
Switch(config)#ip igmp snooping querier vlan 4 query-interval 100
Switch(config)#ip igmp snooping querier vlan 4 max-response-time 20
Switch(config)#ip igmp snooping querier vlan 4 general-query source-ip 192.168.0.1
Switch(config)#show ip igmp snooping querier
VLAN 4:
--------------
Maximum Response Time: 20
Query Interval: 100
General Query Source IP: 192.168.0.1
Switch(config)#end
Switch#copy running-config startup-config

Содержание

3073

Узнайте, как правильно настроить IGMP Snooping и Querier для многокастинга в VLAN, включая параметры интервала запросов и времени ответа.