faq обучение настройка
Текущее время: Пт авг 01, 2025 21:00

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




Начать новую тему Ответить на тему  [ Сообщений: 8 ] 
Автор Сообщение
 Заголовок сообщения: Не работают VLAN на 3612
СообщениеДобавлено: Ср ноя 07, 2012 21:01 
Не в сети

Зарегистрирован: Вт мар 27, 2007 18:01
Сообщений: 48
Привет всем.
Не могу победить DES-3612G.
Изначально сконфигурировал коммутатор под свои задачи.
Но что-то не пошло, поэтому сбросил коммутатор до заводских настроек и для эксперимента собрал схему как тут http://dlink.ru/ru/faq/62/212.html, только вместо Cisco ставил DES-2108 и Zelax 2026c с аналогичными настройками.
3612 - 2108 и 3612 - zelax схема не работает, хотя если собираю такую же схему в связке 2108 и zelax - всё работает.
Может что-то не указал, вроде задача простейшая.
Вот конфиг 3612
Скрытый текст: показать
Код:
 
#-------------------------------------------------------------------------------
#                      DGS-3612G Gigabit Ethernet Switch
#                                Configuration
#
#                           Firmware: Build 2.84.B31
#           Copyright(C) 2010 D-Link Corporation. All rights reserved.
#-------------------------------------------------------------------------------
 

# DOUBLE_VLAN

disable double_vlan

# BASIC

# ACCOUNT LIST
# ACCOUNT END
# PASSWORD ENCRYPTION
disable password encryption
config serial_port auto_logout 10_minutes
enable telnet 23
enable web 80
enable clipaging
enable password_recovery

# DEBUG

debug config state disable
debug config error_reboot enable

# STORM

config traffic control auto_recover_time 0
config traffic trap none
config traffic control  1-12 broadcast disable multicast disable unicast disable action drop threshold 131072 countdown 0 time_interval 5

# LOOP_DETECT


# GM

config sim candidate
disable sim
config sim dp_interval 30
config sim hold_time 100

# GM_H


# SYSLOG

disable syslog
config system_severity log information
config system_severity trap information
config log_save_timing on_demand

# QOS

enable hol_prevention
config 802.1p default_priority 1-12 0
config bandwidth_control 1-12 rx_rate no_limit tx_rate no_limit
config per_queue bandwidth_control ports 1-12 0 min_rate  no_limit  max_rate no_limit
config per_queue bandwidth_control ports 1-12 1 min_rate  no_limit  max_rate no_limit
config per_queue bandwidth_control ports 1-12 2 min_rate  no_limit  max_rate no_limit
config per_queue bandwidth_control ports 1-12 3 min_rate  no_limit  max_rate no_limit
config per_queue bandwidth_control ports 1-12 4 min_rate  no_limit  max_rate no_limit
config per_queue bandwidth_control ports 1-12 5 min_rate  no_limit  max_rate no_limit
config per_queue bandwidth_control ports 1-12 6 min_rate  no_limit  max_rate no_limit
config scheduling_mechanism ports 1-12 strict
config scheduling ports 1-12 0  max_packet  1
config scheduling ports 1-12 1  max_packet  2
config scheduling ports 1-12 2  max_packet  3
config scheduling ports 1-12 3  max_packet  4
config scheduling ports 1-12 4  max_packet  5
config scheduling ports 1-12 5  max_packet  6
config scheduling ports 1-12 6  max_packet  7
config 802.1p user_priority ports 1-12 0  2
config 802.1p user_priority ports 1-12 1  0
config 802.1p user_priority ports 1-12 2  1
config 802.1p user_priority ports 1-12 3  3
config 802.1p user_priority ports 1-12 4  4
config 802.1p user_priority ports 1-12 5  5
config 802.1p user_priority ports 1-12 6  6
config 802.1p user_priority ports 1-12 7  6

# MIRROR

disable mirror

# TRAF-SEGMENTATION

config traffic_segmentation 1-12 forward_list all

# SSL

disable ssl
enable ssl ciphersuite RSA_with_RC4_128_MD5
enable ssl ciphersuite RSA_with_3DES_EDE_CBC_SHA
enable ssl ciphersuite DHE_DSS_with_3DES_EDE_CBC_SHA
enable ssl ciphersuite RSA_EXPORT_with_RC4_40_MD5
config ssl cachetimeout 600

# PORT

disable jumbo_frame
config jumbo_frame ports 1-12 state enable
config ports 1-8 speed auto capability_advertised 100_full 1000_full flow_control disable learning enable state enable
config ports 9-12 medium_type copper speed auto capability_advertised 10_half 10_full 100_half 100_full 1000_full flow_control disable learning enable state enable
config ports 9-12 medium_type fiber speed auto capability_advertised 100_full 1000_full flow_control disable learning enable state enable

# OAM


# DDM

config ddm trap disable
config ddm log enable
config ddm ports 1-12 state enable shutdown none

# PORT_LOCK

config port_security ports 1-12 admin_state disable max_learning_addr 1 lock_address_mode DeleteOnReset

# SNMPv3

delete snmp community public
delete snmp community private
delete snmp user initial
delete snmp group initial
delete snmp group ReadGroup
delete snmp group WriteGroup
delete snmp view restricted all
delete snmp view CommunityView all
config snmp engineID 800000ab03002191b36900
create snmp view restricted 1.3.6.1.2.1.1 view_type included
create snmp view restricted 1.3.6.1.2.1.11 view_type included
create snmp view restricted 1.3.6.1.6.3.10.2.1 view_type included
create snmp view restricted 1.3.6.1.6.3.11.2.1 view_type included
create snmp view restricted 1.3.6.1.6.3.15.1.1 view_type included
create snmp view CommunityView 1 view_type included
create snmp view CommunityView 1.3.6.1.6.3 view_type excluded
create snmp view CommunityView 1.3.6.1.6.3.1 view_type included
create snmp group public v1 read_view CommunityView notify_view CommunityView
create snmp group public v2c read_view CommunityView notify_view CommunityView
create snmp group initial v3  noauth_nopriv read_view restricted notify_view restricted
create snmp group private v1 read_view CommunityView write_view CommunityView notify_view CommunityView
create snmp group private v2c read_view CommunityView write_view CommunityView notify_view CommunityView
create snmp group ReadGroup v1 read_view CommunityView notify_view CommunityView
create snmp group ReadGroup v2c read_view CommunityView notify_view CommunityView
create snmp group WriteGroup v1 read_view CommunityView write_view CommunityView notify_view CommunityView
create snmp group WriteGroup v2c read_view CommunityView write_view CommunityView notify_view CommunityView
create snmp community private view CommunityView read_write
create snmp community public view CommunityView read_only
create snmp user initial initial
disable community_encryption

# MANAGEMENT

enable snmp traps
enable snmp authenticate_traps
disable snmp
enable snmp linkchange_traps
disable rmon
config snmp linkchange_traps ports 1-12 enable

# VLAN

enable pvid auto_assign
config vlan default delete 1-12
config vlan default add tagged 1
config vlan default add untagged 3-12
config vlan default advertisement enable
create vlan vlan2 tag 2
config vlan vlan2 add tagged 1
config vlan vlan2 add untagged 2 advertisement disable
disable qinq
disable gvrp
disable vlan_trunk
config gvrp 1,3-12 state disable ingress_checking enable acceptable_frame admit_all pvid 1
config gvrp 2 state disable ingress_checking enable acceptable_frame admit_all pvid 2

# PROTOCOL_VLAN


# QINQ


# SUBNETVLAN

config vlan_precedence port 1-12 mac_based_vlan

# SUPERVLAN


# RSPAN

disable rspan

# MEF


# 8021X

disable 802.1x
config 802.1x auth_mode port_based
config 802.1x auth_protocol radius_eap
config 802.1x fwd_pdu system disable
config 802.1x max_users 4000
config 802.1x authorization network radius  enable
config 802.1x capability ports 1-12 none
config 802.1x auth_parameter ports 1-12 direction both port_control auto quiet_period 60 tx_period 30 supp_timeout 30 server_timeout 30 max_req 2 reauth_period 3600 enable_reauth disable
config 802.1x auth_parameter ports 1-12 max_users 16

# guestvlan


# TR


# ACL

disable cpu_interface_filtering

# NLB


# LIMITED_MULTICAST_RANGE


# MULTICAST_VLAN


# FDB

config fdb aging_time 300

# ADDRBIND

config address_binding ip_mac ports 1-12 forward_dhcppkt enable
disable address_binding dhcp_snoop
disable address_binding dhcp_snoop ipv6
disable address_binding nd_snoop
disable address_binding trap_log
config address_binding dhcp_snoop max_entry ports 1-12 limit no_limit

# DHCPV6_SNOOPING


# ND_SNOOPING


# DhcpServerScreening

config filter dhcp_server port all state disable
config filter dhcp_server illegal_server_log_suppress_duration 5min
config filter dhcp_server trap_log disable

# ARPSpoofingPrevention


# MAC_ADDRESS_TABLE_NOTIFICATION

disable mac_notification
config mac_notification interval 1 historysize 1
config mac_notification ports 1-12 disable

# STP

config stp version rstp
config stp maxage 20 maxhops 20 forwarddelay 15 txholdcount 6 fbpdu disable hellotime 2 lbd enable lbd_recover_timer 60 nni_bpdu_addr dot1ad
config stp priority 32768 instance_id 0
config stp mst_config_id name 00:21:91:B3:69:00 revision_level 0
disable stp
config stp ports 1-12 externalCost auto  edge false p2p auto state enable restricted_role false restricted_tcn false lbd disable
config stp mst_ports 1-12 instance_id 0 internalCost auto priority 128
config stp ports 1-12 fbpdu disable

# BPDU_TUNNEL

config bpdu_tunnel ports all type none
disable bpdu_tunnel

# BPDU_PROTECTION

config bpdu_protection ports 1-12 mode shutdown

# SAFEGUARD_ENGINE

config safeguard_engine state disable utilization rising 30 falling 20 trap_log disable mode fuzzy

# BANNER_PROMP

config command_prompt default
config greeting_message default

# SSH

 config ssh algorithm 3DES enable
 config ssh algorithm AES128 enable
 config ssh algorithm AES192 enable
 config ssh algorithm AES256 enable
 config ssh algorithm arcfour enable
 config ssh algorithm blowfish enable
 config ssh algorithm cast128 enable
 config ssh algorithm twofish128 enable
 config ssh algorithm twofish192 enable
 config ssh algorithm twofish256 enable
 config ssh algorithm MD5 enable
 config ssh algorithm SHA1 enable
 config ssh algorithm RSA enable
 config ssh algorithm DSA enable
 config ssh authmode password enable
 config ssh authmode publickey enable
 config ssh authmode hostbased enable
 config ssh server maxsession 8
 config ssh server contimeout 120
 config ssh server authfail 2
 config ssh server rekey never
 config ssh server port 22
 disable ssh

# SERVER_PROFILE


# DNSRESOLVER

disable dns_resolver
config name_server timeout 3

# CMDLOG

disable command logging

# BCPING

enable broadcast_ping_reply

# SNTP

disable sntp
config time_zone operator + hour 0 min 0
config sntp primary 0.0.0.0 secondary 0.0.0.0 poll-interval 720
config dst disable

# LACP

config link_aggregation algorithm ip_source
config lacp_port 1-12 mode passive

# IP

config ipif_mac_mapping ipif System mac_offset 0
config ipif System ipaddress 10.29.100.5/24 vlan default
config ipif System proxy_arp disable local disable
config ipif System ip_mtu 1500
config ipif System dhcpv6_client disable
config ipif System  ip_directed_broadcast  disable
disable autoconfig

# ip_tunnel


# VOICEVLAN


# ERPS

disable erps
config erps log disable
config erps trap disable

# DHCP_SERVER

config dhcp ping_packets 2
config dhcp ping_timeout 500
disable dhcp_server

# WAC

config wac switch_http_port 80
config wac method local
config wac authorization attributes local enable
config wac authorization attributes radius enable
disable wac
config wac ports 1-12 aging_time 1440 idle_time infinite block_time 60

# JWAC

config jwac switch_http_port 80
config jwac clear_quarantine_server_url
config jwac radius_protocol pap
disable jwac quarantine_server_monitor
config jwac quarantine_server_error_timeout 60
enable jwac forcible_logout
enable jwac udp_filtering
enable jwac redirect
config jwac redirect destination quarantine_server delay_time 1
disable jwac
config jwac authenticate_page english
config jwac authorization attributes radius enable
config jwac authorization attributes local enable
config jwac ports 1-12 auth_mode host_based max_authenticating_host 50 aging_time 1440 idle_time infinite block_time 60

# CFM


# SFLOW


# LLDP

disable lldp
config lldp message_tx_interval 30
config lldp tx_delay 2
config lldp message_tx_hold_multiplier 4
config lldp reinit_delay 2
config lldp notification_interval 5
config lldp ports 1-12 notification disable
config lldp ports 1-12 admin_status tx_and_rx

# MBA

disable mac_based_access_control
config mac_based_access_control authorization network radius enable local enable
config mac_based_access_control ports 1-12 state disable
config mac_based_access_control method local
config mac_based_access_control password default
config mac_based_access_control max_users 1024

# MCFILTER


# COMPOUND_AUTHENTICATION

config authentication ports 1-12 auth_mode host_based
config authentication ports 1-12 multi_authen_methods none
enable authorization attributes
config authentication server failover block

# SNOOP

config limited_multicast_addr ports 1-12 state disable

# MLDSNP


# ACCESS_AUTHENTICATION_CONTROL

config authen_login default method local
config authen_enable default method  local_enable
config authen application console login default
config authen application console enable default
config authen application telnet login default
config authen application telnet enable default
config authen application ssh login default
config authen application ssh enable default
config authen application http login default
config authen application http enable default
config authen parameter response_timeout 30
config authen parameter attempt 3
disable authen_policy
config accounting service network state disable
config accounting service shell state disable
config accounting service system state disable

# AAA_LOCAL_ENABLE_PASSWORD

# AAA ADMIN PWD LIST
config admin local_enable



# AAA ADMIN PWD END

# NDP

config ipv6 nd ns ipif System retrans_time 0
config ipv6 nd ra ipif System state disable life_time 1800 reachable_time 1200000 retrans_time 0 hop_limit 64 managed_flag disable other_config_flag disable min_rtr_adv_interval 198 max_rtr_adv_interval 600

# RIPng

disable ripng
config ripng method split_horizon
config ripng update 30
config ripng expire 180
config ripng garbage_collection 120
config ripng ipif System state disable metric 1

# ARP

config arp_aging time 20
config gratuitous_arp send ipif_status_up disable
config gratuitous_arp send dup_ip_detected disable
config gratuitous_arp learning disable

# ROUTEFILTER


# ROUTE

config route preference static 60
config route preference default 1
config route preference rip 100
config route preference ospfIntra 80
config route preference ospfInter 90
config route preference ospfExt1 110
config route preference ospfExt2 115
config route preference ebgp 70
config route preference ibgp 130
config ecmp algorithm ip_destination   crc_low   
enable ecmp ospf

# PROUTE


# RELAY6

config dhcpv6_relay hop_count  4
disable dhcpv6_relay

# DHCPv6_SERVER

disable dhcpv6_server
config dhcpv6_server ipif System state enable

# IGMP

config igmp ipif System version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable
config igmp ipif System last_member_query_interval 1 
config igmp check_subscriber_source_network ipif System enable 

# PIMSM

disable 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 disable hello 30 jp_interval 60 mode dm dr_priority 1
config pim cbsr ipif System priority -1
config pim-ssm state disable group_range 232.0.0.0/8

# DVMRP

disable dvmrp
config dvmrp ipif System metric 1 probe 10 neighbor_timeout 35 state disable

# IPMROUTE


# RIP

disable rip
config rip ipif System tx_mode disable state disable
config rip ipif System rx_mode disable state disable

# MD5


# OSPF

config ospf ipif System area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40
config ospf ipif System authentication none metric 1 state disable passive disable
config ospf router_id 0.0.0.0
disable ospf

# BGP


# OSPFv3

config ospfv3 router_id 0.0.0.0
disable ospfv3

# DNSR

disable dnsr
config dnsr primary nameserver 0.0.0.0
config dnsr secondary nameserver 0.0.0.0
disable dnsr cache
disable dnsr static

# MLD

config mld ipif System query_interval 125 max_response_time 10 robustness_variable 2 last_listener_query_interval 1 version 2 state disable

# DHCP_RELAY

disable dhcp_relay
config dhcp_relay hops 4 time 0
config dhcp_relay option_82 state disable
config dhcp_relay option_82 check disable
config dhcp_relay option_82 policy replace
config dhcp_relay option_60 state disable
config dhcp_relay option_61 state disable
config dhcp_relay option_60 default mode drop
config dhcp_relay option_61 default drop
disable dhcp_local_relay

# VRRP

config vrrp ipif System authtype none
disable vrrp

disable vrrp ping


#-------------------------------------------------------------------
#             End of configuration file for DGS-3612G
#-------------------------------------------------------------------


Может кто подскажет в чём может быть дело.
Спасибо.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения: Re: Не работают VLAN на 3612
СообщениеДобавлено: Чт ноя 08, 2012 09:08 
Не в сети

Зарегистрирован: Пт май 05, 2006 16:52
Сообщений: 4181
Откуда: default
сейчас подтянутся телепаты и скажут нам, что именно у вас не работает и как...


Вернуться наверх
 Профиль  
 
 Заголовок сообщения: Re: Не работают VLAN на 3612
СообщениеДобавлено: Чт ноя 08, 2012 10:02 
Не в сети

Зарегистрирован: Вт мар 27, 2007 18:01
Сообщений: 48
terrible писал(а):
сейчас подтянутся телепаты и скажут нам, что именно у вас не работает и как...

Можно было бы просто спросить по делу, старался расписать понятно.
Не ходят пинги между портами одного влан разных коммутаторов. Реализована схема как по ссылке.
Оборудование, работающее в паре с 3612 настроено правильно.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения: Re: Не работают VLAN на 3612
СообщениеДобавлено: Пт ноя 09, 2012 09:48 
Не в сети

Зарегистрирован: Вт мар 27, 2007 18:01
Сообщений: 48
Вместо 3612 ставил 3828, всё заработало.
На 3612 пробовал настроить на другие порты, пинги так и не идут.
Если нужна ещё какая-то информация предоставлю.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения: Re: Не работают VLAN на 3612
СообщениеДобавлено: Пт ноя 09, 2012 09:55 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Вт янв 18, 2011 13:29
Сообщений: 8999
Почитайте презентацию ftp://ftp.dlink.ru/pub/Trainings/Switch ... _draft.pdf
и теорию по vlan


Вернуться наверх
 Профиль  
 
 Заголовок сообщения: Re: Не работают VLAN на 3612
СообщениеДобавлено: Пт ноя 09, 2012 14:45 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Чт фев 12, 2009 14:59
Сообщений: 9482
Откуда: Ryazan
Ответил Вам почтой.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения: Re: Не работают VLAN на 3612
СообщениеДобавлено: Пт ноя 09, 2012 19:09 
Не в сети

Зарегистрирован: Вт мар 27, 2007 18:01
Сообщений: 48
Denis Evgraphov, огромное спасибо, вопрос снят.
Комбо порты пронумерованные как 1, 2, 3, 4 на самом деле являются 9-12 портами. Настраивал не те порты.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения: Re: Не работают VLAN на 3612
СообщениеДобавлено: Пн ноя 12, 2012 09:05 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Чт фев 12, 2009 14:59
Сообщений: 9482
Откуда: Ryazan
Не за что.


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

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


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

Сейчас этот форум просматривают: Google [Bot] и гости: 9


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

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