...
Code Block |
---|
|
SNR-S5210(config)#vlan 20
SNR-S5210(config)#igmp snooping multicast-vlan 20 |
Связь c Multicast Vlan на порте коммутатора объявляется командой:
Code Block |
---|
|
SNR-S5210(config)#switchport association multicast-vlan <> |
Для того, чтобы осуществить настройки Destination Multicast Control необходимо воспользоваться следующими командами:
...
Code Block |
---|
|
SNR-S5210(config)#vlan 20
SNR-S5210(config)#igmp snooping multicast-vlan 20
SNR-S5210(config-if)#interface vlan0.20
SNR-S5210(config-if)#igmp snooping
SNR-S5210(config-if)#exit
SNR-S5210(config)#interface ge15
SNR-S5210(config-if)#switchport mode hybrid
SNR-S5210(config-if)#switchport hybrid allowed vlan add 20 egress-tagged disabled
SNR-S5210(config-if)#switchport association multicast-vlan 20
SNR-S5210(config-if)#switchport hybrid vlan 100
|
...