Richiesta configurazione Cisco 2610xm con Infostrada

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

Moderatore: Federico.Lagni

Rispondi
Faberiz
Cisco fan
Messaggi: 25
Iscritto il: sab 19 nov , 2005 6:28 pm

Buongiorno, purtroppo di Router non ci capisco nulla, ho già provato ad inserire qualche configurazione inserita da altri utenti, ma non funziona nulla.
Le uniche cose che ho sono i parametri configurativi, e sono i seguenti:

Protocollo: PPPoE Encapsulation: LLC VPI: 8 VCI:35

DNS Primario: 193.70.192.25
DNS Secodario: 193.70.152.25
con indirizzo dinamico

Router CISCO 2610XM

Con tanta gentilezza mi sapreste postare una configurazione per poter inserire nel router e farlo funzionare?

Ringrazio sin d'ora a chi riuscirà ad aiutarmi a questo problema



GRAZIE
Avatar utente
MaiO
Messianic Network master
Messaggi: 1083
Iscritto il: sab 15 ott , 2005 10:55 am
Località: Milano
Contatta:

Guarda qui http://www.ngi.it/f5/guide/cisco_837.asp

Nonostante sia per NGI dovrebbe andarti bene.

Ciao
-=] MaiO [=-
Faberiz
Cisco fan
Messaggi: 25
Iscritto il: sab 19 nov , 2005 6:28 pm

Grazie ora vedo se funge

Ciao
Faberiz
Cisco fan
Messaggi: 25
Iscritto il: sab 19 nov , 2005 6:28 pm

purtroppo ho provato ma il router non fa nulla ela connessione non avviene

Cosa si puo' fare?

Mi potreste aiutare

Ciao
Avatar utente
MaiO
Messianic Network master
Messaggi: 1083
Iscritto il: sab 15 ott , 2005 10:55 am
Località: Milano
Contatta:

POsta la configurazione.

Ciao
-=] MaiO [=-
Faberiz
Cisco fan
Messaggi: 25
Iscritto il: sab 19 nov , 2005 6:28 pm

Buongiorno questa è la configurazione presa da NGI.it come suggerito:

Questi sono i parametri che libero mi propone:
Protocollo: PPPoE - Encapsulation: LLC - VPI: 8 - VCI: 35
Collegamento:
l Indirizzo IP: assegnato dal server
l Indirizzi DNS: assegnati dal server
Se vuoi configurare manualmente i server DNS, questi sono gli indirizzi da inserire:
l DNS primario: 193.70.192.25
DNS secondario: 193.70.152.25


Questa è la configurazione che ho inserito sul cisco 2610XM:


service timestamps debug datetime msec
service timestamps log uptime
service password-encryption
!
hostname Libero-Router
!
enable password password
!
username user password 0 password
!
ip subnet-zero
ip domain name libero.it
ip name-server 193.70.192.25
ip name-server 193.70.152.25
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool LOCAL
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 193.70.192.25 193.70.152.25
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip mroute-cache
no shutdown
!
interface ATM0
no ip addr
no ip mroute-cache
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
protocol ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
hold-queue 224 in
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp pap sent-username xxxx@liberolight password xxxxxxx
!
ip nat inside source list 101 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
line vty 0 4
login local



Grazie per l'aiuto
Avatar utente
MaiO
Messianic Network master
Messaggi: 1083
Iscritto il: sab 15 ott , 2005 10:55 am
Località: Milano
Contatta:

Dovrebbe andare bene. Fai un "show int" e posta il risultato.

Ciao
-=] MaiO [=-
Faberiz
Cisco fan
Messaggi: 25
Iscritto il: sab 19 nov , 2005 6:28 pm

facendo il comando:
show int atm 0 mi dice che è tutto down

e non funge nulla
puccibox73
n00b
Messaggi: 14
Iscritto il: ven 08 lug , 2005 2:32 pm

...atm0 down ?
forse e' administratively down, hai fatto un password recovery?

cmq prova a fare

Router# conf t
Router#(config) int atm0
Router#(config-if) no shutdown
Router#(config-if)end

e poi stessa cosa per l'interfaccia e0 (Ethernet0)

vedi se cosi' va...
ciao
Faberiz
Cisco fan
Messaggi: 25
Iscritto il: sab 19 nov , 2005 6:28 pm

Buonasera posto due configurazioni inserite nel cisco 2610 xm ma ad oggi pur avendo sia la fasteternhrt e atm up non funziona un casis dando il comando show dsl interface atm 0 mi dice 4850 230 cioè la velocitaò di connessione, ma morale della favola in rete non si va

mi potreste aiutare a far funzionare questo router sia con la rete imnternet e programmi p2p tipo emule ecc..

ecco le config:

1° configurazione

no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname cisco
!
no logging buffered
enable secret 5 xxx
!
username cisco password 0 xxxx
no aaa new-model
ip subnet-zero
no ip domain lookup
ip name-server 193.70.152.25
ip name-server 193.70.192.25
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool CLIENT
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
lease 0 2
!
!
ip inspect name myfw cuseeme timeout 3600
ip inspect name myfw ftp timeout 3600
ip inspect name myfw rcmd timeout 3600
ip inspect name myfw realaudio timeout 3600
ip inspect name myfw smtp timeout 3600
ip inspect name myfw udp timeout 15
ip inspect name myfw tcp timeout 3600
ip inspect name myfw h323 timeout 3600
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
interface fastEthernet0/0
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
hold-queue 100 out
no shutdown
!
interface ATM0/0
no ip address
atm vc-per-vp 64
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
no shutdown

interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer remote-name redback
dialer-group 1
ppp authentication pap chap callin
ppp chap hostname xxx@liberolight
ppp chap password 7 01150308520509
ppp pap sent-username xxx@liberolight password 7 xxx
ppp ipcp dns request
ppp ipcp wins request
!
ip nat translation timeout 3600
ip nat translation tcp-timeout 3600
ip nat translation max-entries 6000
ip nat inside source list 102 interface Dialer1 overload
ip nat inside source static tcp 10.10.10.2 4662 interface Dialer1 4662
ip nat inside source static udp 10.10.10.2 4672 interface Dialer1 4672
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
no ip http secure-server
!
logging trap debugging
logging 10.10.10.2
access-list 23 permit 10.10.10.0 0.0.0.255
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
access-list 111 permit tcp any any eq ftp
access-list 111 permit tcp any any eq 22
access-list 111 permit udp any any eq 4672
access-list 111 permit tcp any any eq 4662
access-list 111 permit tcp any any eq 6881
access-list 111 permit icmp any any administratively-prohibited
access-list 111 permit icmp any any echo
access-list 111 permit icmp any any echo-reply
access-list 111 permit icmp any any packet-too-big
access-list 111 permit icmp any any time-exceeded
access-list 111 permit icmp any any traceroute
access-list 111 permit icmp any any unreachable
access-list 111 permit udp any eq domain any
access-list 111 permit esp any any
access-list 111 permit udp any any eq isakmp
access-list 111 permit gre any any
access-list 111 permit tcp any any established
access-list 111 deny ip any any log
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 120 0
no modem enable
stopbits 1
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
!
end

P.S. i comandi inspect non li accetta


2° configurazione

version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip finger
!
no ip dhcp-client network-discovery
vpdn enable
no vpdn logging
!
vpdn-group 1
request-dialin
protocol pppoe
!
!
!
!
interface fastEthernet0/0
ip address 10.10.10.1 255.255.255.0
ip nat inside
no shutdown
!
interface ATM0
no ip address
no shutdown
no atm ilmi-keepalive
pvc 8/35
protocol pppoe
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
hold-queue 224 in
!
interface Dialer1
ip address negotiated
ip access-group 111 in
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username benvenuto password 7 06091C31455A0C
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
ip nat inside source list 101 interface Dialer1 overload
access-list 101 permit ip 10.10.10.0 0.0.0.255 any
!
line con 0
transport input none
stopbits 1
line vty 0 4
login
!
scheduler max-task-time 5000
end


P.S. il comando transport non lo accetta


detto questo mi postereste voi una config adeguata a questo tipo di router, lo so che nel forum ce ne sono tante.....ma sinceramente mi sto impiccando, me lo dareste un vostro valido aiuto?

ringrazio a tutti voi e spero in un valoroso aiuto


Grazie
Faberiz
Cisco fan
Messaggi: 25
Iscritto il: sab 19 nov , 2005 6:28 pm

Salve a tutti vedo che non mi pensate assolutamente, soltanto perchè sto chiedendo aiuto, è così difficile ?
Avatar utente
TheIrish
Site Admin
Messaggi: 1840
Iscritto il: dom 14 mar , 2004 11:26 pm
Località: Udine
Contatta:

Postersti uno show interfaces completo?
Faberiz
Cisco fan
Messaggi: 25
Iscritto il: sab 19 nov , 2005 6:28 pm

Questa è la configurazione che ho inserito sul cisco 2610XM:


service timestamps debug datetime msec
service timestamps log uptime
service password-encryption
!
hostname Libero-Router
!
enable password password
!
username user password 0 password
!
ip subnet-zero
ip domain name libero.it
ip name-server 193.70.192.25
ip name-server 193.70.152.25
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool LOCAL
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 193.70.192.25 193.70.152.25
!
interface fastEthernet0/0
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip mroute-cache
no shutdown
!
interface ATM0/0
no ip addr
no ip mroute-cache
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
protocol ppp dialer
dialer pool-member 1
no shutdown
!
dsl operating-mode auto
hold-queue 224 in
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp pap sent-username xxxxx@liberolight password xxxxxxx
!
ip nat inside source list 101 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
line vty 0 4
login local


Show int

Libero-Router#sh int
ATM0/0 is up, line protocol is up
Hardware is DSLSAR (with Alcatel ADSL Module)
MTU 4470 bytes, sub MTU 4470, BW 320 Kbit, DLY 6400 usec,
reliability 219/255, txload 1/255, rxload 1/255
Encapsulation ATM, loopback not set
Encapsulation(s): AAL5 AAL2, PVC mode
23 maximum active VCs, 256 VCs per VP, 1 current VCCs
VC Auto Creation Disabled.
VC idle disconnect time: 300 seconds
Last input never, output 00:00:00, 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
350 packets input, 3947 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
351 packets output, 9226 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 output buffer failures, 0 output buffers swapped out

FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is 000c.cee8.8280 (bia 000c.cee8.8280)
Internet address is 192.168.1.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:50, output 00:00:02, 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/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
86 packets input, 12416 bytes
Received 72 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
84 packets output, 14717 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
3 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out

Serial0/0 is administratively down, line protocol is down
Hardware is PowerQUICC Serial
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input never, output never, output hang never
Last clearing of "show interface" counters 00:09:41
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/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1158 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 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 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=down DSR=down DTR=down RTS=down CTS=down

Virtual-Access1 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1492 bytes, BW 100000 Kbit, DLY 100000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Base PPPoE vaccess, loopback not set
DTR is pulsed for 5 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 00:10:13
Input queue: 0/4096/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
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, 0 interface resets
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Virtual-Access2 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1500 bytes, BW 100000 Kbit, DLY 100000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Base PPPoATM vaccess, loopback not set
DTR is pulsed for 5 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 00:10:15
Input queue: 0/4096/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
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, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Virtual-Access3 is up, line protocol is down
Hardware is Virtual Access interface
MTU 1500 bytes, BW 56 Kbit, DLY 100000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Listen
PPPoATM vaccess, cloned from Dialer0
Bound to ATM0/0 VCD: 1, VPI: 8, VCI: 35, loopback not set
DTR is pulsed for 5 seconds on reset
Interface is bound to Di0 (Encapsulation PPP)
Last input 00:00:03, output never, output hang never
Last clearing of "show interface" counters 00:10:16
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 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
498 packets input, 5612 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
500 packets output, 9125 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Dialer0 is up, 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
Interface is bound to Vi3
Last input never, output never, output hang never
Last clearing of "show interface" counters 00:11:18
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
Bound to:
Virtual-Access3 is up, line protocol is down
Hardware is Virtual Access interface
MTU 1500 bytes, BW 56 Kbit, DLY 100000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Listen
PPPoATM vaccess, cloned from Dialer0
Bound to ATM0/0 VCD: 1, VPI: 8, VCI: 35, loopback not set
DTR is pulsed for 5 seconds on reset
Interface is bound to Di0 (Encapsulation PPP)
Last input 00:00:00, output never, output hang never
Last clearing of "show interface" counters 00:11:18
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 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
544 packets input, 6120 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
544 packets output, 9928 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Rispondi