faq обучение настройка
Текущее время: Вт мар 19, 2024 14:47

Часовой пояс: UTC + 3 часа




Начать новую тему Ответить на тему  [ Сообщений: 6 ] 
Автор Сообщение
СообщениеДобавлено: Пт июн 22, 2018 13:02 
Не в сети

Зарегистрирован: Пт июн 22, 2018 11:41
Сообщений: 3
Приветствую, имеется вот такая зверюшка:
Скрытый текст: показать
Device Type : DGS-1100-10/ME
System Boot Version : 1.00.000
System Firmware Version : 1.01.B092
System Hardware Version : A1

Сыпется iptv, при высокой утилизации абонентского порта.
Хочу настроить приоритизацию по трафику типа:
1 - Multicast (vlan 60)
2 - Интернет (vlan 400)
3 - Управление (vlan 10)
С использованием 802.1p/wrr.
То что имею сейчас:
Скрытый текст: показать
Command: show config current_config

#------------------------------------------------------------------------
# DGS-1100-10/ME Gigabit Ethernet Switch Configuration
#
# Firmware: Build 1.01.B092
# Copyright(C) 2013 D-Link Corporation. All rights reserved.
#------------------------------------------------------------------------
command-start

# PowerSaving
config power_saving mode length_detection disable
config power_saving mode led disable
config power_saving mode port disable
config power_saving mode hibernation disable
# Port
config ports 1-10 speed auto
config ports 9-10 medium_type fiber speed auto
config ports 1-10 state enable
config ports 9-10 medium_type fiber state enable
config ports 1-10 flow_control disable
config ports 9-10 medium_type fiber flow_control disable
config ports 1-10 learning enable
config ports 9-10 medium_type fiber learning enable
config ports 1-10 mdix auto
config ports 1 capability_advertised 10_half 10_full 100_half 100_full 1000_full

config ports 2 capability_advertised 10_half 10_full 100_half 100_full 1000_full

config ports 3 capability_advertised 10_half 10_full 100_half 100_full 1000_full

config ports 4 capability_advertised 10_half 10_full 100_half 100_full 1000_full

config ports 5 capability_advertised 10_half 10_full 100_half 100_full 1000_full

config ports 6 capability_advertised 10_half 10_full 100_half 100_full 1000_full

config ports 7 capability_advertised 10_half 10_full 100_half 100_full 1000_full

config ports 8 capability_advertised 10_half 10_full 100_half 100_full 1000_full

config ports 9 capability_advertised 10_half 10_full 100_half 100_full 1000_full

config ports 10 capability_advertised 10_half 10_full 100_half 100_full 1000_ful
l
# EEE
config EEE port 1-10 state disable
# SNMP
enable snmp
enable snmp authenticate_traps
config snmp coldstart_traps enable
config snmp warmstart_traps enable
enable snmp linkchange_traps
config snmp linkchange_traps ports 1-10 enable
enable snmp port_security_violation traps
enable snmp LBD traps
enable snmp firmware_upgrade_state traps
enable snmp duplicate_ip_detected traps
disable community_encryption
echo off
delete snmp user "Monitor" v2c
delete snmp user "ReadOnly" v1
delete snmp user "ReadOnly" v2c
delete snmp user "ReadWrite" v1
delete snmp user "ReadWrite" v2c
delete snmp group "Monitor" v2c
delete snmp group "ReadOnly" v1
delete snmp group "ReadOnly" v2c
delete snmp group "ReadWrite" v1
delete snmp group "ReadWrite" v2c
delete snmp view "ReadOnly" 1
delete snmp view "ReadWrite" 1
echo on
create snmp user "Monitor" "Monitor" v2c
create snmp user "ReadOnly" "ReadOnly" v1
create snmp user "ReadOnly" "ReadOnly" v2c
create snmp user "ReadWrite" "ReadWrite" v1
create snmp user "ReadWrite" "ReadWrite" v2c
create snmp group "Monitor" v2c read_view "ReadOnly" write_view "ReadWrite" noti
fy_view "ReadWrite"
create snmp group "ReadOnly" v1 read_view "ReadWrite" notify_view "ReadWrite"
create snmp group "ReadOnly" v2c read_view "ReadWrite" notify_view "ReadWrite"
create snmp group "ReadWrite" v1 read_view "ReadWrite" write_view "ReadWrite" no
tify_view "ReadWrite"
create snmp group "ReadWrite" v2c read_view "ReadWrite" write_view "ReadWrite" n
otify_view "ReadWrite"
create snmp view "ReadOnly" 1 view_type included
create snmp view "ReadWrite" 1 view_type included
delete snmp all_community
create snmp community ***
create snmp host ***
create snmp host ***
# Account
disable password encryption
create account admin "admin"
***
# AsymmetricVlan
disable asymmetric_vlan
# Vlan
echo off
config vlan vlanid 1 delete 1-10
config vlan vlanid 1 name "default"
create vlan vlanid 10
echo on
config vlan vlanid 10 add tagged 9-10
config vlan vlanid 10 name "MGMT"
create vlan vlanid 400
config vlan vlanid 400 add tagged 9-10
config vlan vlanid 400 add untagged 1-8
config vlan vlanid 400 name "BASE400"
config port_vlan 9-10 pvid 1
config port_vlan 1-8 pvid 400
enable pvid auto_assign
# Guest VLAN
# 802.1x
disable 802.1x
config 802.1x radius_acct state disable
config 802.1x auth_protocol local
config 802.1x auth_mode port_based
config 802.1x auth_parameter ports 1 direction both port_control force_auth quie
t_period 60 tx_period 30 supp_timeout 30
config 802.1x auth_parameter ports 1 server_timeout 30 max_req 2 reauth_period 3
600 enable_reauth disable
config 802.1x auth_parameter ports 2 direction both port_control force_auth quie
t_period 60 tx_period 30 supp_timeout 30
config 802.1x auth_parameter ports 2 server_timeout 30 max_req 2 reauth_period 3
600 enable_reauth disable
config 802.1x auth_parameter ports 3 direction both port_control force_auth quie
t_period 60 tx_period 30 supp_timeout 30
config 802.1x auth_parameter ports 3 server_timeout 30 max_req 2 reauth_period 3
600 enable_reauth disable
config 802.1x auth_parameter ports 4 direction both port_control force_auth quie
t_period 60 tx_period 30 supp_timeout 30
config 802.1x auth_parameter ports 4 server_timeout 30 max_req 2 reauth_period 3
600 enable_reauth disable
config 802.1x auth_parameter ports 5 direction both port_control force_auth quie
t_period 60 tx_period 30 supp_timeout 30
config 802.1x auth_parameter ports 5 server_timeout 30 max_req 2 reauth_period 3
600 enable_reauth disable
config 802.1x auth_parameter ports 6 direction both port_control force_auth quie
t_period 60 tx_period 30 supp_timeout 30
config 802.1x auth_parameter ports 6 server_timeout 30 max_req 2 reauth_period 3
600 enable_reauth disable
config 802.1x auth_parameter ports 7 direction both port_control force_auth quie
t_period 60 tx_period 30 supp_timeout 30
config 802.1x auth_parameter ports 7 server_timeout 30 max_req 2 reauth_period 3
600 enable_reauth disable
config 802.1x auth_parameter ports 8 direction both port_control force_auth quie
t_period 60 tx_period 30 supp_timeout 30
config 802.1x auth_parameter ports 8 server_timeout 30 max_req 2 reauth_period 3
600 enable_reauth disable
config 802.1x auth_parameter ports 9 direction both port_control force_auth quie
t_period 60 tx_period 30 supp_timeout 30
config 802.1x auth_parameter ports 9 server_timeout 30 max_req 2 reauth_period 3
600 enable_reauth disable
config 802.1x auth_parameter ports 10 direction both port_control force_auth qui
et_period 60 tx_period 30 supp_timeout 30
config 802.1x auth_parameter ports 10 server_timeout 30 max_req 2 reauth_period
3600 enable_reauth disable
config 802.1x capability ports 1-10 none
config 802.1x fwd_pdu system disable
# RMON
disable rmon
# Mirror
disable mirror
# Jumbo Frame
enable jumbo_frame
# RadiusServer
# Syslog
enable syslog
config log_save_timing time_interval 30
config log_save_timing on_demand
create syslog host 1 ipaddress *** severity warning facility local0 udp_
port 514 state enable
# Web
enable web 80
# TimeRange
# Telnet
enable telnet 23
# SSH
enable ssh 22
# Sntp
config sntp primary *** secondary *** poll-interval 3600
enable sntp
config time 22Jun2018 12:48:10
config time_zone operator + hour 3 minute 0
config dst disable
# Qinq
disable qinq
config qinq inner_tpid 0x8100
config qinq ports 1 role nni outer_tpid 0x88a8 missdrop disable add_inner_tag di
sable
config qinq ports 2 role nni outer_tpid 0x88a8 missdrop disable add_inner_tag di
sable
config qinq ports 3 role nni outer_tpid 0x88a8 missdrop disable add_inner_tag di
sable
config qinq ports 4 role nni outer_tpid 0x88a8 missdrop disable add_inner_tag di
sable
config qinq ports 5 role nni outer_tpid 0x88a8 missdrop disable add_inner_tag di
sable
config qinq ports 6 role nni outer_tpid 0x88a8 missdrop disable add_inner_tag di
sable
config qinq ports 7 role nni outer_tpid 0x88a8 missdrop disable add_inner_tag di
sable
config qinq ports 8 role nni outer_tpid 0x88a8 missdrop disable add_inner_tag di
sable
config qinq ports 9 role nni outer_tpid 0x88a8 missdrop disable add_inner_tag di
sable
config qinq ports 10 role nni outer_tpid 0x88a8 missdrop disable add_inner_tag d
isable
# ISM
enable igmp_snooping multicast_vlan
enable mld_snooping multicast_vlan
create igmp_snooping multicast_vlan "IPTV" 60
config igmp_snooping multicast_vlan "IPTV" state enable replace_source_ip 0.0.0.
0
config igmp_snooping multicast_vlan "IPTV" add member_port 1-8 source_port 9-10
config igmp_snooping multicast_vlan_group "IPTV" add ipv4_range ***
# Management Vlan
enable management vlan
config management vlanid 10
# Port Security
config port_security 1-8 max_learning_addr 2
config port_security 9-10 max_learning_addr 32
config port_security 1-10 lock_address_mode DeleteOnTimeout
# Mac Notify
disable mac_notification
# Traffic Control
config traffic control 1-8 broadcast enable
config traffic control 1-8 unicast enable
config traffic control 1 action drop threshold 64
config traffic control 2 action drop threshold 64
config traffic control 3 action drop threshold 64
config traffic control 4 action drop threshold 64
config traffic control 5 action drop threshold 64
config traffic control 6 action drop threshold 64
config traffic control 7 action drop threshold 64
config traffic control 8 action drop threshold 64
config traffic control 9 action drop
config traffic control 10 action drop
config traffic trap none
# AAC
disable authen_policy
config authen parameter response_timeout 30
config authen parameter attempt 3
config authen_login default method local none
config authen_enable default method local none
config authen application telnet login default
config authen application http login default
config authen application telnet enable default
config authen application http enable default
# QOS
config dscp_mapping dscp_value 0 queue 5
config dscp_mapping dscp_value 1 queue 0
config dscp_mapping dscp_value 2 queue 0
config dscp_mapping dscp_value 3 queue 0
config dscp_mapping dscp_value 4 queue 0
config dscp_mapping dscp_value 5 queue 0
config dscp_mapping dscp_value 6 queue 0
config dscp_mapping dscp_value 7 queue 0
config dscp_mapping dscp_value 8 queue 0
config dscp_mapping dscp_value 9 queue 0
config dscp_mapping dscp_value 10 queue 0
config dscp_mapping dscp_value 11 queue 0
config dscp_mapping dscp_value 12 queue 0
config dscp_mapping dscp_value 13 queue 0
config dscp_mapping dscp_value 14 queue 0
config dscp_mapping dscp_value 15 queue 0
config dscp_mapping dscp_value 16 queue 1
config dscp_mapping dscp_value 17 queue 0
config dscp_mapping dscp_value 18 queue 0
config dscp_mapping dscp_value 19 queue 0
config dscp_mapping dscp_value 20 queue 0
config dscp_mapping dscp_value 21 queue 0
config dscp_mapping dscp_value 22 queue 0
config dscp_mapping dscp_value 23 queue 0
config dscp_mapping dscp_value 24 queue 0
config dscp_mapping dscp_value 25 queue 0
config dscp_mapping dscp_value 26 queue 0
config dscp_mapping dscp_value 27 queue 0
config dscp_mapping dscp_value 28 queue 0
config dscp_mapping dscp_value 29 queue 0
config dscp_mapping dscp_value 30 queue 0
config dscp_mapping dscp_value 31 queue 0
config dscp_mapping dscp_value 32 queue 0
config dscp_mapping dscp_value 33 queue 0
config dscp_mapping dscp_value 34 queue 0
config dscp_mapping dscp_value 35 queue 0
config dscp_mapping dscp_value 36 queue 0
config dscp_mapping dscp_value 37 queue 0
config dscp_mapping dscp_value 38 queue 0
config dscp_mapping dscp_value 39 queue 0
config dscp_mapping dscp_value 40 queue 0
config dscp_mapping dscp_value 41 queue 0
config dscp_mapping dscp_value 42 queue 0
config dscp_mapping dscp_value 43 queue 0
config dscp_mapping dscp_value 44 queue 0
config dscp_mapping dscp_value 45 queue 0
config dscp_mapping dscp_value 46 queue 7
config dscp_mapping dscp_value 47 queue 0
config dscp_mapping dscp_value 48 queue 0
config dscp_mapping dscp_value 49 queue 0
config dscp_mapping dscp_value 50 queue 0
config dscp_mapping dscp_value 51 queue 0
config dscp_mapping dscp_value 52 queue 0
config dscp_mapping dscp_value 53 queue 0
config dscp_mapping dscp_value 54 queue 0
config dscp_mapping dscp_value 55 queue 0
config dscp_mapping dscp_value 56 queue 0
config dscp_mapping dscp_value 57 queue 0
config dscp_mapping dscp_value 58 queue 0
config dscp_mapping dscp_value 59 queue 0
config dscp_mapping dscp_value 60 queue 0
config dscp_mapping dscp_value 61 queue 0
config dscp_mapping dscp_value 62 queue 0
config dscp_mapping dscp_value 63 queue 0
config port_priority 1-8 priority 5
config port_priority 9-10 priority 0
config qos mode 802.1p
config scheduling_mechanism wrr
# DHCP Relay
disable dhcp_local_relay
config dhcp_local_relay vlan vlanid 1,10,60,400 state disable
config dhcp_relay vlan vlanid 1,10,60,400 state disable
disable dhcp_relay
config dhcp_relay hops 4
config dhcp_relay time 0
config dhcp_relay option_82 state enable
config dhcp_relay option_82 check disable
config dhcp_relay option_82 policy replace
config dhcp_relay option_82 remote_id default
disable dhcpv6_relay
config dhcpv6_relay hop_count 4
config dhcpv6_relay option_37 state disable
config dhcpv6_relay option_37 check disable
config dhcpv6_relay option_37 remote_id default
# PPPoE
config pppoe circuit_id_insertion state disable
# Bandwidth control
config bandwidth_control 1-10 tx_rate no_limit
config bandwidth_control 1-10 rx_rate no_limit
# SafeGuard
config safeguard_engine state enable
# IGS
disable igmp_snooping forward_mcrouter_only
enable igmp_snooping
config igmp_snooping vlanid 1 state disable fast_leave disable
config igmp_snooping vlanid 1 host_timeout 260 router_timeout 250 leave_timer 2
config igmp_snooping querier vlanid 1 query_interval 125 max_response_time 10 ro
bustness_variable 2 last_member_query_interval 2 state disable querier_version 3

config igmp_snooping vlanid 10 state disable fast_leave disable
config igmp_snooping vlanid 10 host_timeout 260 router_timeout 250 leave_timer 2

config igmp_snooping querier vlanid 10 query_interval 125 max_response_time 10 r
obustness_variable 2 last_member_query_interval 2 state disable querier_version
3
config igmp_snooping vlanid 60 state enable fast_leave disable
config igmp_snooping vlanid 60 host_timeout 260 router_timeout 250 leave_timer 2

config igmp_snooping querier vlanid 60 query_interval 125 max_response_time 10 r
obustness_variable 2 last_member_query_interval 2 state disable querier_version
3
config igmp_snooping vlanid 400 state disable fast_leave disable
config igmp_snooping vlanid 400 host_timeout 260 router_timeout 250 leave_timer
2
config igmp_snooping querier vlanid 400 query_interval 125 max_response_time 10
robustness_variable 2 last_member_query_interval 2 state disable querier_version
3
config router_ports vlanid 60 add 9-10
# OAM
config ethernet_oam ports 1 mode active state disable received_remote_loopback i
gnore
config ethernet_oam ports 2 mode active state disable received_remote_loopback i
gnore
config ethernet_oam ports 3 mode active state disable received_remote_loopback i
gnore
config ethernet_oam ports 4 mode active state disable received_remote_loopback i
gnore
config ethernet_oam ports 5 mode active state disable received_remote_loopback i
gnore
config ethernet_oam ports 6 mode active state disable received_remote_loopback i
gnore
config ethernet_oam ports 7 mode active state disable received_remote_loopback i
gnore
config ethernet_oam ports 8 mode active state disable received_remote_loopback i
gnore
config ethernet_oam ports 9 mode active state disable received_remote_loopback i
gnore
config ethernet_oam ports 10 mode active state disable received_remote_loopback
ignore
config ethernet_oam ports 1 link_monitor error_symbol threshold 1 window 1000 no
tify_state enable
config ethernet_oam ports 1 link_monitor error_frame threshold 1 window 1000 not
ify_state enable
config ethernet_oam ports 1 link_monitor error_frame_seconds threshold 1 window
60000 notify_state enable
config ethernet_oam ports 1 link_monitor error_frame_period threshold 1 window 1
488100 notify_state enable
config ethernet_oam ports 1 critical_link_event critical_event notify_state enab
le
config ethernet_oam ports 2 link_monitor error_symbol threshold 1 window 1000 no
tify_state enable
config ethernet_oam ports 2 link_monitor error_frame threshold 1 window 1000 not
ify_state enable
config ethernet_oam ports 2 link_monitor error_frame_seconds threshold 1 window
60000 notify_state enable
config ethernet_oam ports 2 link_monitor error_frame_period threshold 1 window 1
488100 notify_state enable
config ethernet_oam ports 2 critical_link_event critical_event notify_state enab
le
config ethernet_oam ports 3 link_monitor error_symbol threshold 1 window 1000 no
tify_state enable
config ethernet_oam ports 3 link_monitor error_frame threshold 1 window 1000 not
ify_state enable
config ethernet_oam ports 3 link_monitor error_frame_seconds threshold 1 window
60000 notify_state enable
config ethernet_oam ports 3 link_monitor error_frame_period threshold 1 window 1
488100 notify_state enable
config ethernet_oam ports 3 critical_link_event critical_event notify_state enab
le
config ethernet_oam ports 4 link_monitor error_symbol threshold 1 window 1000 no
tify_state enable
config ethernet_oam ports 4 link_monitor error_frame threshold 1 window 1000 not
ify_state enable
config ethernet_oam ports 4 link_monitor error_frame_seconds threshold 1 window
60000 notify_state enable
config ethernet_oam ports 4 link_monitor error_frame_period threshold 1 window 1
488100 notify_state enable
config ethernet_oam ports 4 critical_link_event critical_event notify_state enab
le
config ethernet_oam ports 5 link_monitor error_symbol threshold 1 window 1000 no
tify_state enable
config ethernet_oam ports 5 link_monitor error_frame threshold 1 window 1000 not
ify_state enable
config ethernet_oam ports 5 link_monitor error_frame_seconds threshold 1 window
60000 notify_state enable
config ethernet_oam ports 5 link_monitor error_frame_period threshold 1 window 1
488100 notify_state enable
config ethernet_oam ports 5 critical_link_event critical_event notify_state enab
le
config ethernet_oam ports 6 link_monitor error_symbol threshold 1 window 1000 no
tify_state enable
config ethernet_oam ports 6 link_monitor error_frame threshold 1 window 1000 not
ify_state enable
config ethernet_oam ports 6 link_monitor error_frame_seconds threshold 1 window
60000 notify_state enable
config ethernet_oam ports 6 link_monitor error_frame_period threshold 1 window 1
488100 notify_state enable
config ethernet_oam ports 6 critical_link_event critical_event notify_state enab
le
config ethernet_oam ports 7 link_monitor error_symbol threshold 1 window 1000 no
tify_state enable
config ethernet_oam ports 7 link_monitor error_frame threshold 1 window 1000 not
ify_state enable
config ethernet_oam ports 7 link_monitor error_frame_seconds threshold 1 window
60000 notify_state enable
config ethernet_oam ports 7 link_monitor error_frame_period threshold 1 window 1
488100 notify_state enable
config ethernet_oam ports 7 critical_link_event critical_event notify_state enab
le
config ethernet_oam ports 8 link_monitor error_symbol threshold 1 window 1000 no
tify_state enable
config ethernet_oam ports 8 link_monitor error_frame threshold 1 window 1000 not
ify_state enable
config ethernet_oam ports 8 link_monitor error_frame_seconds threshold 1 window
60000 notify_state enable
config ethernet_oam ports 8 link_monitor error_frame_period threshold 1 window 1
488100 notify_state enable
config ethernet_oam ports 8 critical_link_event critical_event notify_state enab
le
config ethernet_oam ports 9 link_monitor error_symbol threshold 1 window 1000 no
tify_state enable
config ethernet_oam ports 9 link_monitor error_frame threshold 1 window 1000 not
ify_state enable
config ethernet_oam ports 9 link_monitor error_frame_seconds threshold 1 window
60000 notify_state enable
config ethernet_oam ports 9 link_monitor error_frame_period threshold 1 window 1
488100 notify_state enable
config ethernet_oam ports 9 critical_link_event critical_event notify_state enab
le
config ethernet_oam ports 10 link_monitor error_symbol threshold 1 window 1000 n
otify_state enable
config ethernet_oam ports 10 link_monitor error_frame threshold 1 window 1000 no
tify_state enable
config ethernet_oam ports 10 link_monitor error_frame_seconds threshold 1 window
60000 notify_state enable
config ethernet_oam ports 10 link_monitor error_frame_period threshold 1 window
1488100 notify_state enable
config ethernet_oam ports 10 critical_link_event critical_event notify_state ena
ble
config ethernet_oam remote-loopback port 1 count 10 packet 64 pattern f0f0f0f0 w
ait-time 5
config ethernet_oam remote-loopback port 2 count 10 packet 64 pattern f0f0f0f0 w
ait-time 5
config ethernet_oam remote-loopback port 3 count 10 packet 64 pattern f0f0f0f0 w
ait-time 5
config ethernet_oam remote-loopback port 4 count 10 packet 64 pattern f0f0f0f0 w
ait-time 5
config ethernet_oam remote-loopback port 5 count 10 packet 64 pattern f0f0f0f0 w
ait-time 5
config ethernet_oam remote-loopback port 6 count 10 packet 64 pattern f0f0f0f0 w
ait-time 5
config ethernet_oam remote-loopback port 7 count 10 packet 64 pattern f0f0f0f0 w
ait-time 5
config ethernet_oam remote-loopback port 8 count 10 packet 64 pattern f0f0f0f0 w
ait-time 5
config ethernet_oam remote-loopback port 9 count 10 packet 64 pattern f0f0f0f0 w
ait-time 5
config ethernet_oam remote-loopback port 10 count 10 packet 64 pattern f0f0f0f0
wait-time 5
# DULD
config duld ports 1-10 discovery_time 5
# TrafficSegment
config traffic_segmentation 1-8 forward_list 9
config traffic_segmentation 9-10 forward_list 1-10
# MULTI FILTER
config multicast filter 1-10 forward
create mcast_filter_profile ipv4 profile_id 10 profile_name "iptv_access"
create mcast_filter_profile ipv4 profile_id 11 profile_name "iptv_trunk"
config mcast_filter_profile profile_id 10 add ***
config mcast_filter_profile profile_id 10 add ***
config mcast_filter_profile profile_id 10 add ***
config mcast_filter_profile profile_id 10 add ***
config mcast_filter_profile profile_id 11 add ***
config mcast_filter_profile profile_id 25 add ***
config max_mcast_group ports 1-8 ipv4 max_group 5
config max_mcast_group ports 9-10 ipv4 max_group 32
config max_mcast_group ports 1-10 ipv6 max_group 32
config limited_multicast_addr ports 1-10 ipv4 access permit
config limited_multicast_addr ports 1-10 ipv6 access permit
# IGMPAuth
config igmp access_authentication ports 1 state disable
config igmp access_authentication ports 2 state disable
config igmp access_authentication ports 3 state disable
config igmp access_authentication ports 4 state disable
config igmp access_authentication ports 5 state disable
config igmp access_authentication ports 6 state disable
config igmp access_authentication ports 7 state disable
config igmp access_authentication ports 8 state disable
config igmp access_authentication ports 9 state disable
config igmp access_authentication ports 10 state disable
# Mld
disable mld_snooping
config mld_snooping vlanid 1 state disable fast_leave disable
config mld_snooping vlanid 1 host_timeout 260 router_timeout 250 leave_timer 2
config mld_snooping querier vlanid 1 query_interval 125 max_response_time 10 rob
ustness_variable 2 last_listener_query_interval 2 state disable version 2
config mld_snooping vlanid 10 state disable fast_leave disable
config mld_snooping vlanid 10 host_timeout 260 router_timeout 250 leave_timer 2
config mld_snooping querier vlanid 10 query_interval 125 max_response_time 10 ro
bustness_variable 2 last_listener_query_interval 2 state disable version 2
config mld_snooping vlanid 400 state disable fast_leave disable
config mld_snooping vlanid 400 host_timeout 260 router_timeout 250 leave_timer 2

config mld_snooping querier vlanid 400 query_interval 125 max_response_time 10 r
obustness_variable 2 last_listener_query_interval 2 state disable version 2
# Dac
disable autoconfig
config autoconfig timeout 50
# System
config snmp system_name "SW-14-131"
config snmp system_location ***
config snmp system_contact ***
config syslogintimeout 10
config fdb aging_time 300
config arp_aging time 5
config command_prompt "default"
enable clipaging
enable reset button
# ddp
disable ddp
# LBD
enable loopdetect
config loopdetect mode portbase
config loopdetect interval_time 10 lbd_recover_time 60
# FDB
# MULTI FORWARD
# IP
config ipif System ipaddress ***
config dhcp_client retry_time 7
config ipif System dhcp_option12 state disable
config ipif System dhcp_option12 hostname "DGS-1100-10/ME"
config ipif System ipv6 state enable
config ipv6 nd ns ipif System retrans_time 1
config ipif System dhcpv6_client disable
disable ipif_ipv6_link_local_auto System
create iproute default ***
# LLDP
disable lldp
# arp
# ACL
# Trust Host
enable trusted_host
create trusted_host network ***
create trusted_host network ***
# CPUACL
# CMDLOG
disable command logging
# IPv6TC
# FloodFDB
disable flood_fdb
config flood_fdb log disable
config flood_fdb trap disable

Спасибо.


Вернуться наверх
 Профиль  
 
СообщениеДобавлено: Ср июн 27, 2018 14:43 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Ср май 10, 2006 16:40
Сообщений: 12251
Откуда: D-Link, Moscow
Абонент подключен на какой скорости порта?
Каким приоритетом маркируется мультикаст?


Вернуться наверх
 Профиль  
 
СообщениеДобавлено: Сб июн 30, 2018 13:51 
Не в сети

Зарегистрирован: Пт июн 22, 2018 11:41
Сообщений: 3
Абонент подключается на скорости в 100 мб/с.
С агрегации приходит маркированный 60 вланом, 5 приоритет


Вернуться наверх
 Профиль  
 
СообщениеДобавлено: Пн июл 02, 2018 12:55 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Ср май 10, 2006 16:40
Сообщений: 12251
Откуда: D-Link, Moscow
Не могу подтвердить.

Клиент смотрит мультикст поток 10Мбит/с, + на него сверху льётся UDP поток данных 100Мбит/с. Данные теряются, мультикаст идёт без потерь.


Вернуться наверх
 Профиль  
 
СообщениеДобавлено: Пн июл 02, 2018 18:50 
Не в сети

Зарегистрирован: Пт июн 22, 2018 11:41
Сообщений: 3
На деле все по другому, работает пока не включишь тот же торрент, сыпется даже если проверку скорости запустить, мне нужен готовый конфиг по приоритетам описанным выше, т.к особо не могу понять как, с теми же 3200 было попроще, причем необязательно забивать под 100 мб/с, достаточно 40-50 мб/с


Вернуться наверх
 Профиль  
 
СообщениеДобавлено: Вт июл 03, 2018 09:42 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Ср май 10, 2006 16:40
Сообщений: 12251
Откуда: D-Link, Moscow
Приоритеты в вашем случае никак не надо настраивать, всё само будет отрабатывать.


Вернуться наверх
 Профиль  
 
Показать сообщения за:  Сортировать по:  
Начать новую тему Ответить на тему  [ Сообщений: 6 ] 

Часовой пояс: UTC + 3 часа


Кто сейчас на форуме

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 34


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
Русская поддержка phpBB