faq обучение настройка
Текущее время: Вс июл 27, 2025 12:45

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




Начать новую тему Ответить на тему  [ Сообщений: 2 ] 
Автор Сообщение
СообщениеДобавлено: Вт сен 18, 2012 16:26 
Не в сети

Зарегистрирован: Вт сен 18, 2012 14:15
Сообщений: 1
Здравствуйте.
Предоставляем клиенту канал "точка - точка" посредством использования VLan. Недавно клиент перестал использовать OSPF и перешел на IS IS. Оборудование DGS-3427 (hw A2, fw 2.70.B56)
Скрытый текст: показать
#-------------------------------------------------------------------------------
# DGS-3427 Gigabit Ethernet Switch
# Configuration
#
# Firmware: Build 2.70.B56
# Copyright(C) 2010 D-Link Corporation. All rights reserved.
#-------------------------------------------------------------------------------


# STACK

config stacking force_master_role state disable

# DOUBLE_VLAN

disable double_vlan

# BASIC

# ACCOUNT LIST
create account admin admin
admin
admin

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

# 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-27 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-10,12-25,27 0
config 802.1p default_priority 11,26 7
config bandwidth_control 1-27 rx_rate no_limit tx_rate no_limit
config per_queue bandwidth_control ports 1-27 0 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-27 1 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-27 2 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-27 3 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-27 4 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-27 5 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-27 6 min_rate no_limit max_rate no_limit
config scheduling_mechanism ports 1-10,12-20,22-27 weight_fair
config scheduling ports 1-27 0 max_packet 1
config scheduling ports 1-27 1 max_packet 2
config scheduling ports 1-27 2 max_packet 3
config scheduling ports 1-27 3 max_packet 4
config scheduling ports 1-27 4 max_packet 5
config scheduling ports 1-27 5 max_packet 6
config scheduling ports 1-27 6 max_packet 7
config 802.1p user_priority ports 1-27 0 2
config 802.1p user_priority ports 1-27 1 0
config 802.1p user_priority ports 1-27 2 1
config 802.1p user_priority ports 1-27 3 3
config 802.1p user_priority ports 1-27 4 4
config 802.1p user_priority ports 1-27 5 5
config 802.1p user_priority ports 1-27 6 6
config 802.1p user_priority ports 1-27 7 6
config scheduling_mechanism ports 11,21 strict

# MIRROR

disable mirror

# TRAF-SEGMENTATION

config traffic_segmentation 1-27 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

enable jumbo_frame
config ports 1,4-6,8-10,12-13,17-19 speed auto capability_advertised 10_half 10_full 100_half 100_full 1000_full flow_control enable learning enable state enable
config ports 2,11 speed auto capability_advertised 10_half 10_full 100_half 100_full 1000_full flow_control disable learning enable state disable
config ports 3,7,14-16 speed auto capability_advertised 10_half 10_full 100_half 100_full 1000_full flow_control enable learning enable state disable
config ports 20 speed auto capability_advertised 10_half 10_full 100_half 100_full 1000_full flow_control disable learning enable state enable
config ports 21,23-24 medium_type copper speed auto capability_advertised 10_half 10_full 100_half 100_full 1000_full flow_control enable learning enable state enable
config ports 21-24 medium_type fiber speed auto capability_advertised 1000_full flow_control disable learning enable state enable
config ports 22 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 25-27 speed auto flow_control disable learning enable state enable

# OAM


# DDM

config ddm trap disable
config ddm log enable
config ddm ports 21-24 state enable shutdown none

# PORT_LOCK

config port_security ports 1-27 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 800000ab03001cf0c839cc
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 initial v3 noauth_nopriv read_view restricted notify_view restricted
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 group public v1 read_view CommunityView write_view CommunityView notify_view CommunityView
create snmp group public v2c read_view CommunityView write_view CommunityView notify_view CommunityView
create snmp community public view CommunityView read_write
create snmp user initial initial

# SNMPv3User [H]

config snmp engine reboot 2

# MANAGEMENT

enable snmp traps
enable snmp authenticate_traps
enable snmp
enable snmp linkchange_traps
enable rmon
config snmp linkchange_traps ports 1-27 enable

# VLAN

enable pvid auto_assign
config vlan default delete 1-27
config vlan default advertisement disable
create vlan 16 tag 16
config vlan 16 add untagged 6,21 advertisement disable
enable qinq
disable gvrp
disable vlan_trunk

# PROTOCOL_VLAN


# QINQ

config qinq ports 1-27 role nni missdrop disable tpid 0x8100

# SUBNETVLAN

config vlan_precedence port 1-27 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-27 none
config 802.1x auth_parameter ports 1-27 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-27 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-27 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-27 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-27 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:1C:F0:C8:39:CC revision_level 0
disable stp
config stp ports 1-27 externalCost auto edge false p2p auto state enable restricted_role false restricted_tcn false lbd disable
config stp mst_ports 1-27 instance_id 0 internalCost auto priority 128
config stp ports 1-27 fbpdu disable

# BPDU_TUNNEL

config bpdu_tunnel ports all type none
disable bpdu_tunnel

# BPDU_PROTECTION

config bpdu_protection ports 1-27 mode shutdown

# SAFEGUARD_ENGINE

config safeguard_engine state enable 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
config ssh user Manager authmode password
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

# LACP

config link_aggregation algorithm ip_source_dest
config lacp_port 1,4-27 mode passive
config lacp_port 2-3 mode active

# IP

config ipif System ipaddress 10.230.87.16/24 vlan 16
config ipif System dhcpv6_client disable
config ipif System ip_directed_broadcast disable
config ipif System proxy_arp disable local disable
config ipif System dhcpv6_client disable
config ipif System ip_directed_broadcast disable
disable autoconfig

# RELAY6

config dhcpv6_relay hop_count 4
disable dhcpv6_relay

# DHCPv6_SERVER

disable dhcpv6_server
config dhcpv6_server ipif System state enable

# ip_tunnel


# IPMCREP


# 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-27 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-27 auth_mode host_based max_authenticating_host 50 aging_time 1440 idle_time infinite block_time 60

# SFLOW


# 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

# 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-27 notification disable
config lldp ports 1-27 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-27 state disable
config mac_based_access_control ports 1-27 mode host_based
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-27 auth_mode host_based
config authentication ports 1-27 multi_authen_methods none
enable authorization attributes
config authentication server failover block

# SNOOP

disable igmp_snooping
disable expiry_time 260

# MLDSNP

config mld_snooping data_driven_learning max_learned_entry 56

# 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

# 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

# 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

# RIP

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

# 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

# ROUTE

config route preference static 60
config route preference default 1
config route preference rip 100
create iproute default 10.230.87.1 1 primary

#-------------------------------------------------------------------
# End of configuration file for DGS-3427
#-------------------------------------------------------------------

и DGS-3426G (hw A1, fw 2.70.B56)
Скрытый текст: показать
#-------------------------------------------------------------------------------
# DGS-3426G Gigabit Ethernet Switch
# Configuration
#
# Firmware: Build 2.70.B56
# Copyright(C) 2010 D-Link Corporation. All rights reserved.
#-------------------------------------------------------------------------------


# STACK

config stacking force_master_role state disable

# DOUBLE_VLAN

disable double_vlan

# BASIC

# ACCOUNT LIST
create account admin admin
admin
admin

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

# 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-26 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-23,26 0
config 802.1p default_priority 24-25 5
config bandwidth_control 1-26 rx_rate no_limit tx_rate no_limit
config per_queue bandwidth_control ports 1-26 0 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-26 1 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-26 2 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-26 3 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-26 4 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-26 5 min_rate no_limit max_rate no_limit
config per_queue bandwidth_control ports 1-26 6 min_rate no_limit max_rate no_limit
config scheduling_mechanism ports 1-26 strict
config scheduling ports 1-26 0 max_packet 1
config scheduling ports 1-26 1 max_packet 2
config scheduling ports 1-26 2 max_packet 3
config scheduling ports 1-26 3 max_packet 4
config scheduling ports 1-26 4 max_packet 5
config scheduling ports 1-26 5 max_packet 6
config scheduling ports 1-26 6 max_packet 15
config 802.1p user_priority ports 1-26 0 2
config 802.1p user_priority ports 1-26 1 0
config 802.1p user_priority ports 1-26 2 1
config 802.1p user_priority ports 1-26 3 3
config 802.1p user_priority ports 1-26 4 4
config 802.1p user_priority ports 1-26 5 5
config 802.1p user_priority ports 1-26 6 6
config 802.1p user_priority ports 1-26 7 6

# MIRROR

disable mirror

# TRAF-SEGMENTATION

config traffic_segmentation 1-26 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

enable jumbo_frame
config ports 1-2,6,19-20 speed auto capability_advertised 1000_full flow_control disable learning enable state enable
config ports 3-5,7-18 speed auto capability_advertised 1000_full flow_control enable learning enable state enable
config ports 21,23-24 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 21-23 medium_type fiber speed auto capability_advertised 1000_full flow_control enable learning enable state enable
config ports 22 medium_type copper speed auto capability_advertised 10_half 10_full 100_half 100_full 1000_full flow_control disable learning enable state disable
config ports 24 medium_type fiber speed auto capability_advertised 1000_full flow_control disable learning enable state enable
config ports 25 speed auto flow_control disable learning enable state enable
config ports 26 speed auto flow_control disable learning enable state disable

# OAM


# DDM

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

# PORT_LOCK

config port_security ports 1-26 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 800000ab030022b015a700
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 initial v3 noauth_nopriv read_view restricted notify_view restricted
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 group public v1 read_view CommunityView write_view CommunityView notify_view CommunityView
create snmp group public v2c read_view CommunityView write_view CommunityView notify_view CommunityView
create snmp community public view CommunityView read_write
create snmp user initial initial

# SNMPv3User [H]

config snmp engine reboot 12

# MANAGEMENT

enable snmp traps
enable snmp authenticate_traps
enable snmp
enable snmp linkchange_traps
enable rmon
config snmp linkchange_traps ports 1-26 enable

# VLAN

enable pvid auto_assign
config vlan default delete 1-26
config vlan default add tagged 1-3,5,10-12,19-20,22,25
config vlan default add untagged 23-24
config vlan default advertisement disable
create vlan 16 tag 16
config vlan 16 add untagged 13,16 advertisement disable
enable qinq
disable gvrp
disable vlan_trunk

# PROTOCOL_VLAN


# QINQ

config qinq ports 1-26 role nni missdrop disable tpid 0x8100

# SUBNETVLAN

config vlan_precedence port 1-26 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-26 none
config 802.1x auth_parameter ports 1-26 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-26 max_users 16

# guestvlan


# TR


# ACL

create access_profile profile_id 1 ethernet vlan
config access_profile profile_id 1 add access_id 1 ethernet vlan default port 24-25 permit priority 5 replace_priority rx_rate no_limit
disable cpu_interface_filtering

# NLB


# LIMITED_MULTICAST_RANGE


# MULTICAST_VLAN


# FDB

config fdb aging_time 300

# ADDRBIND

config address_binding ip_mac ports 1-26 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-26 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-26 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:22:B0:15:A7:00 revision_level 0
disable stp
config stp ports 1-26 externalCost auto edge false p2p auto state enable restricted_role false restricted_tcn false lbd disable
config stp mst_ports 1-26 instance_id 0 internalCost auto priority 128
config stp ports 1-26 fbpdu disable

# BPDU_TUNNEL

config bpdu_tunnel ports all type none
disable bpdu_tunnel

# BPDU_PROTECTION

enable bpdu_protection
config bpdu_protection ports 1-26 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
config ssh user Manager authmode password
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


# LACP

config link_aggregation algorithm ip_source_dest
create link_aggregation group_id 1 type lacp
config link_aggregation group_id 1 master_port 19 ports 19-20 state enable
config lacp_port 1-18,21-26 mode passive
config lacp_port 19-20 mode active

# IP

config ipif System ipaddress 10.230.87.3/24 vlan 16
config ipif System dhcpv6_client disable
config ipif System ip_directed_broadcast disable
config ipif System proxy_arp disable local disable
config ipif System dhcpv6_client disable
config ipif System ip_directed_broadcast disable
disable autoconfig

# RELAY6

config dhcpv6_relay hop_count 4
disable dhcpv6_relay

# DHCPv6_SERVER

disable dhcpv6_server
config dhcpv6_server ipif System state enable

# ip_tunnel


# IPMCREP


# 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-26 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 30
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-26 auth_mode host_based max_authenticating_host 50 aging_time 1440 idle_time infinite block_time 60

# SFLOW


# 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

# 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-26 notification disable
config lldp ports 1-26 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-26 state disable
config mac_based_access_control ports 1-26 mode host_based
config mac_based_access_control method local
config mac_based_access_control password default
config mac_based_access_control max_users 128

# MCFILTER


# COMPOUND_AUTHENTICATION

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

# SNOOP

enable igmp_snooping
config igmp_snooping data_driven_learning max_learned_entry 56
config router_ports Format-TV add 1
config limited multicast address 1-26 from 0.0.0.0 to 0.0.0.0 state disable

# MLDSNP

config mld_snooping data_driven_learning max_learned_entry 56

# 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

# 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

# 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

# RIP

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

# 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

# ROUTE

config route preference static 60
config route preference default 1
config route preference rip 100
create iproute default 10.230.84.1 1 primary
create iproute default 10.230.87.1 1 backup

#-------------------------------------------------------------------
# End of configuration file for DGS-3426G
#-------------------------------------------------------------------
соединины через оптический линк. Со стороны сети клиента на наш DGS-3427 входит мультикастовый трафик частотой около 30 пакетов в сек. На DGS-3426G на клиентский порт выходит мультикаст около 5 пакетов в сек, т.е. около 25 пакетов в сек теряется на этих двух коммутаторах. Со слов клиента, проходят только hello-пакеты IS IS, связность же не образуется.
Есть ли фильтрация мультикаст маков (01-80-c2-00-00-15, например) на данных коммутарах? Как разрешить их прохождение?

В будущем, возможно, придется пропускать MPLS - будут ли проблемы? Какие настройки?


Вернуться наверх
 Профиль  
 
СообщениеДобавлено: Пт сен 21, 2012 15:18 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

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

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


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

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


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

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


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

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