Cisco 827h e alice 7mb
Inviato: ven 29 gen , 2010 11:02 am
Ciao a tutti e piacere di conoscervi.
Mi sono appena registrato sul forum e diciamo sono nuovo al mondo cisco.
Da poco ho preso un 827H per configurarlo a casa con l'alice 7mega.
Su internet ho trovato tantissime guide su come configurarlo ed infatti mi sono cimentato in quest'avventura
Purtropponon sono riuscito a farlo partire... prima di tutto ho pensato ad una mia inettitudine
ma forse potrà anche essere la linea telecom?? Di seguito vi posto tutte le mie configurazioni con la speranza di qualche anima pia mi dia una mano
Ciao e grazie,
Lain
il dubbio che mi viene è leggere "ATM0 is down, line protocol is down" ma posso sbagliarmi. Di seguito anche la mia configurazione togliendo la parte di passwd
ho provato anche sull'interface dialer:
encapsulation aal5snap
protocol ppp dialer
dialer pool-member 1
ma niente
grazie a tutti!
Mi sono appena registrato sul forum e diciamo sono nuovo al mondo cisco.
Da poco ho preso un 827H per configurarlo a casa con l'alice 7mega.
Su internet ho trovato tantissime guide su come configurarlo ed infatti mi sono cimentato in quest'avventura

Purtropponon sono riuscito a farlo partire... prima di tutto ho pensato ad una mia inettitudine


Ciao e grazie,
Lain
Codice: Seleziona tutto
Cisco827h#show interfaces atm 0
ATM0 is down, line protocol is down
Hardware is PQUICC_SAR (with Alcatel ADSL Module)
MTU 1500 bytes, sub MTU 1500, BW 800 Kbit, DLY 80 usec,
reliability 0/255, txload 1/255, rxload 1/255
Encapsulation ATM, loopback not set
Encapsulation(s): AAL5 AAL2, PVC mode
10 maximum active VCs, 1024 VCs per VP, 0 current VCCs
VC Auto Creation Disabled.
VC idle disconnect time: 300 seconds
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/224/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: Per VC Queueing
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 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
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
Cisco827h#show interfaces dialer 0
Dialer0 is up (spoofing), line protocol is up (spoofing)
Hardware is Unknown
Internet address will be negotiated using IPCP
MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, loopback not set
DTR is pulsed for 1 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 00:23:48
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
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 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes
0 packets output, 0 bytes
Cisco827h#show interfaces ethernet 0
Ethernet0 is up, line protocol is up
Hardware is PQUICC Ethernet, address is 000c.305a.7c8c (bia 00c.305a.7c8c)
Internet address is 192.168.0.1/24
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 10Mb/s
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:01:08, output 00:00:07, 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/100 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
1795 packets input, 109976 bytes, 0 no buffer
Received 14 broadcasts, 0 runts, 0 giants, 0 throttles
6 input errors, 0 CRC, 0 frame, 0 overrun, 6 ignored
0 input packets with dribble condition detected
1911 packets output, 122745 bytes, 0 underruns
0 output errors, 54 collisions, 1 interface resets
0 babbles, 0 late collision, 6 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Codice: Seleziona tutto
Cisco827h#show configuration
Using 1370 out of 131072 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco827h
!
logging queue-limit 100
enable secret 5 $1$11111
enable password 7 111111111
!
ip subnet-zero
ip tcp mss 1453
no ip dhcp conflict logging
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool CLIENT
import all
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 151.99.125.2
lease infinite
!
!
!
!
interface Ethernet0
ip address 192.168.0.1 255.255.255.0
ip nat inside
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode ansi-dmt
hold-queue 224 in
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1453
dialer pool 1
ppp authentication chap callin
ppp pap sent-username aliceadsl password 7 11111111
!
ip nat inside source list 1 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
!
!
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 23 permit 10.10.10.0 0.0.0.255
!
line con 0
exec-timeout 120 0
stopbits 1
line vty 0 4
access-class 23 in
exec-timeout 120 0
password 7 1111111111
login
length 0
!
scheduler max-task-time 5000
end
encapsulation aal5snap
protocol ppp dialer
dialer pool-member 1
ma niente
grazie a tutti!