Cisco 867 & Alice Business 20M ADAPTIVE 1M f naked

Tutto ciò che ha a che fare con la configurazione di apparati Cisco (e non rientra nelle altre categorie)

Moderatore: Federico.Lagni

Rispondi
gazzinet
n00b
Messaggi: 2
Iscritto il: dom 19 mag , 2013 8:25 pm

Ho un problema che ci sto sbattendo la testa da un po' non riesco ad instaurare la punto a punto.. e mi ritrovo:


yourname#ping 37.207.185.58
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 37.207.185.58, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
yourname#show controller vdsl 0
Controller VDSL 0 is UP

Daemon Status: NA

XTU-R (DS) XTU-C (US)
Chip Vendor ID: 'BDCM' 'BDCM'
Chip Vendor Specific: 0x0000 0xA1F2
Chip Vendor Country: 0xB500 0xB500
Modem Vendor ID: 'CSCO' 'BDCM'
Modem Vendor Specific: 0x4602 0xA1F2
Modem Vendor Country: 0xB500 0xB500
Serial Number Near: GMK123800Y8 867VAE-K 15.1(4)M
Serial Number Far:
Modem Version Near: 15.1(4)M
Modem Version Far: 0xA1F2

Modem Status: TC Sync (Showtime!)
DSL Config Mode: AUTO
Trained Mode: G.992.5 (ADSL2+) Annex A
TC Mode: ATM
Selftest Result: 0x00
DELT configuration: disabled
DELT state: not running
Trellis: ON ON
Line Attenuation: 18.0 dB 11.3 dB
Signal Attenuation: 18.0 dB 10.8 dB
Noise Margin: 6.0 dB 7.5 dB
Attainable Rate: 23412 kbits/s 1141 kbits/s
Actual Power: 18.5 dBm 12.1 dBm
Total FECS: 509 0
Total ES: 0 0
Total SES: 0 0
Total LOSS: 0 0
Total UAS: 55 55
Total LPRS: 0 0
Total LOFS: 0 0
Total LOLS: 0 0
Bit swap: 333 4

Full inits: 1
Failed full inits: 1
Short inits: 1
Failed short inits: 0

Con questa configurazione:

vtp domain cisco
vtp mode transparent
username cisco privilege 15 secret 4 WfSPfeI2z2UGRawXTtfqb.p33QNqlEJKwm3mvGYjviA
username ccpuser privilege 15 secret 4 920vXmL/C1YOSXfIRCBhykAEdNU79Rvo7BJtJmzx/Xc
!
!
controller VDSL 0
!
!
!
!
!
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
ip address 37.207.185.58 255.255.255.252
ip nat outside
ip virtual-reassembly in
pvc 8/35
oam-pvc manage
oam retry 5 5 1
encapsulation aal5snap
!
!
interface Ethernet0
ip address 85.45.100.249 255.255.255.248 secondary
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
no keepalive
hold-queue 100 out
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface GigabitEthernet0
no ip address
!
interface GigabitEthernet1
no ip address
shutdown
duplex auto
speed auto
!
interface Vlan1
description $ETH_LAN$
ip address 10.10.10.1 255.255.255.248
ip tcp adjust-mss 1452
!
ip forward-protocol nd
no ip http server
ip http access-class 23
ip http authentication local
no ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
ip nat pool inter 85.45.100.249 85.45.100.249 netmask 255.255.255.248
ip route 0.0.0.0 0.0.0.0 ATM0.1
!

In cosa sto sbagliando? Sicuramente ho sbagliato qualche configurazione.. ma non capisco..

HELP GazziNEt
scolpi
Network Emperor
Messaggi: 337
Iscritto il: sab 30 ott , 2010 5:33 pm

prova a fare il debug atm:

debug atm packet

e posta qua, magari ci dice qualcosa di utile, poi mi sembra che il nat è incompleto, manca il comando ip nat inside source ecc....
CCNA Security,CCDP, CCNP R&S
gazzinet
n00b
Messaggi: 2
Iscritto il: dom 19 mag , 2013 8:25 pm

.. Sono un po' arruginito.. ho attivato il debug ma ora negli 867 non c'e' più il ter mon per la visualizzazione del debug?

Perchè la cosa che non capisco è perché possa fallire la comunicazione atm:

Modem Status: TC Sync (Showtime!)
DSL Config Mode: ADSL2+
Trained Mode: G.992.5 (ADSL2+) Annex A
TC Mode: ATM
Selftest Result: 0x00
DELT configuration: disabled
DELT state: not running
Trellis: ON ON
Line Attenuation: 18.0 dB 4.6 dB
Signal Attenuation: 18.0 dB 10.9 dB
Noise Margin: 12.1 dB 13.2 dB
Attainable Rate: 19280 kbits/s 957 kbits/s
Actual Power: 18.7 dBm 12.3 dBm
Total FECS: 267 0
Total ES: 0 0
Total SES: 0 0
Total LOSS: 0 0
Total UAS: 114 114
Total LPRS: 0 0
Total LOFS: 0 0
Total LOLS: 0 0
Bit swap: 0 0

Full inits: 2
Failed full inits: 2
Short inits: 2
Failed short inits: 0

E sinceramente.. cosa ha sostituito ter mon ?

Saluti
GazziNet
scolpi
Network Emperor
Messaggi: 337
Iscritto il: sab 30 ott , 2010 5:33 pm

forse non hai attivo il logging consol, abilitalo e vedi se va. Con sh logg vedi se ti ha dato messaggi di debug.
CCNA Security,CCDP, CCNP R&S
Rispondi