Salve, ho un grande problema che non riesco a risolvere per profanità.
Ho cancellato la configurazione su un router Cisco interfacciato ad un DTE V35 che non avevo creato io, e non riesco a ricrearla funzionante.
Di seguito inoltro l'attuale configurazione che non funziona ed i parametri forniti. Qualcuno può aiutarmi? Cosa manca da settare ammesso che sia corretto quanto sotto riportato? Riesco a pingare l'interfaccia Ethernet dalla stessa rete ma non da un'altra rete
La connettività è una SHDSL.
Il protocollo è Frane-Relay (IETF LMI CISCO)
il DLCI è 100
L'IP Assegnata è xx5.xxx.xxx.xx8/29
L'IP Cliente è xx2.xxx.xxx.xx2/30
Inizializzazione del router
System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)
Copyright (c) 2006 by cisco Systems, Inc.
PLD version 0x10
GIO ASIC version 0x127
c1841 platform with 262144 Kbytes of main memory
Main memory is configured to 64 bit mode with parity disabled
Readonly ROMMON initialized
program load complete, entry point: 0x8000f000, size: 0xcb80
program load complete, entry point: 0x8000f000, size: 0xcb80
program load complete, entry point: 0x8000f000, size: 0x173eaa0
Self decompressing the image :
###############################################
################################################################################# [OK]
Smart Init is enabled
smart init is sizing iomem
ID MEMORY_REQ TYPE
0X003AA110 public buffer pools
0X00211000 public particle pools
000504 0X00016804 Virtual Private Network (VPN) Module
0X0002 0X0001A800 Card in slot 0
0X000021B8 Onboard USB
If any of the above Memory Requirements are
"UNKNOWN", you may be using an unsupported
configuration or there is a software problem and
system operation may be compromised.
Allocating additional 18131447 bytes to IO Memory.
PMem allocated: 241172480 bytes; IOMem allocated: 27262976 bytes
Restricted Rights Legend
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
cisco Systems, Inc.
170 West Tasman Drive
San Jose, California 95134-1706
Cisco IOS Software, 1841 Software (C1841-ADVIPSERVICESK9-M), Version 12.4(9)T4, RELEASE SOFTWARE (fc2)
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Image text-base: 0x600904CC, data-base: 0x62480000
Installed image archive
Cisco 1841 (revision 7.0) with 235520K/26624K bytes of memory.
Processor board ID FCZ1125134Q
2 FastEthernet interfaces
1 Serial(sync/async) interface
2 Virtual Private Network (VPN) Modules
DRAM configuration is 64 bits wide with parity disabled.
191K bytes of NVRAM.
62720K bytes of ATA CompactFlash (Read/Write)
Press RETURN to get started!
*Mar 4 09:28:29.219: %VPN_HW-6-INFO_LOC: Crypto engine: aim 0 State changed to: Initialized
*Mar 4 09:28:29.227: %VPN_HW-6-INFO_LOC: Crypto engine: aim 0 State changed to: Enabled
*Mar 4 09:28:32.987: %VPN_HW-6-INFO_LOC: Crypto engine: onboard 0 State changed to: Initialized
*Mar 4 09:28:32.991: %VPN_HW-6-INFO_LOC: Crypto engine: onboard 0 State changed to: Disabled
*Mar 4 09:28:33.835: %LINK-3-UPDOWN: Interface Serial0/0/0, changed state to up
*Mar 4 09:28:33.835: %LINEPROTO-5-UPDOWN: Line protocol on Interface IPv6-mpls, changed state to up
*Mar 4 09:28:34.835: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
*Mar 4 09:28:35.515: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down
*Mar 4 09:28:35.823: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
*Mar 4 09:28:36.683: %SYS-5-CONFIG_I: Configured from memory by console
*Mar 4 09:28:37.255: %SYS-5-RESTART: System restarted --
Cisco IOS Software, 1841 Software (C1841-ADVIPSERVICESK9-M), Version 12.4(9)T4, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Thu 07-Jun-07 01:49 by prod_rel_team
*Mar 4 09:28:37.259: %SNMP-5-COLDSTART: SNMP agent on host Router is undergoing a cold start
*Mar 4 09:28:37.575: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is OFF
*Mar 4 09:28:38.215: %LINK-5-CHANGED: Interface Serial0/0/0, changed state to administratively down
*Mar 4 09:28:38.359: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down
*Mar 4 09:28:39.215: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to down
Router>
sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 xx5.xxx.xxx.xx9 YES NVRAM up up
FastEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/0/0 unassigned YES NVRAM administratively down down
Serial0/0/0.1 xx2.xxx.xxx.xx2 YES NVRAM administratively down down
Router>
sh run
Current configuration : 1127 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxx
enable password xxxx
!
no aaa new-model
!
resource policy
!
no ip routing
no ip cef
!
!
interface FastEthernet0/0
ip address xx5.xxx.xxx.xx9 255.255.255.248
no ip route-cache
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
bandwidth 1024
no ip address
encapsulation frame-relay IETF
no ip route-cache
shutdown
frame-relay lmi-type cisco
!
interface Serial0/0/0.1 point-to-point
bandwidth 1024
ip address xx2.xxx.xxx.xx2 255.255.255.252
no ip route-cache
no cdp enable
frame-relay interface-dlci 100 IETF
!
ip route 0.0.0.0 0.0.0.0 Serial0/0/0.1
!
!
ip http server
no ip http secure-server
!
snmp-server community public RO
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password xxxxxxx
login
!
scheduler allocate 20000 1000
end
Grazie per l'aiuto