Jump to content
Калькуляторы

MVR через транковый порт

Возникла необходимость подать мультикаст клиенту по транковому порту, но не понятноо как, вроде сделал как для access, но не работает

 

vlan 40
name multicast
multicast-vlan
multicast-vlan mode dynamic
multicast-vlan association 10

access-list 6000 deny ip any-source any-destination
access-list 6002 permit ip any-source any-destination
!
multicast destination-control


Interface Ethernet1/3
description WEP-12AC
ip multicast destination-control access-group 6002
switchport mode trunk
switchport allowed vlan 11;12
switchport native vlan 10



ip igmp snooping
ip igmp snooping authentication radius none
ip igmp snooping authentication forwarding-first
ip igmp snooping vlan 40
ip igmp snooping vlan 40 immediately-leave
ip igmp snooping vlan 40 l2-general-querier

 

Если перевести порт в access то работает

 

Interface Ethernet1/3
description WEP-12AC
ip multicast destination-control access-group 6002
switchport access vlan 10

Share this post


Link to post
Share on other sites

Так получилось

 

Interface Ethernet1/3

description WEP-ELTEX

ip multicast destination-control access-group 6002

switchport mode hybrid

switchport hybrid allowed vlan 11;12 tag

switchport hybrid allowed vlan 10 untag

switchport hybrid native vlan 10

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.