Salve a tutti,

ho configurato sull’azienda A un router cisco ISDN per accettare le chiamate
ed instaurare una connessione con l’azienda B.

L’azienda B ha un normalissimo modem ISDN, quando lancio la chiamata il pc
mi restituisce “ERRORE ISDN 65”.

Non riesco a capire se sbaglio qualcosa nella configurazione del cisco o la
borchia è danneggiata.

Potreste dare uno sguardo alla configurazione per farmi sapere se ho fatto
qualche errore evidente?

Nel caso in cui la borchia ISDN fosse guasta, secondo voi è possibile far
dialogare un modem analogico con il router ISDN in questione?


Grazie Anticipatamente della risposta.

 

 

 

router_vfal#show running-config

Building configuration...

 

Current configuration : 6012 bytes

!

! Last configuration change at 10:36:36 METDST Thu Sep 1 2011

!

version 15.1

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

service udp-small-servers

service tcp-small-servers

!

hostname router_vfal

!

boot-start-marker

boot-end-marker

!

logging buffered 8192

no logging console

enable secret 5 $1$A2gN$SlaZjp2gjvRBz76yQneLD1

!

no aaa new-model

!

memory-size iomem 10

clock timezone MET 1

clock summer-time METDST recurring last Sun Mar 2:00 last Sun Oct 3:00

!

crypto pki trustpoint TP-self-signed-1239840656

 enrollment selfsigned

 subject-name cn=IOS-Self-Signed-Certificate-1239840656

 revocation-check none

 rsakeypair TP-self-signed-1239840656

!

!

crypto pki certificate chain TP-self-signed-1239840656

 certificate self-signed 01

  30820252 308201BB A0030201 02020101 300D0609 2A864886 F70D0101 04050030

  31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274

  69666963 6174652D 31323339 38343036 3536301E 170D3131 30333130 30393230

  34305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649

  4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 32333938

  34303635 3630819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281

  81009730 01448AB1 AFB989F7 03BF38C6 2048AEBB E02E8D56 55A32D39 F92CAD71

  BD130042 BFB8E8B8 F537D8E7 7B320483 C96A1695 3F832891 E7898844 16F35A6C

  D774F49D 39A839A8 72BA8FCA C9015B35 B593E969 DBAC5B15 D6BA5823 171F2ED4

  A30412A9 675427F5 06EF36B3 7FED1729 A2FE6D13 FDFC637C 4C08712D 47B89030

  3ADB0203 010001A3 7A307830 0F060355 1D130101 FF040530 030101FF 30250603

  551D1104 1E301C82 1A726F75 7465725F 7666616C 2E796F75 72646F6D 61696E2E

  636F6D30 1F060355 1D230418 30168014 6BE86C5D 1A1055C4 082C2DDB 71DF384C

  1C66E318 301D0603 551D0E04 1604146B E86C5D1A 1055C408 2C2DDB71 DF384C1C

  66E31830 0D06092A 864886F7 0D010104 05000381 810076F1 689FEB7B 3C741148

  BEFDF113 7B43AB41 BBD41EBE B9EABB99 B10FBA54 5F2CDADD B3296FAE 5AB5D11E

  C173EC1F 08F58206 423C678D A62CEBE9 613790C4 B66D84BE A8A1C9A0 6F58E5D5

  F4B49158 1BC44F34 789CD2F4 2D38E050 60FF0A11 E664F05C 0CA689DD 198FAA7B

  8876D825 01FC0065 22944A2F 121CCE7B 50733A10 36D1

        quit

no ip source-route

!

!

ip dhcp excluded-address 10.10.10.1

!

ip dhcp pool ccp-pool

   import all

   network 10.10.10.0 255.255.255.248

   default-router 10.10.10.1

   lease 0 2

!

!

ip cef

no ip domain lookup

ip domain name yourdomain.com

no ipv6 cef

!

!

multilink bundle-name authenticated

isdn switch-type basic-net3

license udi pid CISCO887-SEC-K9 sn FCZ1432911Q

!

!

!

!

!

!

!

!

!

!

!

!

!

interface BRI0

 description isdn access from VF-IT

 no ip address

 encapsulation ppp

 dialer pool-member 1

 isdn switch-type basic-net3

 isdn not-end-to-end 56

 no isdn termination multidrop

 isdn incoming-voice data

 ppp authentication chap

 no cdp enable

!

interface ATM0

 no ip address

 shutdown

 no atm ilmi-keepalive

!

interface FastEthernet0

 description LAN A

 no keepalive

 no cdp enable

!

interface FastEthernet1

!

interface FastEthernet2

!

interface FastEthernet3

!

interface Vlan1

 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$

 ip address 10.10.10.1 255.255.255.248

 ip tcp adjust-mss 1452

!

interface Dialer1

 description ISDN Access from VF-IT

 ip unnumbered FastEthernet0

 encapsulation ppp

 no ip split-horizon

 dialer pool 1

 dialer remote-name vf_it

 dialer-group 1

 ppp authentication chap

 ppp chap hostname vf_it

 ppp chap password 7 08244249

 no cdp enable

!

ip forward-protocol nd

ip http server

ip http access-class 23

ip http authentication local

ip http secure-server

ip http timeout-policy idle 60 life 86400 requests 10000

!

!

ip route 10.10.10.0 255.255.255.248 Dialer1

ip route 192.168.10.0 255.255.255.0 Dialer1

!

access-list 1 permit any

access-list 23 permit 10.10.10.0 0.0.0.7

dialer-list 1 protocol ip permit

no cdp run

 

!

!

!

!

!

control-plane

!

banner exec ^C

% Password expiration warning.

-----------------------------------------------------------------------

 

Cisco Configuration Professional (Cisco CP) is installed on this device

and it provides the default username "cisco" for  one-time use. If you have

already used the username "cisco" to login to the router and your IOS image

supports the "one-time" user option, then this username has already expired.

You will not be able to login to the router with this username after you
exit

this session.

 

It is strongly suggested that you create a new username with a privilege
level

of 15 using the following command.

 

username <myuser> privilege 15 secret 0 <mypassword>

 

Replace <myuser> and <mypassword> with the username and password you

want to use.

 

-----------------------------------------------------------------------

^C

banner login ^C

-----------------------------------------------------------------------

Cisco Configuration Professional (Cisco CP) is installed on this device.

This feature requires the one-time use of the username "cisco" with the

password "cisco". These default credentials have a privilege level of 15.

 

YOU MUST USE CISCO CP or the CISCO IOS CLI TO CHANGE THESE

PUBLICLY-KNOWN CREDENTIALS

 

Here are the Cisco IOS commands.

 

username <myuser>  privilege 15 secret 0 <mypassword>

no username cisco

 

Replace <myuser> and <mypassword> with the username and password you want

to use.

 

IF YOU DO NOT CHANGE THE PUBLICLY-KNOWN CREDENTIALS, YOU WILL

NOT BE ABLE TO LOG INTO THE DEVICE AGAIN AFTER YOU HAVE LOGGED OFF.

 

For more information about Cisco CP please follow the instructions in the

QUICK START GUIDE for your router or go to http://www.cisco.com/go/ciscocp

-----------------------------------------------------------------------

^C

!

line con 0

 exec-timeout 0 0

 password 7 1517050B

 login

 no modem enable

line aux 0

line vty 0 4

 access-class 23 in

 privilege level 15

 password 7 06030126

 login

 transport input telnet ssh

!

end

 

 

_______________________________________
Articoli CISCO: http://www.areanetworking.it/category/cisco
Cug mailing list
[email protected]
http://lists.ml.areanetworking.it/cgi-bin/mailman/listinfo/cug
Servizio ML offerto da Ehiweb.it - http://www.ehiweb.it/

Reply via email to