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

Мультикаст на Catalyst 3560 миграция с DLINK

Коллеги подскажите пожалуйста :)

Сам увы далеко не спец по кошкам, потому нужен совет.

У нас использовался DLINK DGS3627 для получения L2 мультикаста со стримеров и передачи его дальше в сеть по PIM-SM.

Решили заменить на Catalyst 3560. Произвел соотвествующие настройки (они ниже), но не вижу мультикаст групп на ядре. Т.е. сложилось впечатление что каталист не анонсирует их дальше себя.

ip subnet-zero
ip routing
ip multicast-routing distributed
vlan 4001
name to_streamers
!
vlan 4003
name to_core
!
interface GigabitEthernet0/1
switchport access vlan 4001
switchport mode access
!
interface GigabitEthernet0/2
switchport access vlan 4001
switchport mode access
!
interface GigabitEthernet0/3
switchport access vlan 4001
switchport mode access
!
interface GigabitEthernet0/4
switchport access vlan 4001
switchport mode access
!
interface GigabitEthernet0/25
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 4003
switchport mode trunk
!
interface Vlan4001
ip address 10.0.255.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip pim dr-priority 0
ip pim sparse-mode
no ip mroute-cache
!
interface Vlan4003
ip address 91.197.175.42 255.255.255.252
ip pim dr-priority 10
ip pim sparse-mode
ip ospf 1 area 0.0.0.0
!
ip pim rp-address 91.197.175.42
ip pim accept-rp 91.197.175.42

 

на Dlink были такие настройки

create vlan v4001 tag 4001
config vlan v4001 add untagged 1-4 advertisement disable

create vlan v4003 tag 4003
config vlan v4003 add tagged 24 advertisement disable

create ipif i4001 10.0.255.1/24 v4001 state enable 
create ipif i4003 91.197.175.42/30 v4003 state enable 

config igmp ipif i4001 version 2 query_interval 300 max_response_time 10 robustness_variable 2 state enable
config igmp ipif i4003 version 2 query_interval 125 max_response_time 10 robustness_variable 2 state enable

enable pim
config pim ipif i4001 state enable hello 30 jp_interval 60 mode sm dr_priority 1 
config pim ipif i4003 state enable hello 30 jp_interval 60 mode sm dr_priority 1 

create pim crp group 238.1.53.0/24 rp i4001
create pim crp group 238.1.54.0/24 rp i4001

config ospf ipif i4003 area 0.0.0.0 state enable

 

Решено, надо было добавить:

ip pim rp-candidate Vlan4001 group-list 10 priority 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.