>>http://www.pics.romanticsingles.com/show.php/7640_cpu.JPG.html
>>
>>Что могут обозначать и откуда берутся такие периодичные пики загрузки, при чем
>>на всех железках одновременно?
>
>Телепаты в отпуске.
>show run/show ver покажите для начала. Cisco IOS Software, C3560 Software (C3560-ADVIPSERVICESK9-M), Version 12.2(25)SE
System image file is "flash:/c3560-advipservicesk9-mz.122-25.SEE3.bin"
Конфиг на примере sw2
version 12.2
no service pad
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname c3560sw2
!
no aaa new-model
clock timezone Moscow 3
clock summer-time Moscow recurring last Sun Mar 2:00 last Sun Oct 2:00
ip subnet-zero
ip routing
ip domain-name xxxxxxxxxxx
!
ip ssh authentication-retries 0
ip ssh logging events
!
!
!
!
!
no file verify auto
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface FastEthernet0/1
!
interface FastEthernet0/2
...
!
interface FastEthernet0/24
no switchport
ip address xxxxxxxxxxxxxxxxxxxxxx
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
router bgp xxxxxxxx
no synchronization
bgp log-neighbor-changes
network xxxxxxxxxx xxxxxxxxxxx
neighbor CORE peer-group
neighbor CORE remote-as xxxxxxxxx
neighbor CORE soft-reconfiguration inbound
neighbor CORE prefix-list nets in
neighbor CORE prefix-list nets out
neighbor BORDER peer-group
neighbor BORDER remote-as xxxxxxxxx
neighbor BORDER prefix-list default_originate in
neighbor BORDER prefix-list nets out
neighbor xxxxxxxxxxxxx peer-group CORE
neighbor xxxxxxxxxxxxx peer-group BORDER
neighbor xxxxxxxxxxxxx peer-group BORDER
no auto-summary
!
ip classless
no ip http server
ip http secure-server
!
!
!
ip prefix-list default_originate seq 5 permit 0.0.0.0/0
!
ip prefix-list nets seq 5 permit xxxxxxxxxxxx le 32
access-list 30 permit xxxxxxxxxxxxxx
snmp-server community stat RO 30
!
control-plane
!
!
line con 0
line vty 0 4
login local
transport input ssh
line vty 5 15
login local
transport input ssh
!
ntp clock-period 36028614
ntp server xxxxxxxxxxxxx
end