ZeM писал(а):
Может конфиг выложим?
!----------------------------------------------------------------------
!
! DGS-3100-48 Gigabit stackable L2 Managed Switch
! Configuration
!
! Firmware: Build 3.60.28
! Copyright(C) 2008 D-Link Corporation. All rights reserved.
!----------------------------------------------------------------------
! BASIC
create account admin admin password pass encrypted
! SNMP
create snmp community Net view Default read_only
create snmp community private view DefaultSuper read_write
create snmp community public view Default read_only
create snmp group net v2c read_view Default
create snmp host *.*.*..5 v2c Net
create snmp host *.*.*.19 v2c Net
create snmp host *.*.*.93 v2c Net
config snmp system_contact noc@*
config snmp system_location datacenter
config snmp system_name sw-1
! AUTHENTICATION
create authen_login method_list_name main
! NETWORK MONITORING
create syslog host 1 ipaddress *.*.*.88 severity all facility local2
! LINK AGGREGATION
create link_aggregation group_id 1 type lacp
create link_aggregation group_id 2 type lacp
create link_aggregation group_id 3 type lacp
create link_aggregation group_id 4 type lacp
create link_aggregation group_id 5 type lacp
create link_aggregation group_id 6 type lacp
create link_aggregation group_id 7 type lacp
config link_aggregation group_id 1 ports 1:(45-47)
config link_aggregation group_id 2 ports 1:(39,41-42)
config link_aggregation group_id 3 ports 1:(40,43-44)
config link_aggregation group_id 4 ports 1:(20,30,48)
config link_aggregation group_id 5 ports 1:(14-15,38)
config link_aggregation group_id 6 ports 1:(1,9,34)
! PORT
config ports 1:(1-6,8-36,38-44) speed 1000_full
config ports description 1:(1,9,34) -=*=-
config ports description 1:2 -=*=-
config ports description 1:3 -=*=-
config ports description 1:4 -=*=-
config ports description 1:5 -=*=-
config ports description 1:6 -=*=-
config ports description 1:7 -=*=-
config ports description 1:8 -=*=-
config ports description 1:10 -=*=-
config ports description 1:11 -=*=-
config ports description 1:12 -=*=-
config ports description 1:13 -=*=-
config ports description 1:14 -=*=-
! VLAN
create vlan -=*=- tag 3
create vlan -=*=- tag 4
create vlan -=*=- tag 15
create vlan -=*=- tag 53
create vlan -=*=- tag 54
create vlan -=*=- tag 55
create vlan -=*=- tag 56
create vlan -=*=- tag 84
create vlan -=*=- tag 129
create vlan -=*=- tag 333
create vlan -=*=- tag 777
config vlan -=*=- add tagged ch(1-6)
config vlan -=*=- add untagged 1:(5,22,24,31-33)
....
enable stp
config stp maxage 6 maxhops 7 hellotime 1 forwarddelay 4
config stp ports 1:(1-44) state disable fbpdu disable
config stp ports 1:(45-48) fbpdu disable
! IGMP SNOOPING
enable igmp_snooping
config igmp_snooping -=*=- state enable
! SNTP
enable sntp
config sntp primary *.*.*.13 poll-interval 60
config time_zone operator + hour 02 minute 00
! BASIC IP
config ipif System ipaddress *.*.*.17/27 vlan -=*=-
! ROUTING TABLE
create iproute default *.*.*.30
! ARP
! LACP
! PORT SECURITY
...