faq обучение настройка
Текущее время: Сб июл 19, 2025 01:07

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




Начать новую тему Ответить на тему  [ Сообщений: 10 ] 
Автор Сообщение
 Заголовок сообщения: RIP на des-3828 и des-3852
СообщениеДобавлено: Пн июл 19, 2010 16:46 
Не в сети

Зарегистрирован: Пт июл 16, 2010 11:07
Сообщений: 13
прошивки:
DES3828R4_4.50.B37.had
DES3852R4_4.50.B30.had

через web-интерфейс и через telnet не включается RIP на интерфейсах - пишет "Fail!". Глобально RIP включается, а вот конкретно на интерфейсы - нет.
Но если сохранить конфигурацию в файл, в файле:
config rip ipif test authentication disable tx_mode v2_only rx_mode v1_or_v2 state disable
заменить на:
config rip ipif test authentication disable tx_mode v2_only rx_mode v1_or_v2 state enable
залить конфиг в коммутатор, выбрать его активным и ПЕРЕЗАГРУЗИТЬ коммутатор! То RIP включен и работает! :)
Не удобно как то :)))


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Пн июл 19, 2010 17:18 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Пт янв 21, 2005 11:52
Сообщений: 11212
Откуда: D-Link, Moscow
Код:
DES-3800:admin#enable rip
Command: enable rip

Success.   

DES-3800:admin#config rip ipif test tx_mode v2_only rx_mode v1_or_v2 state enable   
Command: config rip ipif test tx_mode v2_only rx_mode v1_or_v2 state enable

Success.   

DES-3800:admin#sh rip
Command: show rip

RIP Global State : Enabled
Update Interval : 30 seconds
Timeout Interval : 180 seconds
Garbage-collection Interval : 120 seconds

RIP Interface Settings
Interface      IP Address/Netmask  TX Mode   RX Mode   Authen-   State
                                                       tication       
-------------  ------------------  --------  --------  --------  --------
System         10.90.90.90/8       V2 Only   V1 or V2  Disabled  Disabled
test           192.168.1.1/24      V2 Only   V1 or V2  Disabled  Enabled

Total Entries : 2

DES-3800:admin#sh sw
Command: show switch

Device Type       : DES-3828 Fast-Ethernet Switch
Combo Port Type   : 1000Base-T + 1000Base-T
MAC Address       : 00-19-5B-F1-D5-C0
IP Address        : 10.90.90.90 (Manual)
VLAN Name         : default
Subnet Mask       : 255.0.0.0
Default Gateway   : 0.0.0.0
Boot PROM Version : Build 0.00.010
Firmware Version  : Build 4.50.B37
Hardware Version  : 1A2
Serial Number     :
Power Status      : Main - Normal, Redundant - Not Present
System Name       :
System Location   :
System Contact    :
Spanning Tree     : Disabled
GVRP              : Disabled
IGMP Snooping     : Disabled
MLD Snooping      : Disabled
TELNET            : Enabled (TCP 23)
SSH               : Disabled
WEB               : Enabled (TCP 80)
                                                                               
DES-3800:admin#


Не могу подтвердить на тестовом стенде. Пожалуйста, пришлите конфигураационный файл с коммутатора, когда RIP ещё не включен.

_________________
С уважением,
Бигаров Руслан.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Вт июл 20, 2010 10:07 
Не в сети

Зарегистрирован: Пт июл 16, 2010 11:07
Сообщений: 13
вот конфигурация с выключеным RIP на интерфейсах:
Код:
#-------------------------------------------------------------------
#                       DES-3828 Configuration
#
#                       Firmware: Build 4.50.B37
#        Copyright(c) 2008 D-Link Corporation. All rights reserved.
#-------------------------------------------------------------------


# DOUBLE_VLAN

disable double_vlan

# BASIC

config serial_port baud_rate 9600 auto_logout 10_minutes
enable telnet 23
enable web 80
config terminal_line default

# BNR

config command_prompt default

# STORM

config traffic control_trap none
config traffic control 1-28 broadcast disable action drop threshold 128000 time_interval 5 countdown 0
config traffic control 1-28 multicast disable action drop threshold 128000 time_interval 5 countdown 0
config traffic control 1-28 unicast disable threshold 128000

# LOOP_DETECT

disable loopdetect
config loopdetect recover_timer 60
config loopdetect interval 10
config loopdetect mode port-based
config loopdetect trap both
config loopdetect ports 1-28 state disabled

# GM

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

# SYSLOG

disable syslog
config system_severity trap information
config system_severity log information

# MIRROR

disable mirror
config mirror port 1

# QOS

config scheduling_mechanism strict
config scheduling 0 max_packet 1
config scheduling 1 max_packet 2
config scheduling 2 max_packet 3
config scheduling 3 max_packet 4
config scheduling 4 max_packet 5
config scheduling 5 max_packet 6
config scheduling 6 max_packet 7
config scheduling 7 max_packet 8
config 802.1p user_priority 0  2
config 802.1p user_priority 1  0
config 802.1p user_priority 2  1
config 802.1p user_priority 3  3
config 802.1p user_priority 4  4
config 802.1p user_priority 5  5
config 802.1p user_priority 6  6
config 802.1p user_priority 7  7
disable wred
disable sred
config 802.1p default_priority 1-28 0
config bandwidth_control 1-28 rx_rate no_limit tx_rate no_limit
config sred 1-28 0 threshold low 30 high 50 drop_rate low 9 high 9 drop_green enable
config sred 1-28 1 threshold low 30 high 50 drop_rate low 9 high 9 drop_green enable
config sred 1-28 2 threshold low 30 high 50 drop_rate low 9 high 9 drop_green enable
config sred 1-28 3 threshold low 30 high 50 drop_rate low 9 high 9 drop_green enable
config sred 1-28 4 threshold low 30 high 50 drop_rate low 9 high 9 drop_green enable
config sred 1-28 5 threshold low 30 high 50 drop_rate low 9 high 9 drop_green enable
config sred 1-28 6 threshold low 30 high 50 drop_rate low 9 high 9 drop_green enable
config sred 1-28 7 threshold low 30 high 50 drop_rate low 9 high 9 drop_green enable

# TRAF-SEGMENTATION

config broadcast_filter null arp_forward_list all
config traffic_segmentation 1-28 forward_list 1-28

# PORT

disable jumbo_frame
config ports 1-24,27-28 speed auto flow_control disable learning enable state enable
config ports 25-26 medium copper speed auto flow_control disable learning enable state enable
config ports 25-26 medium fiber speed auto flow_control disable learning enable state enable

# PORT_LOCK

disable port_security trap_log
config port_security ports 1-28 admin_state disable max_learning_addr 1 lock_address_mode DeleteOnReset

# PORT_LOCK_PERMANENT


# 8021X

disable 802.1x
config 802.1x capability ports 1-28 none
config 802.1x auth_parameter ports 1-28 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

# SNMPv3

delete snmp community public
delete snmp community private
delete snmp user initial
delete snmp group initial
delete snmp view restricted all
delete snmp view CommunityView all
config snmp engineID 800000ab0300195b17e380
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

# MANAGEMENT

disable snmp
enable snmp traps
enable snmp authenticate traps
disable rmon

# VLAN

enable pvid auto_assign
config vlan default delete 1-28
config vlan default add untagged 1-2,4-28
config vlan default advertisement enable
create vlan test tag 88
config vlan test add untagged 3
config vlan test advertisement disable
disable gvrp
config gvrp 1-2,4-28 state disable ingress_checking enable acceptable_frame admit_all pvid 1
config gvrp 3 state disable ingress_checking enable acceptable_frame admit_all pvid 88

# FDB

config fdb aging_time 300
config multicast port_filtering_mode 1-28 forward_unregistered_groups

# MAC_ADDRESS_TABLE_NOTIFICATION

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

# STP

config stp maxage 20 maxhops 20 forwarddelay 15 txholdcount 3 fbpdu enable
config stp version rstp
config stp priority 32768 instance_id 0
config stp hellotime 2
config stp mst_config_id name 00:19:5B:17:E3:80 revision_level 0
disable stp
config bpdu_protection recovery_timer 60 trap_log both
disable bpdu_protection
config stp ports 1-28 externalCost auto edge false p2p auto state enable
config stp mst_ports 1-28 instance_id 0 internalCost auto priority 128
config stp ports 1-28 fbpdu disable
config bpdu_protection ports 1-28 mode disable state disable

# MULTI FILTER

config max_mcast_group port 1-28 max_group 256
config limited_multicast_addr ports 1-28 access permit

# 802.1V


# SSH

config ssh server maxsession 8
config ssh server contimeout 300
config ssh server authfail 2
config ssh server rekey never
disable ssh

# 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 timeout 600

# SAFE_GUARD

config safeguard_engine state disable cpu_utilization rising_threshold 100 falling_threshold 20 trap_log disable

# ACL

disable cpu_interface_filtering

# SNTP

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

# IPBIND
disable address_binding acl_mode
disable address_binding trap_log
disable address_binding dhcp_snoop
config address_binding dhcp_snoop max_entry ports 1-28 limit 5


# DHCP_NETBIOS_FILTER


# LACP

config link_aggregation algorithm ip_source
config lacp_port 1-28 mode passive

# SNOOP

disable igmp_snooping
config igmp_snooping querier default query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable
config igmp_snooping default host_timeout 260 router_timeout 260 leave_timer 2 state disable fast_leave disable
config igmp_snooping querier test query_interval 125 max_response_time 10 robustness_variable 2 last_member_query_interval 1 state disable
config igmp_snooping test host_timeout 260 router_timeout 260 leave_timer 2 state disable fast_leave disable

# MLDSNP

disable mld_snooping

# IP

config ipif System vlan default ipaddress 10.0.0.4/24 state enable proxy_arp disable
create ipif test 10.40.0.1/24 test state enable proxy_arp disable
disable autoconfig
config pkt_to_cpu zero_ttl_ip state enable

# ARP

config arp_aging time 40

# 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 0
config authen parameter attempt 3
config authen enable_admin all state enable
disable authen_policy
config accounting type exec state disable
config accounting type system state disable

# DHCP_RELAY

enable 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 add ipif test 10.0.0.10

# DHCP_SERVER

config dhcp ping_packets 2
config dhcp ping_timeout 100
disable dhcp_server

# ROUTE

config route preference static 60
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
create iproute default 10.0.0.1 11000 primary
create route redistribute dst rip src ospf all metric 0
create route redistribute dst ospf src rip mettype 1 metric 20
config iproute ospf ecmp disable

# 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 ipif test version 3 query_interval 125 max_response_time 10 robustness_variable 2 state disable
config igmp ipif test last_member_query_interval 1 

# WAC

config wac method radius
disable wac
config wac logout_timer 60

# GVLAN


# MBA

disable mac_based_access_control
config mac_based_access_control ports 1-28 state disable
config mac_based_access_control method local
config mac_based_access_control password default

# PIMSM

disable pim
config pim cbsr hash_masklen 30
config pim cbsr bootstrap_period 60
config pim register_probe_time 5
config pim register_suppression_time 60
config pim last_hop_spt_threshold 0
config pim rp_spt_threshold 0
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 ipif test state disable hello 30 jp_interval 60 mode dm dr_priority 1
config pim cbsr ipif test priority -1
create pim register_checksum_include_data rp_address 0.93.123.208

# DVMRP

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

# RIP

config rip ipif System authentication disable tx_mode v2_only rx_mode v1_or_v2 state disable
config rip ipif test authentication disable tx_mode v2_only rx_mode v1_or_v2 state disable
config rip timer update_interval 30
config rip timer timeout_interval 180
config rip timer garbage_collect_interval 120
enable rip

# 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 enable active
config ospf ipif test area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40
config ospf ipif test authentication none metric 1 state enable active
config ospf router_id 0.0.0.0
enable ospf
config ospf default_information_originate disable

# 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

# VRRP

config vrrp ipif System authtype none
config vrrp ipif test authtype none
disable vrrp
disable vrrp ping

#-------------------------------------------------------------------
#             End of configuration file for DES-3828
#-------------------------------------------------------------------

Настроенный коммутатор перепрошил новой прошивкой (DES3828R4_4.50.B37.had). Конфигурация сохранилась но RIP на интерфейсах не включался. Далее: сбекапил конфигурацию на tftp, сбросил коммутатор к заводским настройкам без сброса IP, сохранил, перезагрузил, восстановил бекап с tftp, сохранил, перезагрузил. Результат тот же:

DES-3800:admin#config rip ipif test authentication disable tx_mode v2_only rx_mode v1_or_v2 state enable
Command: config rip ipif test authentication disable tx_mode v2_only rx_mode v1_or_v2 state enable

Fail!


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Пт июл 23, 2010 09:12 
Не в сети

Зарегистрирован: Пт июл 16, 2010 11:07
Сообщений: 13
почему прошивка не дает менять эту настройку?
может я что-то делаю не так?


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Вт июл 27, 2010 18:41 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Пт янв 21, 2005 11:52
Сообщений: 11212
Откуда: D-Link, Moscow
Я подтвердил проблему на тестовом стенде. Я запросил у разработчиков комментарии, как только будут новости, я здесь напишу.

_________________
С уважением,
Бигаров Руслан.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Пн авг 30, 2010 07:51 
Не в сети

Зарегистрирован: Пт июл 16, 2010 11:07
Сообщений: 13
Здравствуйте, новостей и нет?


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Пн авг 30, 2010 12:49 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Пт янв 21, 2005 11:52
Сообщений: 11212
Откуда: D-Link, Moscow
Прислали прошивку 4.50.В42 с fix-ом.

_________________
С уважением,
Бигаров Руслан.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Вт авг 31, 2010 10:41 
Не в сети

Зарегистрирован: Пт июл 16, 2010 11:07
Сообщений: 13
почту давно не проверял :) - ждал сообщения на форуме :)
ща попробую ...


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Вт авг 31, 2010 12:04 
Не в сети

Зарегистрирован: Пт июл 16, 2010 11:07
Сообщений: 13
проверили.
RIP на интерфейсах включается без проблем.
DHCP relay тоже работает
спасибо
а можно обновленную прошивку для 3852 :)


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Ср сен 01, 2010 10:43 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Пт янв 21, 2005 11:52
Сообщений: 11212
Откуда: D-Link, Moscow
Рад слышать.

P.S.: Выслал на e-mail прошивку для DES-3852.

_________________
С уважением,
Бигаров Руслан.


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

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


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

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


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

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