Цитата:
Приведите, пожалуйста, настройки в плане ISM VLAN, router_ports и Link Aggregation.
Прошивка B022, коммутатор сброшен в заводские настройки:
DES-1210-28/ME:5# sh sw
Command: show switch
Device Type : DES-1210-28/ME
MAC Address : CC-B2-55-BF-B9-6E
IP Address : 10.90.90.90 (Manual)
VLAN Name : default
Subnet Mask : 255.0.0.0
Default Gateway : 0.0.0.0
System boot version : 1.00.003
System Protocol version : 2.001.004
System firmware version : 6.01.B022
System hardware version : B2
System serial number : QBM51C5000790
System name :
System Location :
System up time : 0 days, 0 hrs, 1 min, 23 secs
System Contact :
System Time : 01/01/2011 00:01:10
STP : Disabled
GVRP : Disabled
IGMP Snooping : Disabled
VLAN Trunk : Disabled
802.1X Status : Disabled
Telnet : Enabled (TCP 23)
Web : Enabled (TCP 80)
RMON : Disabled
SSH : Disabled
Syslog Global State : Disabled
затем через веб интерфейс настроены Link Aggregation, IGMP Snooping и ISM VLAN:
Код:
# ISM vlan
enable igmp_snooping multicast_vlan
create igmp_snooping multicast_vlan iptv 4050
config igmp_snooping multicast_vlan iptv add member_port 1-24
config igmp_snooping multicast_vlan iptv add source_port 25
config igmp_snooping multicast_vlan iptv state enable
config igmp_snooping multicast_vlan iptv replace_source_ip none
config igmp_snooping multicast_vlan iptv replace_source_ipv6 none
config igmp_snooping multicast_vlan_group iptv add ipv4_range 239.77.0.0 239.78.255.255
# IGMP snooping
enable igmp_snooping
config igmp_snooping vlan_name iptv state enable fast_leave enable
config igmp_snooping data_driven_learning vlan_name iptv state disable
config igmp_snooping querier vlan_name iptv state disable querier_version IGMPv2 last_member_query_interval 1
config router_ports vlan_name iptv add 25
# MLD Snooping
config mld_snooping vlan_name iptv state enable fast_done disable
config mld_snooping data_driven_learning vlan_name iptv state disable
config mld_snooping querier vlan_name iptv state disable
# LACP
config link_aggregation state enable
config link_aggregation algorithm mac_source_dest
create link_aggregation group_id 1 type static
config link_aggregation group_id 1 master_port 1 ports 1-2
delete link_aggregation group_id 2
delete link_aggregation group_id 3
delete link_aggregation group_id 4
delete link_aggregation group_id 5
delete link_aggregation group_id 6
delete link_aggregation group_id 7
delete link_aggregation group_id 8
полный конфиг
здесь