|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Junior Member
Iscritto dal: Mar 2014
Messaggi: 20
|
Non ci sono nuovi messaggi Google maps si blocca con router Cisco 877
Salve a tutti.
Ho un problema che mi manda al manicomio da qualche giorno. Ho sostituito il router precedente con un Cisco 877. Quest'ultimo è più veloce e navigo senza problemi, eccetto che su google maps. Google maps va inizialmente a singhiozzo, poi si blocca del tutto, quindi non riesco nemmeno più ad entrare in gmail o addirittura nella pagina principale del motore di ricerca. Se cambio sito nessun problema. Stessa cosa su altri 2 pc della LAN casalinga. Poichè sul pc ho varie partizioni, ho fatto delle prove con tre versioni di Linux Ubuntu, ebbene in due casi Google maps funzione bene, in un caso no. Inoltre sullo stesso pc ho provato due macchine virtuali, con una funziona e con l'altra no. Ho provato a configurare il Cisco eliminando il firewall. Poi ho provato a passare in PPPoE - MTU 1492 (spero di averlo fatto bene, comunque funziona, meno che su google maps). Ho cambiato i DNS sia sul Cisco che sul pc. Niente. L'unica cosa che ho notato, nelle indicazioni del plugin di Firefox Extended statusbar, è che quando il browser si blocca mi dà una velocità di download 'altina' e 'tonda' (500 - 1000 - 2000 kb/sec) Riassumo la situazione: ADSL: Alice 20 mega LAN: ethernet Router precedente - velocità di dowload 7,2 Mbps - nessun problema con Google maps Router Cisco 877 - velocità di dowload 12,7 Mbps - problemi con Google maps pc mio: win XP sp3 + firefox 24 - non va ubuntu 10.10 + firefox 4.5 - funziona ubuntu 11.05 + firefox - funziona ubuntu 12.10 + firefox 18.01 o anche chromium - non va macchina virtuale ubuntu 13.10 + firefox 24 - funziona macchina virtuale win XP sp3 + firefox - non va altri 2 pc in LAN: win 7 + firefox - non va Infine posto la configurazione del Cisco: !-------------------------------------------------------------------------- !This is the running config of the router: 192.168.1.1 !-------------------------------------------------------------------------- !version 12.4 no service pad service timestamps debug datetime msec service timestamps log datetime localtime no service password-encryption ! hostname Cisco ! boot-start-marker boot-end-marker ! logging buffered 51200 warnings ! no aaa new-model ! resource policy ! clock timezone CET 1 clock summer-time ROMA recurring last Sun Mar 2:00 last Sun Oct 2:00 no ip source-route ip cef ! ! no ip dhcp use vrf connected ip dhcp excluded-address 10.10.10.1 ip dhcp excluded-address 192.168.1.1 ! ip dhcp pool dhcppool import all network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 151.99.125.3 195.186.4.111 update arp ! ! ip domain name yourdomain.com ip inspect name SDM_LOW cuseeme ip inspect name SDM_LOW dns ip inspect name SDM_LOW ftp ip inspect name SDM_LOW h323 ip inspect name SDM_LOW https ip inspect name SDM_LOW icmp router-traffic ip inspect name SDM_LOW imap ip inspect name SDM_LOW pop3 ip inspect name SDM_LOW netshow ip inspect name SDM_LOW rcmd ip inspect name SDM_LOW realaudio ip inspect name SDM_LOW rtsp ip inspect name SDM_LOW esmtp ip inspect name SDM_LOW sqlnet ip inspect name SDM_LOW streamworks ip inspect name SDM_LOW tftp ip inspect name SDM_LOW tcp router-traffic ip inspect name SDM_LOW udp router-traffic ip inspect name SDM_LOW vdolive ! ! crypto pki trustpoint TP-self-signed-1315516827 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-1315516827 revocation-check none rsakeypair TP-self-signed-1315516827 ! !username admin privilege 15 secret 5 $1$d/aB$KnexVVtR.B9Iha9Iui4f21 ! ! ! interface ATM0 no ip address no atm ilmi-keepalive pvc 0/835 encapsulation aal5mux ppp dialer ! dsl operating-mode auto ntp disable ! interface ATM0.1 point-to-point no snmp trap link-status pvc 8/35 ! --- PPPoA encapsulation aal5mux ppp dialer dialer pool-member 1 ! --- PPPoE ! pppoe-client dial-pool-number 1 ! ! interface FastEthernet0 ! interface FastEthernet1 ! interface FastEthernet2 ! interface FastEthernet3 ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$FW_INSIDE$ ip address 192.168.1.1 255.255.255.0 ip access-group 102 in ip nat inside ip virtual-reassembly ip tcp adjust-mss 1452 ntp disable ! interface Dialer0 description $FW_OUTSIDE$ ip address negotiated ip access-group 101 in no ip redirects no ip unreachables ip nat outside ip inspect SDM_LOW out ip virtual-reassembly encapsulation ppp ip tcp header-compression dialer pool 1 dialer-group 1 no cdp enable ppp pap sent-username aliceadsl password 0 aliceadsl ppp ipcp dns request ppp ipcp route default ! ip route 0.0.0.0 0.0.0.0 Dialer0 ! ! ip http server ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ip nat inside source list 1 interface Dialer0 overload ip nat inside source static tcp 192.168.1.59 64660 interface Dialer0 64660 ip nat inside source static tcp 192.168.1.23 64650 interface Dialer0 64650 ip nat inside source static udp 192.168.1.23 64651 interface Dialer0 64651 ip nat inside source static udp 192.168.1.59 64661 interface Dialer0 64661 ! access-list 1 remark SDM_ACL Category=2 access-list 1 permit 10.10.10.0 0.0.0.7 access-list 1 remark The local LAN. access-list 1 permit 192.168.1.0 0.0.0.255 access-list 100 deny ip host 255.255.255.255 any access-list 100 deny ip 127.0.0.0 0.255.255.255 any access-list 100 permit ip any any access-list 101 deny ip host 0.0.0.0 any access-list 101 deny ip any host 0.0.0.0 access-list 101 deny ip 127.0.0.0 0.255.255.255 any access-list 101 deny ip 169.254.0.0 0.0.255.255 any access-list 101 deny ip 192.0.2.0 0.0.0.255 any access-list 101 deny ip 224.0.0.0 31.255.255.255 any access-list 101 deny ip 10.0.0.0 0.255.255.255 any access-list 101 deny ip 172.16.0.0 0.15.255.255 any access-list 101 deny ip 192.168.0.0 0.0.255.255 any access-list 101 deny ip 198.18.0.0 0.1.255.255 any access-list 101 deny ip 224.0.0.0 0.15.255.255 any access-list 101 deny ip any host 255.255.255.255 access-list 101 deny ip host 255.255.255.255 any access-list 101 deny ip any host 192.168.1.255 log access-list 101 permit tcp any any gt 1023 established access-list 101 permit udp host 193.204.114.232 any eq ntp access-list 101 permit udp host 193.204.114.233 any eq ntp access-list 101 permit tcp any any range 64650 64699 access-list 101 permit udp any any range 64650 64699 access-list 101 permit tcp any any eq 1723 access-list 101 permit gre any any access-list 101 permit icmp any any echo-reply access-list 101 permit icmp any any time-exceeded access-list 101 permit icmp any any unreachable access-list 101 deny ip any any log access-list 101 deny ip any any access-list 101 permit ip any any access-list 102 permit ip any host 192.168.1.1 access-list 102 deny udp any any eq tftp log access-list 102 deny ip any 0.0.0.0 0.255.255.255 log access-list 102 deny ip any 10.0.0.0 0.255.255.255 log access-list 102 deny ip any 127.0.0.0 0.255.255.255 log access-list 102 deny ip any 169.254.0.0 0.0.255.255 log access-list 102 deny ip any 172.16.0.0 0.15.255.255 log access-list 102 deny ip any 192.0.2.0 0.0.0.255 log access-list 102 deny ip any 192.168.0.0 0.0.255.255 log access-list 102 deny ip any 198.18.0.0 0.1.255.255 log access-list 102 deny tcp any any eq 445 log access-list 102 deny tcp any any eq 1243 log access-list 102 deny tcp any any eq 2773 log access-list 102 deny tcp any any range 6711 6713 log access-list 102 deny tcp any any eq 6776 log access-list 102 deny tcp any any eq 7000 log access-list 102 deny tcp any any eq 7215 log access-list 102 deny tcp any any eq 27374 log access-list 102 deny tcp any any eq 27573 log access-list 102 deny tcp any any eq 54283 log access-list 102 permit ip 192.168.1.0 0.0.0.255 any access-list 102 permit ip any host 255.255.255.255 access-list 102 permit udp host 192.168.1.23 eq 64651 any access-list 102 permit udp host 192.168.1.59 eq 64661 any access-list 102 deny ip any any log no cdp run ! control-plane ! line con 0 exec-timeout 0 0 login local no modem enable line aux 0 line vty 0 4 access-class 1 in exec-timeout 0 0 privilege level 15 password xxxx login transport input telnet ssh ! scheduler max-task-time 5000 ntp clock-period 17175108 ntp server 193.204.114.232 ntp server 193.204.114.233 ! webvpn context Default_context ssl authenticate verify all ! no inservice ! end --------------------------------- Ciò premesso ringrazio chiunque voglia darmi qualche indicazione, dato che in rete ho trovato tante informazioni interessanti ma niente di specifico su questa strana incompatibilità tra cisco e google. |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3301
|
Prova "no ip cef" e metti i dns di sgurgle nel comando dns-server (8.8.8.8 8.8.4.4).
|
![]() |
![]() |
![]() |
#3 |
Junior Member
Iscritto dal: Mar 2014
Messaggi: 20
|
Grazie, ma purtroppo situazione immutata.
Tra l'altro l'inghippo si riferisce a google maps vecchia maniera, perchè la nuova versione di maps si blocca anche là dove la vecchia funziona. |
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3301
|
Quando succede il problema fammi il comando sh process cpu history e posta.
Inoltre togli il firewall configurato con sdm e posta la configurazione pulita. |
![]() |
![]() |
![]() |
#5 |
Junior Member
Iscritto dal: Mar 2014
Messaggi: 20
|
questo è il risultato del comando "sh process cpu history", lo posto anche in allegato perchè non riesco a formattarlo: 09:02:08 AM Saturday Jun 7 2014 ROMA 11111 44444444443333311111 22222222223333344 100 90 80 70 60 50 40 30 20 10 ***** 0....5....1....1....2....2....3....3....4....4....5....5.... 0 5 0 5 0 5 0 5 0 5 CPU% per second (last 60 seconds) 11 111 1 11 1 1 1 111111 1 11 11 4 1 11 1 109052599099009046895499577090459000000906001006990 006089 100 90 80 70 60 50 * 40 * 30 * 20 * * 10 **************** **** ******** ************* ****** ******** 0....5....1....1....2....2....3....3....4....4....5....5.... 0 5 0 5 0 5 0 5 0 5 CPU% per minute (last 60 minutes) * = maximum CPU% # = average CPU% 2712112154632454125544458812431125611221417747681111231116417544454334 4250709416024987560301653343028031035442474410148559933673797131341477 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% questa à la configurazione senza l'SDM (con la quale NON navigo del tutto, per cui ho rimesso quella di prima, ho dato il comando "no ip inspect" e tolto "ip inspect SDM_LOW out" da Dialer 0) Current configuration : 8182 bytes ! ! Last configuration change at 09:36:37 ROMA Sat Jun 7 2014 ! NVRAM config last updated at 11:02:57 ROMA Wed Jun 4 2014 ! version 12.4 no service pad service timestamps debug datetime msec service timestamps log datetime localtime no service password-encryption ! hostname RomCisco ! boot-start-marker boot-end-marker ! logging buffered 51200 warnings ! no aaa new-model ! resource policy ! clock timezone CET 1 clock summer-time ROMA recurring last Sun Mar 2:00 last Sun Oct 2:00 no ip source-route ip cef ! ! no ip dhcp use vrf connected ip dhcp excluded-address 10.10.10.1 ip dhcp excluded-address 192.168.1.1 ! ip dhcp pool dhcppool import all network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 151.99.125.3 195.186.4.111 update arp ! ! ip domain name yourdomain.com ! interface ATM0 no ip address no atm ilmi-keepalive dsl operating-mode auto ntp disable ! interface ATM0.1 point-to-point no snmp trap link-status pvc 8/35 encapsulation aal5mux ppp dialer dialer pool-member 1 ! ! interface FastEthernet0 ! interface FastEthernet1 ! interface FastEthernet2 ! interface FastEthernet3 ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$FW_INSIDE$ ip address 192.168.1.1 255.255.255.0 ip access-group 102 in ip nat inside ip virtual-reassembly ip tcp adjust-mss 1452 ntp disable ! interface Dialer0 description $FW_OUTSIDE$ mtu 1492 ip address negotiated ip access-group 101 in no ip redirects no ip unreachables ip nat outside ip virtual-reassembly encapsulation ppp dialer pool 1 dialer-group 1 no cdp enable ppp pap sent-username aliceadsl password 0 aliceadsl ppp ipcp dns request ppp ipcp route default ! ip route 0.0.0.0 0.0.0.0 Dialer0 ! ! ip http server ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ip nat inside source list 1 interface Dialer0 overload ip nat inside source static udp 192.168.1.59 64661 interface Dialer0 64661 ip nat inside source static udp 192.168.1.23 64651 interface Dialer0 64651 ip nat inside source static tcp 192.168.1.23 64650 interface Dialer0 64650 ip nat inside source static tcp 192.168.1.59 64660 interface Dialer0 64660 ! access-list 1 remark SDM_ACL Category=2 access-list 1 permit 10.10.10.0 0.0.0.7 access-list 1 remark The local LAN. access-list 1 permit 192.168.1.0 0.0.0.255 access-list 100 deny ip host 255.255.255.255 any access-list 100 deny ip 127.0.0.0 0.255.255.255 any access-list 100 permit ip any any access-list 101 deny ip host 0.0.0.0 any access-list 101 deny ip any host 0.0.0.0 access-list 101 deny ip 127.0.0.0 0.255.255.255 any access-list 101 deny ip 169.254.0.0 0.0.255.255 any access-list 101 deny ip 192.0.2.0 0.0.0.255 any access-list 101 deny ip 224.0.0.0 31.255.255.255 any access-list 101 deny ip 10.0.0.0 0.255.255.255 any access-list 101 deny ip 172.16.0.0 0.15.255.255 any access-list 101 deny ip 192.168.0.0 0.0.255.255 any access-list 101 deny ip 198.18.0.0 0.1.255.255 any access-list 101 deny ip 224.0.0.0 0.15.255.255 any access-list 101 deny ip any host 255.255.255.255 access-list 101 deny ip host 255.255.255.255 any access-list 101 deny ip any host 192.168.1.255 log access-list 101 permit tcp any any gt 1023 established access-list 101 permit udp host 193.204.114.232 any eq ntp access-list 101 permit udp host 193.204.114.233 any eq ntp access-list 101 permit tcp any any range 64650 64699 access-list 101 permit udp any any range 64650 64699 access-list 101 permit tcp any any eq 1723 access-list 101 permit gre any any access-list 101 permit icmp any any echo-reply access-list 101 permit icmp any any time-exceeded access-list 101 permit icmp any any unreachable access-list 101 deny ip any any log access-list 101 deny ip any any access-list 101 permit ip any any access-list 102 permit ip any host 192.168.1.1 access-list 102 deny udp any any eq tftp log access-list 102 deny ip any 0.0.0.0 0.255.255.255 log access-list 102 deny ip any 10.0.0.0 0.255.255.255 log access-list 102 deny ip any 127.0.0.0 0.255.255.255 log access-list 102 deny ip any 169.254.0.0 0.0.255.255 log access-list 102 deny ip any 172.16.0.0 0.15.255.255 log access-list 102 deny ip any 192.0.2.0 0.0.0.255 log access-list 102 deny ip any 192.168.0.0 0.0.255.255 log access-list 102 deny ip any 198.18.0.0 0.1.255.255 log access-list 102 deny tcp any any eq 445 log access-list 102 deny tcp any any eq 32764 log access-list 102 deny tcp any any eq 1243 log access-list 102 deny tcp any any eq 2773 log access-list 102 deny tcp any any range 6711 6713 log access-list 102 deny tcp any any eq 6776 log access-list 102 deny tcp any any eq 7000 log access-list 102 deny tcp any any eq 7215 log access-list 102 deny tcp any any eq 27374 log access-list 102 deny tcp any any eq 27573 log access-list 102 deny tcp any any eq 54283 log access-list 102 permit ip 192.168.1.0 0.0.0.255 any access-list 102 permit ip any host 255.255.255.255 access-list 102 permit udp host 192.168.1.23 eq 64651 any access-list 102 permit udp host 192.168.1.59 eq 64661 any access-list 102 deny ip any any log no cdp run ! ! ! ! control-plane ! ! line con 0 exec-timeout 0 0 login local no modem enable line aux 0 line vty 0 4 access-class 1 in exec-timeout 0 0 privilege level 15 password xxxx login transport input telnet ssh ! scheduler max-task-time 5000 ntp clock-period 17175110 ntp server 193.204.114.232 ntp server 193.204.114.233 ! webvpn context Default_context ssl authenticate verify all ! no inservice ! end |
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3301
|
E' alta la cpu nelle ultime 72 ore...
Sempre durante il problema inserisci il comando sh process cpu sorted e posta. Togli alle interfacce le acl 101 e la 102. no ip access-group 101/102 in Dammi anche un sh int dialer0. Ipotizzo che il router passi da cef/fast switching a process switching, mandando la cpu quasi al 100%. Lo vedi dopo un po' con il comando sopra, il process ip_input che si piglia le risorse. |
![]() |
![]() |
![]() |
#7 | |
Junior Member
Iscritto dal: Mar 2014
Messaggi: 20
|
Seguono nell'ordine:
- l'uscita del comando "sh process cpu sorted". Per curiosità l'ho presa sia prima che dopo un blitz su google maps, e non ho trovato differenze. - l'uscita del comando "sh int dialer 0" Infine ho tolto le ACL, purtroppo senza risultato (del resto lo avevo già fatto). Come prima invio anche l'allegato in formato txt. RomCisco#sh process cpu sorted CPU utilization for five seconds: 2%/1%; one minute: 3%; five minutes: 3% PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process 4 3044812 171958 17706 0.40% 1.09% 0.88% 0 Check heaps 40 596804 1748331 341 0.16% 0.25% 0.33% 0 COLLECT STAT COU 73 121964 115306 1057 0.16% 0.01% 0.00% 0 IP Input 1 304 270 1125 0.00% 0.00% 0.00% 0 Chunk Manager 2 6428 69958 91 0.00% 0.00% 0.00% 0 Load Meter 3 1872 346677 5 0.00% 0.00% 0.00% 0 Spanning Tree 5 328 406 807 0.00% 0.00% 0.00% 0 Pool Manager 6 0 2 0 0.00% 0.00% 0.00% 0 Timers 7 0 1 0 0.00% 0.00% 0.00% 0 Crash writer 8 792 7764 102 0.00% 0.00% 0.00% 0 ARP Input 9 0 2 0 0.00% 0.00% 0.00% 0 ATM Idle Timer 10 0 2 0 0.00% 0.00% 0.00% 0 AAA high-capacit 11 0 1 0 0.00% 0.00% 0.00% 0 AAA_SERVER_DEADT 12 0 1 0 0.00% 0.00% 0.00% 0 Policy Manager 13 56 11664 4 0.00% 0.00% 0.00% 0 DDR Timers 14 0 2 0 0.00% 0.00% 0.00% 0 Entity MIB API 15 560 5502 101 0.00% 0.00% 0.00% 0 EEM ED Syslog 16 264 34979 7 0.00% 0.00% 0.00% 0 HC Counter Timer 17 0 2 0 0.00% 0.00% 0.00% 0 Serial Backgroun 18 0 1 0 0.00% 0.00% 0.00% 0 RO Notify Timers 19 0 1 0 0.00% 0.00% 0.00% 0 RMI RM Notify Wa 20 4 2 2000 0.00% 0.00% 0.00% 0 SMART 21 232 349786 0 0.00% 0.00% 0.00% 0 GraphIt 22 0 2 0 0.00% 0.00% 0.00% 0 Dialer event 23 0 1 0 0.00% 0.00% 0.00% 0 SERIAL A'detect 24 0 1 0 0.00% 0.00% 0.00% 0 Inode Table Dest 25 0 1 0 0.00% 0.00% 0.00% 0 Critical Bkgnd 26 608 263228 2 0.00% 0.00% 0.00% 0 Net Background 27 0 9 0 0.00% 0.00% 0.00% 0 IDB Work 28 72 10455 6 0.00% 0.00% 0.00% 0 Logger 29 688 349742 1 0.00% 0.00% 0.00% 0 TTY Background 30 1936 349792 5 0.00% 0.00% 0.00% 0 Per-Second Jobs 31 0 2915 0 0.00% 0.00% 0.00% 0 DHCPD Timer 32 0 2 0 0.00% 0.00% 0.00% 0 AggMgr Process 33 0 1 0 0.00% 0.00% 0.00% 0 Token Daemon 34 14824 965153 15 0.00% 0.00% 0.00% 0 LED Timers 35 1736 2331673 0 0.00% 0.00% 0.00% 0 WLAN LED Timers 36 0 2 0 0.00% 0.00% 0.00% 0 AUX 37 2832 394 7187 0.00% 0.00% 0.00% 0 ESWPPM 38 0 2 0 0.00% 0.00% 0.00% 0 Eswilp Storm Con 39 1276 405 3150 0.00% 0.00% 0.00% 0 Switch Link Moni 41 188 1933 97 0.00% 0.00% 0.00% 0 Net Input 42 584 69962 8 0.00% 0.00% 0.00% 0 Compute load avg 43 75048 5969 12572 0.00% 0.01% 0.00% 0 Per-minute Jobs 44 144 476 302 0.00% 0.00% 0.00% 0 IGMP Snooping Pr 45 156 498 313 0.00% 0.00% 0.00% 0 IGMP Snooping Re 46 244 349789 0 0.00% 0.00% 0.00% 0 Crypto Device Up 47 0 2 0 0.00% 0.00% 0.00% 0 Multi-ISA Event 48 0 1 0 0.00% 0.00% 0.00% 0 Multi-ISA Cleanu 49 8 14 571 0.00% 0.00% 0.00% 0 crypto engine pr 50 0 2 0 0.00% 0.00% 0.00% 0 SEC BATCH 51 64 35422 1 0.00% 0.00% 0.00% 0 ATM Periodic 52 0 1 0 0.00% 0.00% 0.00% 0 ATM ARP INPUT 53 0 2 0 0.00% 0.00% 0.00% 0 ATM OAM Input 54 0 2 0 0.00% 0.00% 0.00% 0 ATM OAM TIMER 55 0 4118 0 0.00% 0.00% 0.00% 0 LED Timers 56 1832 148098 12 0.00% 0.00% 0.00% 0 DSL State Machin 57 200 349745 0 0.00% 0.00% 0.00% 0 PI MATM Aging Pr 58 4 2 2000 0.00% 0.00% 0.00% 0 DTP Protocol 59 20 198 101 0.00% 0.00% 0.00% 0 dot1x 60 4 2 2000 0.00% 0.00% 0.00% 0 Dot1x Mgr Proces 61 9400 10853273 0 0.00% 0.00% 0.00% 0 EAP Framework 62 256 349748 0 0.00% 0.00% 0.00% 0 linktest 63 0 2 0 0.00% 0.00% 0.00% 0 Dot11 Mgmt & Ass 64 0 9 0 0.00% 0.00% 0.00% 0 VTEMPLATE Backgr 65 0 2 0 0.00% 0.00% 0.00% 0 Dot11 aaa proces 66 0 2 0 0.00% 0.00% 0.00% 0 Dot11 auth Dot1x 67 0 1 0 0.00% 0.00% 0.00% 0 Dot11 Mac Auth 68 0 2 0 0.00% 0.00% 0.00% 0 AAA Dictionary R 69 0 2 0 0.00% 0.00% 0.00% 0 AAA Server 70 0 1 0 0.00% 0.00% 0.00% 0 AAA ACCT Proc 71 0 1 0 0.00% 0.00% 0.00% 0 ACCT Periodic Pr 72 1772 2726531 0 0.00% 0.00% 0.00% 0 PPPoE Background 74 0 1 0 0.00% 0.00% 0.00% 0 ICMP event handl 75 0 14 0 0.00% 0.00% 0.00% 0 PPP Hooks 76 2756 1424 1935 0.00% 0.00% 0.00% 0 Exec 77 0 1 0 0.00% 0.00% 0.00% 0 SSS Manager 78 24 46639 0 0.00% 0.00% 0.00% 0 SSS Test Client 79 0 1 0 0.00% 0.00% 0.00% 0 SSS Feature Mana 80 1232 1366350 0 0.00% 0.00% 0.00% 0 SSS Feature Time 81 0 1 0 0.00% 0.00% 0.00% 0 VPDN call manage 82 0 1 0 0.00% 0.00% 0.00% 0 L2X Socket proce 83 0 1 0 0.00% 0.00% 0.00% 0 L2X SSS manager 84 0 2 0 0.00% 0.00% 0.00% 0 L2TP mgmt daemon 85 0 2 0 0.00% 0.00% 0.00% 0 EAPoUDP Process 86 0 1 0 0.00% 0.00% 0.00% 0 IPv6 RIB Redistr 87 360 12219 29 0.00% 0.00% 0.00% 0 IP Background 88 280 5893 47 0.00% 0.00% 0.00% 0 IP RIB Update 89 140 46 3043 0.00% 0.00% 0.00% 0 PPP IP Route 90 4 35 114 0.00% 0.00% 0.00% 0 PPP IPCP 91 172 26879 6 0.00% 0.00% 0.00% 0 CEF process 92 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant 93 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant 94 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant 95 228 263 866 0.00% 0.00% 0.00% 0 L2MM 96 44 465 94 0.00% 0.00% 0.00% 0 MRD 97 0 1 0 0.00% 0.00% 0.00% 0 IGMPSN 98 20 578 34 0.00% 0.00% 0.00% 0 CEF Scanner 99 3900 699440 5 0.00% 0.00% 0.00% 0 DHCPD Receive 100 0 1 0 0.00% 0.00% 0.00% 0 SNMP Timers 101 0 2 0 0.00% 0.00% 0.00% 0 ILMI Input 102 0 2 0 0.00% 0.00% 0.00% 0 ILMI Request 103 0 2 0 0.00% 0.00% 0.00% 0 ILMI Response 104 956 174655 5 0.00% 0.00% 0.00% 0 ILMI Timer Proce 105 8 8 1000 0.00% 0.00% 0.00% 0 ATM PVC Discover 106 372 349720 1 0.00% 0.00% 0.00% 0 Socket Timers 107 296 6073 48 0.00% 0.00% 0.00% 0 TCP Timer 108 4 7 571 0.00% 0.00% 0.00% 0 TCP Protocols 109 0 1 0 0.00% 0.00% 0.00% 0 COPS 110 0 2 0 0.00% 0.00% 0.00% 0 Dialer Forwarder 111 48 5844 8 0.00% 0.00% 0.00% 0 Adj Manager 112 2160 8265 261 0.00% 0.00% 0.00% 0 HTTP CORE 113 0 1 0 0.00% 0.00% 0.00% 0 IP Traceroute 114 24 5829 4 0.00% 0.00% 0.00% 0 IP Cache Ager 115 0 1 0 0.00% 0.00% 0.00% 0 RARP Input 116 0 2 0 0.00% 0.00% 0.00% 0 PPP Bind 117 0 2 0 0.00% 0.00% 0.00% 0 PPP SSS 118 3756 3495983 1 0.00% 0.00% 0.00% 0 RBSCP Background 119 0 2 0 0.00% 0.00% 0.00% 0 SCTP Main Proces 120 2384 682953 3 0.00% 0.00% 0.00% 0 Inspect process 121 4 5836 0 0.00% 0.00% 0.00% 0 DHCPD Database 122 0 1166 0 0.00% 0.00% 0.00% 0 Authentication P 123 0 1 0 0.00% 0.00% 0.00% 0 Auth-proxy AAA B 124 692 682951 1 0.00% 0.00% 0.00% 0 IPS Timer 125 4 2 2000 0.00% 0.00% 0.00% 0 SDEE Management 126 0 1 0 0.00% 0.00% 0.00% 0 IPv6 Inspect Tim 127 568 682946 0 0.00% 0.00% 0.00% 0 SSLVPN_PROCESS 128 0 1 0 0.00% 0.00% 0.00% 0 Select Timers 129 32 2 16000 0.00% 0.00% 0.00% 0 HTTP Process 130 0 2 0 0.00% 0.00% 0.00% 0 CIFS API Process 131 0 2 0 0.00% 0.00% 0.00% 0 CIFS Proxy Proce 132 0 2 0 0.00% 0.00% 0.00% 0 URL filter proc 133 0 3 0 0.00% 0.00% 0.00% 0 Crypto HW Proc 134 4 14 285 0.00% 0.00% 0.00% 0 PPPoE Discovery 135 0 2 0 0.00% 0.00% 0.00% 0 AAA Cached Serve 136 0 2 0 0.00% 0.00% 0.00% 0 ENABLE AAA 137 0 1 0 0.00% 0.00% 0.00% 0 EM Background Pr 138 0 1 0 0.00% 0.00% 0.00% 0 Key chain liveke 139 4 2 2000 0.00% 0.00% 0.00% 0 LINE AAA 140 0 2 0 0.00% 0.00% 0.00% 0 LOCAL AAA 141 0 2 0 0.00% 0.00% 0.00% 0 TPLUS 142 0 3 0 0.00% 0.00% 0.00% 0 Crypto WUI 143 0 2 0 0.00% 0.00% 0.00% 0 Crypto Support 144 0 1 0 0.00% 0.00% 0.00% 0 EPM MAIN PROCESS 145 20 6 3333 0.00% 0.00% 0.00% 0 Crypto CA 146 0 1 0 0.00% 0.00% 0.00% 0 Crypto PKI-CRL 147 0 1 0 0.00% 0.00% 0.00% 0 Crypto SSL 148 0 1 0 0.00% 0.00% 0.00% 0 encrypt proc 149 20 114 175 0.00% 0.00% 0.00% 0 Crypto ACL 150 0 1 0 0.00% 0.00% 0.00% 0 CRYPTO QoS proce 151 0 1 0 0.00% 0.00% 0.00% 0 Crypto INT 152 0 3 0 0.00% 0.00% 0.00% 0 Crypto IKE Dispa 153 0 3 0 0.00% 0.00% 0.00% 0 Crypto IKMP 154 16 1 16000 0.00% 0.00% 0.00% 0 Crypto IKEv2 155 112 17492 6 0.00% 0.00% 0.00% 0 IPSEC key engine 156 0 1 0 0.00% 0.00% 0.00% 0 IPSEC manual key 157 0 1 0 0.00% 0.00% 0.00% 0 Crypto PAS Proc 158 0 2 0 0.00% 0.00% 0.00% 0 Key Proc 159 0 1 0 0.00% 0.00% 0.00% 0 GDOI GM Process 160 284 175014 1 0.00% 0.00% 0.00% 0 PM Callback 161 0 2 0 0.00% 0.00% 0.00% 0 Control-plane ho 162 0 2 0 0.00% 0.00% 0.00% 0 AAA SEND STOP EV 163 0 3 0 0.00% 0.00% 0.00% 0 EEM ED CLI 164 0 2 0 0.00% 0.00% 0.00% 0 EEM ED Counter 165 0 2 0 0.00% 0.00% 0.00% 0 EEM ED Interface 166 0 3 0 0.00% 0.00% 0.00% 0 EEM ED IOSWD 167 0 2 0 0.00% 0.00% 0.00% 0 EEM ED Memory-th 168 0 2 0 0.00% 0.00% 0.00% 0 EEM ED None 169 0 2 0 0.00% 0.00% 0.00% 0 EEM ED OIR 170 0 2 0 0.00% 0.00% 0.00% 0 EEM ED Resource 171 0 2 0 0.00% 0.00% 0.00% 0 EEM ED SNMP 172 4 5928 0 0.00% 0.00% 0.00% 0 EEM ED Timer 173 0 2 0 0.00% 0.00% 0.00% 0 EEM ED Track 174 160 69994 2 0.00% 0.00% 0.00% 0 EEM Server 175 16 34980 0 0.00% 0.00% 0.00% 0 RMON Recycle Pro 176 0 2 0 0.00% 0.00% 0.00% 0 RMON Deferred Se 177 0 1 0 0.00% 0.00% 0.00% 0 Syslog Traps 178 4 2 2000 0.00% 0.00% 0.00% 0 VLAN Manager 179 108004 562 192177 0.00% 0.00% 0.03% 0 crypto sw pk pro 180 0 2 0 0.00% 0.00% 0.00% 0 EEM Policy Direc 181 88 5277 16 0.00% 0.00% 0.00% 0 Syslog 182 0 1 0 0.00% 0.00% 0.00% 0 VPDN Scal 184 13068 6349 2058 0.00% 0.00% 0.00% 2 Virtual Exec 185 28 197 142 0.00% 0.00% 0.00% 0 SSH Event handle 186 1836 683840 2 0.00% 0.00% 0.00% 0 IP NAT Ager 187 0 1 0 0.00% 0.00% 0.00% 0 IP NAT WLAN 188 0 60 0 0.00% 0.00% 0.00% 0 IP VFR proc 189 16968 10925980 1 0.00% 0.00% 0.00% 0 PPP manager 190 14900 10926043 1 0.00% 0.00% 0.00% 0 PPP Events 191 304 349748 0 0.00% 0.00% 0.00% 0 Multilink PPP 192 16 41 390 0.00% 0.00% 0.00% 0 PPPoA Manager 193 640 350747 1 0.00% 0.00% 0.00% 0 NTP RomCisco#sh int dialer 0 Dialer0 is up, line protocol is up (spoofing) Hardware is Unknown Description: $FW_OUTSIDE$ Internet address is 80.183.110.244/32 MTU 1492 bytes, BW 56 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 25/255 Encapsulation PPP, loopback not set Keepalive set (10 sec) DTR is pulsed for 1 seconds on reset Interface is bound to Vi2 Last input never, output never, output hang never Last clearing of "show interface" counters 4d01h Input queue: 0/75/4/0 (size/max/drops/flushes); Total output drops: 56 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/0/16 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 42 kilobits/sec 5 minute input rate 343000 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 7200801 packets input, 1353568139 bytes 4267851 packets output, 336602542 bytes Bound to: Virtual-Access2 is up, line protocol is up Hardware is Virtual Access interface MTU 1492 bytes, BW 893 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 88/255 Encapsulation PPP, LCP Open Open: IPCP PPPoE vaccess, cloned from Dialer0 Vaccess status 0x44, loopback not set Keepalive set (10 sec) Interface is bound to Di0 (Encapsulation PPP) Last input 00:00:02, output never, output hang never Last clearing of "show interface" counters 4d00h 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 367000 bits/sec, 27 packets/sec 5 minute output rate 5000 bits/sec, 13 packets/sec 276344 packets input, 386527067 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 175537 packets output, 13874953 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 output buffer failures, 0 output buffers swapped out 0 carrier transitions Quote:
|
|
![]() |
![]() |
![]() |
#8 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3301
|
Finchè mi guardo i dati, configura su vlan 1 il tcp segment size a 1400 e sulla dialer ip mtu 1450 e prova.
Se non va ancora, prova ad aggiungere sotto le interfacce atm e vlan "ip route-cache". |
![]() |
![]() |
![]() |
#9 |
Junior Member
Iscritto dal: Mar 2014
Messaggi: 20
|
Fatto. Niente.
("ip route-cache" l'ho messo sotto ATM0 e anche sotto ATM0.1). |
![]() |
![]() |
![]() |
#10 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3301
|
Tutto regolare sopra.
sh logging che dice? |
![]() |
![]() |
![]() |
#11 |
Junior Member
Iscritto dal: Mar 2014
Messaggi: 20
|
RomCisco#sh logging
Syslog logging: enabled (1 messages dropped, 7 messages rate-limited, 24 flushes, 0 overruns, xml disabled, filtering disabled) Console logging: level debugging, 6090 messages logged, xml disabled, filtering disabled Monitor logging: level debugging, 0 messages logged, xml disabled, filtering disabled Buffer logging: level warnings, 345 messages logged, xml disabled, filtering disabled Logging Exception size (4096 bytes) Count and timestamp logging messages: disabled No active filter modules. ESM: 0 messages dropped Trap logging: level informational, 6061 message lines logged Log Buffer (51200 bytes): *Mar 1 00:00:10.195: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up *Mar 1 01:09:54: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up *Mar 1 01:09:55: %LINK-3-UPDOWN: Interface FastEthernet3, changed state to up *Mar 1 01:09:55: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up *Mar 1 01:09:55: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up *Mar 1 01:09:55: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up *Mar 1 01:10:59: %LINK-3-UPDOWN: Interface ATM0, changed state to up *Mar 1 01:11:08: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up Jun 3 11:19:37: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 3 11:23:22: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to dow n Jun 3 11:23:29: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up Jun 3 11:37:50: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to dow n Jun 3 11:37:51: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to up Jun 3 11:47:56: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to dow n Jun 3 11:48:04: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up Jun 3 11:54:38: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to dow n Jun 3 11:54:39: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to up Jun 3 12:09:55: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 3 12:21:45: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 3 12:40:04: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 3 12:40:06: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 3 12:56:46: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 3 13:38:16: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 3 13:38:38: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 3 13:57:15: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to down Jun 3 13:57:17: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 3 13:58:09: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 3 15:38:30: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 3 15:38:32: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 3 15:39:21: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 3 15:53:28: %FW-4-ALERT_ON: getting aggressive, count (9/500) current 1-min rate: 501 Jun 3 15:54:14: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 256 Jun 3 17:54:52: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to dow n Jun 3 17:54:53: %LINK-3-UPDOWN: Interface ATM0, changed state to down Jun 3 17:56:25: %LINK-3-UPDOWN: Interface ATM0, changed state to up Jun 3 17:56:27: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to up Jun 3 17:56:51: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to dow n Jun 3 17:56:52: %LINK-3-UPDOWN: Interface ATM0, changed state to down Jun 3 17:57:45: %LINK-3-UPDOWN: Interface ATM0, changed state to up Jun 3 17:57:46: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to up Jun 3 18:41:55: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 3 18:42:07: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 3 21:24:20: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 3 21:24:42: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 3 21:29:16: %FW-4-ALERT_ON: getting aggressive, count (1/500) current 1-min rate: 501 Jun 3 21:30:08: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 196 Jun 3 23:31:26: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to down Jun 3 23:31:28: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 4 06:41:35: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 4 06:41:56: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 4 06:56:07: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 4 08:38:16: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 4 09:12:28: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 09:25:26: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 09:47:47: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 11:23:46: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to down Jun 4 11:23:48: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 4 11:24:08: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 4 11:39:43: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 4 12:27:26: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 4 12:46:18: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 13:34:27: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 13:36:18: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 14:28:15: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 14:33:53: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 14:33:55: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 14:39:25: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 14:39:57: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 14:51:54: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 4 14:55:23: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 14:55:26: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 16:02:40: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 16:25:38: %FW-4-ALERT_ON: getting aggressive, count (2/500) current 1-min rate: 501 Jun 4 16:26:33: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 204 Jun 4 16:29:12: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 16:36:50: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 16:37:47: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 16:38:26: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 16:39:38: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 16:41:02: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 16:43:29: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 16:46:14: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 16:46:49: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 16:49:15: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 16:49:21: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 16:56:09: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 17:18:08: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:21:56: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 17:27:06: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:31:21: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 17:31:24: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 17:31:30: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:32:08: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 17:32:35: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:34:29: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 17:35:02: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:41:49: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:41:59: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:42:01: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:42:04: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:42:06: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 17:42:08: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:42:10: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:57:49: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:57:58: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:58:01: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:58:08: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 17:58:12: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:58:17: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:58:20: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 17:58:37: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:00:05: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:00:08: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:00:17: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:00:19: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:00:21: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:00:24: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:00:28: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:01:26: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:01:28: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:01:31: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:01:34: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:17:52: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 4 18:18:13: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 4 18:26:57: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 4 18:34:41: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 4 18:34:43: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 4 18:35:22: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 4 18:36:10: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 4 18:39:20: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 4 18:39:22: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 4 18:40:06: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 4 18:40:43: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:40:45: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:44:02: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:44:46: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:44:50: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:45:52: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:45:55: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:46:47: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:47:24: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:47:26: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:47:35: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:47:46: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:48:41: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:48:43: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:48:46: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:48:50: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:49:06: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:49:26: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:49:38: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:49:59: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:50:05: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:52:40: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:52:48: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:52:51: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 18:52:56: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 18:52:59: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:02:55: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:03:04: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:03:06: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:03:11: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:03:29: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:03:45: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:03:48: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:03:54: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:03:57: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:03:59: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:04:26: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:04:32: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:04:36: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:04:45: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:04:48: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:05:43: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:07:46: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:07:48: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:12:42: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:13:40: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:13:42: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:13:44: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:13:49: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:13:52: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:14:07: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:14:12: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:14:32: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:14:40: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:15:10: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:15:22: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:15:33: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:16:11: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:16:58: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:17:01: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:17:14: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:20:15: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:20:22: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 19:38:34: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 4 19:39:12: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 4 21:30:03: %FW-4-ALERT_ON: getting aggressive, count (21/500) current 1-mi n rate: 501 Jun 4 21:30:57: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 384 Jun 4 21:31:19: %FW-4-ALERT_ON: getting aggressive, count (13/500) current 1-mi n rate: 501 Jun 4 21:32:13: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 121 Jun 4 21:33:29: %FW-4-ALERT_ON: getting aggressive, count (3/500) current 1-min rate: 501 Jun 4 21:34:01: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 296 Jun 4 21:57:23: %FW-4-ALERT_ON: getting aggressive, count (23/500) current 1-mi n rate: 501 Jun 4 21:58:05: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 356 Jun 4 22:32:35: %FW-4-ALERT_ON: getting aggressive, count (7/500) current 1-min rate: 501 Jun 4 22:33:25: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 360 Jun 4 22:40:09: %FW-4-ALERT_ON: getting aggressive, count (1/500) current 1-min rate: 501 Jun 4 22:40:35: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 232 Jun 4 22:40:45: %FW-4-ALERT_ON: getting aggressive, count (22/500) current 1-mi n rate: 501 Jun 4 22:41:36: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 49 Jun 4 22:46:53: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 5 07:57:09: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 5 07:57:11: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 5 07:57:59: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 5 07:58:02: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 5 08:27:16: %FW-4-ALERT_ON: getting aggressive, count (23/500) current 1-mi n rate: 501 Jun 5 08:28:53: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 344 Jun 5 09:06:11: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 5 09:12:23: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 5 09:16:52: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 5 09:16:56: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 5 09:42:16: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 5 10:14:16: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 5 10:20:47: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 5 10:23:16: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 5 10:23:19: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 5 10:41:00: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to dow n Jun 5 10:41:01: %LINK-3-UPDOWN: Interface ATM0, changed state to down Jun 5 10:42:25: %LINK-3-UPDOWN: Interface ATM0, changed state to up Jun 5 10:42:34: %LINK-3-UPDOWN: Interface ATM0, changed state to down Jun 5 10:43:35: %LINK-3-UPDOWN: Interface ATM0, changed state to up Jun 5 10:43:42: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to up Jun 5 10:44:47: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to dow n Jun 5 10:44:48: %LINK-3-UPDOWN: Interface ATM0, changed state to down Jun 5 10:45:45: %LINK-3-UPDOWN: Interface ATM0, changed state to up Jun 5 10:45:52: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to up Jun 5 10:48:46: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to dow n Jun 5 10:48:47: %LINK-3-UPDOWN: Interface ATM0, changed state to down Jun 5 10:49:35: %LINK-3-UPDOWN: Interface ATM0, changed state to up Jun 5 10:49:41: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to up Jun 5 11:37:31: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 5 12:13:09: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 5 12:14:47: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 5 12:14:49: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 5 12:15:09: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 5 12:22:14: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 5 14:43:25: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 5 14:48:15: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 5 16:50:29: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down .Jun 5 21:20:42: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up .Jun 5 21:21:04: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up .Jun 5 21:52:36: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up .Jun 5 21:58:02: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down .Jun 5 21:58:04: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up .Jun 5 21:58:46: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up .Jun 5 22:43:32: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up .Jun 5 23:07:07: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up .Jun 6 06:38:12: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up .Jun 6 06:38:24: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down .Jun 6 06:38:26: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up .Jun 6 06:38:34: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up .Jun 6 06:39:14: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up .Jun 6 07:17:55: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up .Jun 6 07:19:06: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up .Jun 6 07:31:50: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up .Jun 6 07:32:38: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up .Jun 6 07:36:02: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up .Jun 6 07:36:24: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up .Jun 6 07:39:39: %FW-4-ALERT_ON: getting aggressive, count (2/500) current 1-mi n rate: 501 .Jun 6 07:40:32: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rat e: 209 .Jun 6 07:47:11: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up .Jun 6 07:47:39: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down .Jun 6 08:40:09: %FW-4-ALERT_ON: getting aggressive, count (15/500) current 1-m in rate: 501 .Jun 6 08:40:42: %FW-4-ALERT_OFF: calming down, count (1/400) current 1-min rat e: 397 .Jun 6 08:43:06: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up .Jun 6 09:09:16: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 6 10:12:18: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 6 10:12:21: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 6 10:15:49: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 6 10:16:21: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 6 10:18:58: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 6 10:19:07: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 6 10:19:29: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to down Jun 6 10:19:31: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 6 11:31:26: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 6 11:31:28: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 6 11:32:14: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 6 11:32:16: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 6 12:18:54: %FW-4-ALERT_ON: getting aggressive, count (4/500) current 1-min rate: 501 Jun 6 12:20:07: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 114 Jun 6 14:10:25: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to down Jun 6 14:10:27: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 6 14:23:04: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 6 17:04:06: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 6 17:04:08: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 6 17:04:53: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 6 17:06:54: %FW-4-ALERT_ON: getting aggressive, count (11/500) current 1-mi n rate: 501 Jun 6 17:08:07: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 137 Jun 6 17:18:17: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 6 17:18:39: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 6 17:45:37: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 6 17:46:16: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 6 18:23:19: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 6 18:55:38: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 6 18:55:40: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 6 19:15:22: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 6 19:15:24: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 6 19:21:20: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 6 21:19:08: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 6 21:19:29: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 6 21:25:33: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to down Jun 6 21:27:55: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 6 21:43:19: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 6 21:43:21: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 6 21:44:11: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 6 21:46:59: %FW-4-ALERT_ON: getting aggressive, count (12/500) current 1-mi n rate: 501 Jun 6 21:47:56: %FW-4-ALERT_OFF: calming down, count (0/400) current 1-min rate : 301 Jun 6 22:27:32: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 6 23:16:24: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to down Jun 7 06:43:23: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 7 06:43:25: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 7 06:44:10: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 7 07:57:40: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to down Jun 7 08:55:33: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up Jun 7 09:06:37: %LINK-3-UPDOWN: Interface FastEthernet2, changed state to up Jun 7 09:11:26: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 7 09:14:39: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 7 09:14:41: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 7 09:52:49: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 7 09:54:47: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 7 10:00:48: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 7 10:01:46: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 7 10:03:51: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 7 10:03:56: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 7 10:06:23: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 7 10:24:49: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 7 10:28:18: %LINK-3-UPDOWN: Interface Virtual-Access3, changed state to dow n Jun 7 10:29:52: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 7 10:29:56: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 7 10:31:00: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up Jun 7 11:10:11: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 7 11:26:21: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up Jun 7 13:16:55: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to down Jun 7 13:45:59: %LINK-3-UPDOWN: Interface FastEthernet1, changed state to up |
![]() |
![]() |
![]() |
#12 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3301
|
Guarda qui anche:
https://supportforums.cisco.com/docu...arning-message Con i torrent funziona tutto sì? Ultima modifica di Wolfhwk : 07-06-2014 alle 13:12. |
![]() |
![]() |
![]() |
#13 | |
Junior Member
Iscritto dal: Mar 2014
Messaggi: 20
|
Ho provato, inutilmente, la coppia di comandi consigliata nel sito.
Torrent ed emule funziano. Il mistero resta fitto. Ti ringrazio del tempo che mi hai dedicato. Quote:
|
|
![]() |
![]() |
![]() |
#14 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3301
|
Dovresti fare una configurazione minimale, senza SDM.
copy start tftp (il tftpd sul tuo pc per un backup) erase start reload Ovviamente da console. Per la config minimale, ti basta il nat, la LAN, il dialer 0 e stop. Se hai bisogno sono qui. Per la configurazione del dialer 0 con telecom, ti limiti come di seguito: copio e incollo. interface Dialer0 description CONNESSIONE ADSL ALICE ip address negotiated ip nat outside encapsulation ppp dialer pool 1 no cdp enable ppp chap hostname alice ppp chap password 7 xxxxxxx ppp pap sent-username alice password 7 xxxxxxxx --------- interface ATM0 description ADSL INTERFACCIA ATM no ip address no atm ilmi-keepalive pvc 8/35 dialer pool-member 1 protocol ppp dialer ! dsl operating-mode auto Se hai dimestichezza con IOS, in 10 minuti hai configurato il minimale. Solo dopo copi/incolli le righe di codice per il firewall. |
![]() |
![]() |
![]() |
#15 |
Junior Member
Iscritto dal: Mar 2014
Messaggi: 20
|
Non ho dimestichezza con IOS, quindi ci ho messo alcune ore, intervallate da vari impegni
![]() Comunque l'inghippo sembra sia questa riga: ip inspect name SDM_LOW https se la tolgo va tutto a posto, se la rimetto fa i capricci. Non saprei perchè fa così, comunque grazie infinite. |
![]() |
![]() |
![]() |
#16 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3301
|
Come lo hai scoperto? Aggiungendo righe di codice via via? Oppure hai fatto la ricerca nel web?
Comunque, comportamento anomalo ![]() |
![]() |
![]() |
![]() |
#17 |
Junior Member
Iscritto dal: Mar 2014
Messaggi: 20
|
Aggiungendo righe di codice via via, a blocchi sempre più piccoli, come del resto mi avevi suggerito
Fra l'altro con questo sistema ho preso vari abbagli, spero che non faccia altri scherzi .... |
![]() |
![]() |
![]() |
#18 |
Senior Member
Iscritto dal: Jul 2008
Messaggi: 3301
|
Ok, grazie dell' informazione. Speriamo funzioni tutto, sennò mi trovi sempre qui in caso.
|
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 15:33.