Pagina 1 di 2

Possibile

Inviato: mar 21 set , 2010 9:37 am
da bebop
Ciao a tutti, è possibile che non riesco a collegare 2 2511?
Vi spiego: li ho collegati con cavo dte/dce. Quando tiro su le interfaccie una risulta down e l'altra up. Ho pensato che l'interfaccia che risulta down sia guasta pero' quando faccio show controllers serial 0 mi dice il cavo attaccato alla porta se è dte o dce.
Ovviamente sul dce ho anche settato "clock rate 64000". Ma non funziona.
Possibile che un'interfaccia non funzioni ma "senta" il tipo cavo che ha attaccato?

Inviato: mar 21 set , 2010 12:10 pm
da Gianremo.Smisek
puoi postare la config?

magari hai dimenticato un "no shutdown"

ciao

Inviato: mer 22 set , 2010 7:19 am
da bebop
Building configuration...

Current configuration:
!
version 11.0 pin
service password-encryption
service udp-small-servers sho
service tcp-small-servers
!
hostname cisco2511
!
enable secret 5 $1$IGau$jLee7YrH.6LjuT1hBCtjO5/
!
no ip domain-lookup
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
ip address 150.35.10.1 255.255.255.252
clockrate 64000
!
interface Serial1
no ip address
!


line con 0
line 1 16
transport input all
line aux 0
transport input all
line vty 0
password 7 130816000803493E
login
line vty 1
password 7 141A13190F0B673F
login
line vty 2
password 7 1214040511044110
login
line vty 3
password 7 03095A1905006C58
login
line vty 4
password 7 1214040511044110
login
!
end

Inviato: mer 22 set , 2010 11:23 am
da valerio1976
ciao prova a configurare le porte cosi:


interface serial0.1 point-to-point

ip address 150.35.10.1 255.255.255.252

frame-relay interface-dlci 1



ciao

Inviato: mer 22 set , 2010 12:14 pm
da Gianremo.Smisek
@valerio:

tu usi framerelay per connettere semplicemente due router in back-to-back? ^_^

@bebop

la cfg dell'altro router?


ciao!

Inviato: mer 22 set , 2010 12:38 pm
da valerio1976
@ciao intel ho come l'impessione che ho scritto una cazzata :) è la stanchezza di stare in questo postaccio all'estero! :(

ecco la conf

interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.1.2 255.255.255.252
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end


R1#
R1#ping 192.168.1.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 3/5/13 ms

interface Serial0/1/0
ip address 192.168.1.1 255.255.255.252
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4

r0#ping 192.168.1.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 3/4/6 ms

r0#

Inviato: mer 22 set , 2010 1:12 pm
da Gianremo.Smisek
yep, esatto. Senza frame-relay :D

Altrimenti rischia di confondere bebop :D

Inviato: ven 24 set , 2010 10:29 am
da bebop
Scusate il ritardo ma ho avuto 2 giorni difficili :?

questo è l'altro router:


Building configuration...

Current configuration:
!
version 11.2
no service password-encryption
service udp-small-servers
no service tcp-small-servers
!
hostname 2511-second
!
!
!
username max password 7 082C4D56
frame-relay switching
!
interface Ethernet0
no ip address
no ip route-cache
no ip mroute-cache
no keepalive
!
interface Serial0
ip address 150.35.10.2 255.255.255.252
ip helper-address 150.1.255.255
encapsulation frame-relay
no ip route-cache
no ip mroute-cache
bandwidth 64000
frame-relay interface-dlci 16
frame-relay intf-type dce
!
interface Serial1
no ip address
encapsulation frame-relay IETF
no ip route-cache
no ip mroute-cache
bandwidth 64
no fair-queue
clockrate 2000000
frame-relay interface-dlci 66
frame-relay lmi-type ansi
frame-relay intf-type dce
!
no ip classless
!
line con 0
line 1 4
password cisco
transport input all
line 5 16
transport input all
line aux 0
transport input all
line vty 0 4
password pippo
login
!
end

premetto che su questo router una volta tirata su l'interfaccia s0 "show interfaces" presenta:
Serial 0 is up, line protocol is down
mentre sull'altro router risulta down e down.
Inoltre specifico che i 2 router li ho comprati di seconda mano quindi è possibile che contengano ancora impostazioni del precedente proprietario

Inviato: ven 24 set , 2010 7:47 pm
da Gianremo.Smisek
bebop ha scritto:
premetto che su questo router una volta tirata su l'interfaccia s0 "show interfaces" presenta:
Serial 0 is up, line protocol is down
mentre sull'altro router risulta down e down.
Inoltre specifico che i 2 router li ho comprati di seconda mano quindi è possibile che contengano ancora impostazioni del precedente proprietario

si infatti, sono configurate come frame-relay, mentre tu vuoi solo fare una connessione back-to-back. cancella tutta la config e rifalla da capo :D

@valerio
sei un veggente :D

Inviato: sab 25 set , 2010 6:52 am
da valerio1976
@si intel sono in kazakistan !!! a sistemare un casino tra router e telefoni network diversi collegati sugli stessi switch ovviamente no Vlan :( per non parlare dei server :( torno in patria tra qualche settimana il top si arriva quanto hanno collegato 200 utenti ad un ruterino della netgear e poi si lamentano che vanno piano (e assai che vanno LOL)


ciao :)

Inviato: sab 25 set , 2010 6:49 pm
da bebop
C'e' un modo per ripristinare i valori di default?

Inviato: sab 25 set , 2010 11:53 pm
da Gianremo.Smisek
erase startup-config

reload

Inviato: lun 27 set , 2010 3:26 pm
da bebop
ho provato a resettare completamente entrambi i router ma nulla; ancora non funziona.
Però ho notato una cosa curiosa, nonostante siano 2 cisco 2511 perfettamente identici hanno 2 versioni ios diverse. Uno (il secondo) addirittura sembra di un'altro modello:

Primo:

Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-I-L), Version 11.2(19a), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Wed 18-Aug-99 13:16 by jaturner
Image text-base: 0x03023194, data-base: 0x00001000

ROM: System Bootstrap, Version 11.0(10c), SOFTWARE
BOOTFLASH: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c), RELEASE SOFT
WARE (fc1)

router1 uptime is 0 minutes
System restarted by power-on
System image file is "flash:c2500-i-l.112-19a.bin", booted via flash

cisco 2511 (68030) processor (revision M) with 2048K/2048K bytes of memory.
Processor board ID 06974608, with hardware revision 00000000
Bridging software.
X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
1 Ethernet/IEEE 802.3 interface(s)
2 Serial network interface(s)
16 terminal line(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read ONLY)

Configuration register is 0x2102

Secondo:

IOS (tm) 3000 Software (IGS-I-L), Version 11.0(4), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1995 by cisco Systems, Inc.
Compiled Mon 18-Dec-95 17:49 by alanyu
Image text-base: 0x0301C8DC, data-base: 0x00001000

ROM: System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE
ROM: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(8a), RELEASE SOFTWARE (f
c1)

router2 uptime is 1 minute
System restarted by power-on
System image file is "flash:igs-i-l.110-4", booted via flash

cisco 2511 (68030) processor (revision L) with 2044K/2048K bytes of memory.
Processor board ID 02943119, with hardware revision 00000000
Bridging software.
X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
1 Ethernet/IEEE 802.3 interface.
2 Serial network interfaces.
16 terminal lines.
32K bytes of non-volatile configuration memory.
4096K bytes of processor board System flash (Read ONLY)


Secondo voi è normale?

Inviato: lun 27 set , 2010 3:52 pm
da Gianremo.Smisek
secondo me no, non e' normale, se hai dubbi, riflashalo con l'IOS dell'altro apparato :)

Inviato: lun 27 set , 2010 4:09 pm
da bebop
Infatti, chissa che porcherie ci hanno fatto :(
Viste le porte del 2500, c'è un modo alternativo per collegare il router al pc/server tftp senza transceiver?