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?
Possibile
Moderatore: Federico.Lagni
-
- Messianic Network master
- Messaggi: 1159
- Iscritto il: dom 11 mar , 2007 2:23 pm
- Località: Termoli
puoi postare la config?
magari hai dimenticato un "no shutdown"
ciao
magari hai dimenticato un "no shutdown"
ciao
-
- n00b
- Messaggi: 16
- Iscritto il: dom 12 set , 2010 10:42 am
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
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
- valerio1976
- Network Emperor
- Messaggi: 263
- Iscritto il: ven 05 mar , 2010 9:05 am
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
interface serial0.1 point-to-point
ip address 150.35.10.1 255.255.255.252
frame-relay interface-dlci 1
ciao
-
- Messianic Network master
- Messaggi: 1159
- Iscritto il: dom 11 mar , 2007 2:23 pm
- Località: Termoli
@valerio:
tu usi framerelay per connettere semplicemente due router in back-to-back? ^_^
@bebop
la cfg dell'altro router?
ciao!
tu usi framerelay per connettere semplicemente due router in back-to-back? ^_^
@bebop
la cfg dell'altro router?
ciao!
- valerio1976
- Network Emperor
- Messaggi: 263
- Iscritto il: ven 05 mar , 2010 9:05 am
@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#


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#
-
- Messianic Network master
- Messaggi: 1159
- Iscritto il: dom 11 mar , 2007 2:23 pm
- Località: Termoli
yep, esatto. Senza frame-relay
Altrimenti rischia di confondere bebop

Altrimenti rischia di confondere bebop

-
- n00b
- Messaggi: 16
- Iscritto il: dom 12 set , 2010 10:42 am
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

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
-
- Messianic Network master
- Messaggi: 1159
- Iscritto il: dom 11 mar , 2007 2:23 pm
- Località: Termoli
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

@valerio
sei un veggente

- valerio1976
- Network Emperor
- Messaggi: 263
- Iscritto il: ven 05 mar , 2010 9:05 am
@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


ciao

-
- Messianic Network master
- Messaggi: 1159
- Iscritto il: dom 11 mar , 2007 2:23 pm
- Località: Termoli
erase startup-config
reload
reload
-
- n00b
- Messaggi: 16
- Iscritto il: dom 12 set , 2010 10:42 am
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?
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?
-
- Messianic Network master
- Messaggi: 1159
- Iscritto il: dom 11 mar , 2007 2:23 pm
- Località: Termoli
secondo me no, non e' normale, se hai dubbi, riflashalo con l'IOS dell'altro apparato 
