Configurazione 2610 + adsl + PPPoE + Alice ADSL 7 Mb Home

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

Moderatore: Federico.Lagni

Rispondi
bruno.davide
n00b
Messaggi: 21
Iscritto il: sab 24 mag , 2008 1:41 pm

Buona sera,
sperando di essere utile, posto la configurazione perfettamente funzionante del mio Cisco 2610 con Wic ADSl, abbonamento Alice ADSL 7 Mega residenziale con Ip Dinamico.
Ho anche configurato il DHCP.

Saluti


Router#sh run
Building configuration...

Current configuration : 1576 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
ip cef
!
!
ip name-server 85.37.17.52
ip name-server 85.38.28.92
ip dhcp excluded-address 192.168.1.254
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip name-server 85.37.17.52
ip name-server 85.38.28.92
ip dhcp excluded-address 192.168.1.254
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.200 192.168.1.254
!
ip dhcp pool client
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
lease 0 2
!
ip audit po max-events 100
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
!
!
!
!
!
!
!
!
interface ATM0/0
no ip address
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
hold-queue 224 in
!
interface ATM0/0.1 point-to-point
pvc 8/35
pppoe-client dial-pool-number 1
!
!
!
interface Ethernet0/0
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
half-duplex
hold-queue 100 out
!
interface Serial0/1
no ip address
shutdown
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
ppp authentication chap callin
ppp chap hostname aliceadsl
ppp chap password 0 aliceadsl
ppp ipcp dns request
ppp ipcp wins request
!
ip nat inside source list 1 interface Dialer1 overload
no ip http server
Clockys
n00b
Messaggi: 20
Iscritto il: gio 26 mar , 2009 11:12 am

ho messo questa conf come suggerito da ep

Codice: Seleziona tutto

!
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
ip cef
!
!
ip name-server 85.37.17.9
ip name-server 85.38.27.75
ip dhcp excluded-address 192.168.1.254
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.200 192.168.1.254
!
ip dhcp pool client
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
lease 0 2
!
ip audit po max-events 100
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
!
!
!
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
hold-queue 224 in
!
interface ATM0.1 point-to-point
pvc 8/35
pppoe-client dial-pool-number 1
!
!
!
interface FastEthernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
half-duplex
hold-queue 100 out
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
ppp authentication chap callin
ppp chap hostname aliceadsl
ppp chap password 0 aliceadsl
ppp ipcp dns request
ppp ipcp wins request
!
ip nat inside source list 1 interface Dialer1 overload
no ip http server
!
solo che quando vado ad attivare la atm0 (facendo no shut nella conf)

comincia questa tarantella

Codice: Seleziona tutto

*Mar  1 09:20:52.195: %DIALER-6-BIND: Interface Vi1 bound to profile Di1
*Mar  1 09:20:52.199: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up
*Mar  1 09:20:52.563: %DIALER-6-UNBIND: Interface Vi1 unbound from profile Di1
*Mar  1 09:20:52.567: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to down
*Mar  1 09:21:14.747: %DIALER-6-BIND: Interface Vi1 bound to profile Di1
*Mar  1 09:21:14.751: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up
*Mar  1 09:21:15.151: %DIALER-6-UNBIND: Interface Vi1 unbound from profile Di1
*Mar  1 09:21:15.155: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to down

si alterna up/down ... tipo altalena ghgh

cosa posso fare anche solo per capire che problema c'ha? ...

Grazie :)
Clockys
n00b
Messaggi: 20
Iscritto il: gio 26 mar , 2009 11:12 am

ho sbagliato a postare .. scusate :(
Rispondi