Аналогичная тема была несколько дне назад по другому коммутатору, поэтому просьба не пинайте. Второй
день сижу ничего не получается. В реалии схема будет сложнее. Пока просто хочу пробросить вещание
из TV vlan в обычный рабочий.
Код:
# IP
config ipif System ipaddress 10.0.1.170/24 vlan managment
config ipif_mac_mapping ipif TV mac_offset 1
create ipif TV 10.1.15.2/30 TV108 state enable
disable autoconfig
# MCFILTER
config multicast filtering_mode TV108 filter_unregistered_groups
config multicast filtering_mode managment filter_unregistered_groups
# SNOOP
enable igmp_snooping
config igmp_snooping vlan managment host_timeout 260 router_timeout 260 leave_timer 2 state enable fast_leave disable
config igmp_snooping querier vlan managment query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable
config limited_multicast_addr ports 1-12 state disable
Код:
# IGMP
config igmp ipif System version 2 query_interval 125 max_response_time 10 robustness_variable 2 state enable
config igmp ipif System last_member_query_interval 1
config igmp ipif TV version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable
config igmp ipif TV last_member_query_interval 1
# PIMSM
enable pim
config pim cbsr hash_masklen 30
config pim cbsr bootstrap_period 60
config pim register_suppression_time 60
config pim register_probe_time 5
config pim last_hop_spt_switchover never
config pim crp holdtime 150 priority 192
config pim crp wildcard_prefix_cnt 0
config pim ipif System state enable hello 30 jp_interval 60 mode sm dr_priority 1
config pim cbsr ipif System priority -1
config pim ipif TV state enable hello 30 jp_interval 60 mode sm dr_priority 1
config pim cbsr ipif TV priority -1
create pim static_rp group 239.64.0.0/16 rp 10.1.15.2
С vlan System источник вещания пингуется.
Дальше IGMP 10.0.1.15 это я
Код:
DGS-3612G:5#show igmp group
Command: show igmp group
Interface Multicast Group Last Reporter IP Querier IP Expire
------------ --------------- --------------- --------------- ---------
System 224.0.0.5 10.0.1.1 SELF 156
System 224.0.0.6 10.0.1.1 SELF 163
System 224.0.1.24 10.0.1.10 SELF 157
System 239.64.0.1 10.0.1.15 SELF 163
System 239.192.152.143 10.0.1.3 SELF 161
System 239.255.255.250 10.0.1.3 SELF 157
System 239.255.255.254 10.0.1.10 SELF 163
Total Entries: 7
Дальше роутинговая таблица
Собственно перепробованы все варианты :
create pim static_rp group 239.64.0.0/16 rp 10.1.15.2
create pim static_rp group 239.64.0.0/16 rp 10.0.1.170
create pim static_rp group 239.64.0.0/16 rp 10.1.15.1
безрезультатно ..
Код:
Command: show pim ipmroute
PIM IP Multicast Route Table
UA = Upstream AssertTimer
AM = Assert Metric
AMPref = Assert MetricPref
ARB = Assert RPTBit
Group Address Source Address UA AM AMPref ARB Flag Type
------------------ ------------------ ------ ------ ------ ------ ---- -------
239.64.0.1 10.1.15.1/32 0 0 0 0 SPT (S.G)
239.64.0.1 10.1.15.2/32 0 0 0 0 RPT (*.G)
239.192.152.143 10.0.1.3/32 0 0 0 0 SPT (S.G)
Total Entries: 3
Заранее спасибо.