|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Nov 2008
Messaggi: 1261
|
CISCO 2651 e caricamento pagine lento
Salve a tutti ho un CISCO 2651 con 128Mb di ram che monta la c2600-advsecurityk9-mz.124-15.T14, tutto funziona correttamente ma il caricamento delle pagine è molto lento e non riesco a capire perchè.
Il router è collegato a un modem in fullbridge che gli fornisce tramite dhcp l'ip sulla fastethernet 0/0. Ho escluso un problema di connessione perchè usando un altro router non Cisco che monta ddwrt le pagine caricano instantaneamente. CISCO-2651#sh conf Using 1811 out of 29688 bytes ! ! Last configuration change at 10:04:47 UTC Sat Jun 22 2013 ! NVRAM config last updated at 10:05:16 UTC Sat Jun 22 2013 ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname CISCO-2651 ! boot-start-marker boot-end-marker ! no logging buffered enable secret XXXXX ! no aaa new-model no network-clock-participate slot 1 no network-clock-participate wic 0 ip cef ! ! no ip dhcp use vrf connected ip dhcp excluded-address 192.168.0.2 192.168.0.200 ! ip dhcp pool insideDHCP network 192.168.0.0 255.255.255.0 default-router 192.168.0.1 dns-server 8.8.4.4 8.8.8.8 ! ! ! multilink bundle-name authenticated ! ! ! ! ! username XXXX privilege 15 secret XXXXX archive log config hidekeys ! ! ! ! ! ! ! interface FastEthernet0/0 ip address dhcp ip nat outside ip virtual-reassembly max-reassemblies 64 duplex auto speed auto ! interface FastEthernet0/1 ip address 192.168.0.1 255.255.255.0 ip nat inside ip virtual-reassembly duplex auto speed auto ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 dhcp ! ! ip http server ip http authentication local no ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ip dns server ip nat inside source list 1 interface FastEthernet0/0 overload ! access-list 1 permit 192.168.0.0 0.0.0.255 ! ! ! ! control-plane ! ! ! line con 0 line aux 0 line vty 0 4 privilege level 15 login local transport input telnet transport output telnet ! ntp clock-period 17208071 ntp server 193.204.114.232 source FastEthernet0/0 ntp server 192.204.114.233 source FastEthernet0/0 ! end |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3258
|
Invece di questo "ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 dhcp"
prova questo "ip route 0.0.0.0 0.0.0.0 dhcp" Sulla fa0/0 inserisci al posto di "ip address dhcp" questo "ip address dhcp client-id fa0/0" |
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Nov 2008
Messaggi: 1261
|
Fatto ma è tutto come prima, escluderei i dns perchè anche inserendo l'ip dei siti direttamente è lento lo stesso.
|
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3258
|
Su fa0/0 prova "ip mtu 1492".
Se non funziona prova questo "ip tcp adjust-mss 1452" [anche se e roba da dialer interface]. Se non funziona nemmeno quello fai default int fa0/0 e riconfigurala da capo. La route statica lasciala così ip route 0.0.0.0 0.0.0.0 fa0/0 Guarda se fa0/0 e' full-duplex e speed 100 Go go go ![]() Ultima modifica di Wolfhwk : 22-06-2013 alle 18:15. Motivo: ooops |
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Nov 2008
Messaggi: 1261
|
È come prima, comunque è full duplex ed è 100 mega. Se tolgo dhcp dalla static route mi perde il primo pacchetto quando pingo.
|
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3258
|
Deve essere.
Prova ad aggiornare la IOS image...altrimenti buttalo via ![]() |
![]() |
![]() |
![]() |
#7 |
Senior Member
Iscritto dal: Nov 2008
Messaggi: 1261
|
È l'ultima IOS che supporta :/
Non capisco cosa possa essere perchè quando li pingo dalla cli il risultato è istantaneo mentre se pingo dal pc il primo pacchetto va in timeout perchè passa troppo tempo e dopo pinga i rimanenti. |
![]() |
![]() |
![]() |
#8 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3258
|
Uhm, hai già guardato sh ip nat trans se è regolare?
Hai provato a pingare dall' interfaccia fa0/1 con extended ping? |
![]() |
![]() |
![]() |
#9 |
Senior Member
Iscritto dal: Nov 2008
Messaggi: 1261
|
Se metto una route statica da 192.168.0.150 alla fe 0/0 il caricamento è istantaneo quindi suppongo sia il nat dinamico che lo rallenta. Cosa si puó fare?
|
![]() |
![]() |
![]() |
#10 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3258
|
Qui ti torna "ip dhcp excluded-address 192.168.0.2 192.168.0.200"
..che stai escludendo gli ip da 2 a 200. Vero? |
![]() |
![]() |
![]() |
#11 | |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3258
|
Quote:
![]() C'è qualcos' altro e lo scopriremo. |
|
![]() |
![]() |
![]() |
#12 |
Senior Member
Iscritto dal: Nov 2008
Messaggi: 1261
|
|
![]() |
![]() |
![]() |
#13 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3258
|
Dunque se fai ping 8.8.8.8 source fa0/1 è tutto a posto?
|
![]() |
![]() |
![]() |
#14 |
Senior Member
Iscritto dal: Nov 2008
Messaggi: 1261
|
|
![]() |
![]() |
![]() |
#15 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3258
|
sh int fa0/1 e guarda i vari late collisions ed errori.
Assicurati che anche essa sia full duplex e 100. |
![]() |
![]() |
![]() |
#16 |
Senior Member
Iscritto dal: Nov 2008
Messaggi: 1261
|
CISCO-2651#sh interfaces fastEthernet 0/1
FastEthernet0/1 is up, line protocol is up Hardware is AmdFE, address is XXXX (bia XXXX) Internet address is 192.168.0.1/24 MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s, 100BaseTX/FX ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:17, output 00:00:00, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 20000 bits/sec, 14 packets/sec 5 minute output rate 144000 bits/sec, 14 packets/sec 30763 packets input, 4062024 bytes Received 845 broadcasts, 0 runts, 0 giants, 0 throttles 11 input errors, 11 CRC, 1 frame, 0 overrun, 0 ignored 0 watchdog 0 input packets with dribble condition detected 40389 packets output, 35710658 bytes, 0 underruns 0 output errors, 0 collisions, 3 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out |
![]() |
![]() |
![]() |
#17 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3258
|
Tutto ok.
Postami anche la fa0/0. |
![]() |
![]() |
![]() |
#18 |
Senior Member
Iscritto dal: Nov 2008
Messaggi: 1261
|
CISCO-2651#sh interfaces fastEthernet 0/0
FastEthernet0/0 is up, line protocol is up Hardware is AmdFE, address is XXXX (bia XXXX) Internet address is XXXX/24 MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s, 100BaseTX/FX ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:02, output 00:00:00, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 15000 bits/sec, 8 packets/sec 5 minute output rate 10000 bits/sec, 6 packets/sec 43638 packets input, 37437796 bytes Received 4 broadcasts, 0 runts, 0 giants, 0 throttles 53 input errors, 53 CRC, 26 frame, 0 overrun, 0 ignored 0 watchdog 0 input packets with dribble condition detected 30809 packets output, 4924163 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out |
![]() |
![]() |
![]() |
#19 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3258
|
Tutto ok.
Fai "un all" e lanciami un sh cpu history. |
![]() |
![]() |
![]() |
#20 |
Senior Member
Iscritto dal: Nov 2008
Messaggi: 1261
|
Per il debugging di tutto non so cosa darti.
Questa è la cpu history, ignora il 100% perchè avevo aperto un attimo CPP. CISCO-2651#show processes cpu history CISCO-2651 06:54:27 PM Saturday Jun 22 2013 UTC 1111444444444444444 111114444411111 11111 2 100 90 80 70 60 50 40 30 20 10 0....5....1....1....2....2....3....3....4....4....5....5....6 0 5 0 5 0 5 0 5 0 5 0 CPU% per second (last 60 seconds) 3 8 9 2 1 452111111111111151644211252154442123261333321111111281111112 100 * 90 * 80 * * 70 * * 60 * * 50 * * 40 * * 30 * * * 20 * * # * 10 * *#* # # * *** * 0....5....1....1....2....2....3....3....4....4....5....5....6 0 5 0 5 0 5 0 5 0 5 0 CPU% per minute (last 60 minutes) * = maximum CPU% # = average CPU% 9 9 100 * 90 * 80 * 70 * 60 * 50 * 40 * 30 * 20 * 10 * 0....5....1....1....2....2....3....3....4....4....5....5....6....6....7.. 0 5 0 5 0 5 0 5 0 5 0 5 0 CPU% per hour (last 72 hours) * = maximum CPU% # = average CPU% |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 10:16.