Premetto che mi trovo in una zona digital-divisa coperta nel 2003-2004 da telecom con il progetto antidigitaldivide e quindi sotto miniDSLAM maledetto.
Ho da poco configurato un cisco 837 regalatomi da un amico e tutto funziona bene... mi chiedevo però: visto che sui cisco si può configurare di tutto c'è magari un modo per abbassare la latenza e migliorare il jittering?
Succede di solito che la latenza vari in base alle ore della giornata... e molto dipende dal primo hop che trovo dopo il mio router (ma lo vedrete dal trace route), che fra l'altro è telecom (nel nome host).
E' possibile usando i protocolli di routing saltare questo hop ed inserire direttamente quello successivo???
Faccio questa domanda perchè la variazione di latenza avviene di botto, per esempio, appena scatta la mezzanotte, come se il router al quale sono collegato mi abbassasse la banda (naturalmente quando si alza la latenza si abbassa anche la velocità). posto tracert e config.
Codice: Seleziona tutto
hostname casa
!
boot-start-marker
boot-end-marker
!
memory-size iomem 5
enable secret 5 XXXX
!
no aaa new-model
ip subnet-zero
!
!
ip audit notify log
ip audit po max-events 100
ip ssh break-string
no ftp-server write-enable
!
!
!
no crypto isakmp enable
!
!
!
!
interface Ethernet0
ip address 192.168.1.254 255.255.255.0
ip nat inside
hold-queue 100 out
!
interface ATM0
no ip address
no ip route-cache
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
protocol ppp dialer
dialer pool-member 1
!
bundle-enable
dsl operating-mode auto
!
interface Dialer0
bandwidth 640
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap hostname XXXXXXXXXX
ppp chap password 0 XXXX
ppp pap sent-username xxxxx password 0 xxxxxx
!
ip nat inside source list 1 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
control-plane
!
!
line con 0
no modem enable
transport preferred all
transport output all
line aux 0
transport preferred all
transport output all
line vty 0 4
password XXXX
login
transport preferred all
transport input all
transport output all
!
scheduler max-task-time 5000
!
end
Codice: Seleziona tutto
ATU-R (DS) ATU-C (US)
Modem Status: Showtime (DMTDSL_SHOWTIME)
DSL Mode: ITU G.992.1 (G.DMT)
ITU STD NUM: 0x01 0x01
Vendor ID: 'ALCB' 'IFTN'
Vendor Specific: 0x0000 0x7170
Vendor Country: 0x00 0xB5
Capacity Used: 10% 37%
Noise Margin: 36.5 dB 29.0 dB
Output Power: 16.0 dBm 10.5 dBm
Attenuation: 13.0 dB 5.0 dB
Defect Status: None None
Last Fail Code: None
Selftest Result: 0x00
Subfunction: 0x15
Interrupts: 653 (1 spurious)
Activations: 2
Init FW: embedded
Operartion FW: embedded
SW Version: 3.9.220
FW Version: 0x1A04
Interleave Fast Interleave Fast
Speed (kbps): 800 0 320 0
Reed-Solomon EC: 0 0 0 0
CRC Errors: 0 0 0 0
Header Errors: 0 0 0 0
Bit Errors: 0 0
BER Valid sec: 0 0
BER Invalid sec: 0 0
LOM Monitoring : Disabled
DMT Bits Per Bin
00: 0 0 0 0 0 0 0 0 0 2 3 4 4 5 5 6
10: 6 5 6 6 6 6 6 5 5 4 3 3 3 3 0 0
20: 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 2
30: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
40: 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
50: 2 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0
60: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
70: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
80: 0 0 0 0 0 2 0 0 2 2 2 2 2 2 2 2
90: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
A0: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
B0: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
C0: 2 2 2 2 2 2 2 2 2 2 0 0 0 0 2 2
D0: 0 0 0 2 2 2 2 0 2 2 2 0 2 0 2 2
E0: 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0
F0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Training log buffer capability is not enabled yet.
Codice: Seleziona tutto
1 * * *
2 * * *
3 93.179.134.197 128 msec 128 msec 140 msec
4 212.151.131.206 124 msec 188 msec 204 msec
5 * * *
6 93.179.134.49 148 msec 128 msec 108 msec
7 85.205.26.153 104 msec 188 msec 168 msec
8 217.29.66.2 168 msec 324 msec 284 msec
9 212.239.110.46 256 msec 228 msec 284 msec
10 81.174.0.246 276 msec 296 msec 272 msec
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 *
grazie in anticipo.. anche se gia so di avere poche speranze[/code]