[cisco 800] callin

Hi, I have a cisco800 with c800-sy6-mw.122-1.bin. this cisco is in a private network 192.168.0.x/255.255.255.0 . I want connect to this cisco (connected to a ISDN phone line) with CHAP, PPP, MS-CHAP.

I defined a username myown password mypassword2005 , after, on bri0 I executed this command line ppp authentication pap chap ms-chap callin.

From my remote computer I want access to all the machines of the network

192.168.0.x. Are my operation correct?

Thanks very much.

Reply to
Meeeee
Loading thread data ...

Post your config, it will be easier to help. Strip out the passwords, of course.

Reply to
Ivan Ostres

this is my cfg:

! version 12.2 no service single-slot-reload-enable service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Incoming ! boot system flash c800-sy6-mw.122-1.bin boot config flash:flash logging rate-limit console 10 except errors aaa new-model enable secret 5 zzz enable password zzz ! username user1 password 0 11 username user2 password 0 22 ip subnet-zero no ip routing ! no ip finger no ip dhcp-client network-discovery isdn switch-type basic-net3 ! ! ! interface Ethernet0 ip address dhcp no ip route-cache no ip mroute-cache ! interface BRI0 no ip address encapsulation ppp no ip route-cache no ip mroute-cache isdn switch-type basic-net3 cdapi buffers regular 0 cdapi buffers raw 0 cdapi buffers large 0 ppp authentication chap ms-chap pap callin ppp multilink ! ip http server ip classless ! ! line con 0 transport input none stopbits 1 line vty 0 4 password zzz ! no rcapi server ! ! end

Reply to
myname

You should really look at:

formatting link

Reply to
Ivan Ostres

Can I use Cisco801 device to provide an access on a local provate network like ISP can do with Internet?

Thanks

Reply to
myname

you have some things missing there mate;

first remove the ppp authentication (to make things more easy) then...

- you need to setup layer 1-3 for ISDN (as is phonenumber local of the device etc) #show isdn status shows if the ISDN connection localy is working fine

- IP addressing + mapping of the remote device (now you should be able to initiate the call to the other side, but you wont be able to send traffic over it yet) btw: #debug isdn q921 and debug isdn q931 are very helpfull to help you here at this point with #show isdn active you can see the dials it makes

- bind a dialer-group

- specify intresting traffic (now traffic can pass too)

if that all works fine (you can ping from both sides) then apply the ppp authentication and finetune that as last. use #debug ppp authentication and #debug ppp negotiation to see how this works

good luck man.

======================================================= NEW on the Internet: cisco irc chat groep irc://irc.intersecting.net/cisco.certification =======================================================

Reply to
polleke7

if you have problems, send a short mail.

Regards,

Rob

Reply to
ryk

Where?

Thank you :)

Reply to
myname

Thanks, now my configuratuion is the follwong.

With my cisco c800, in debug isdn, I see that cisco accept the call from the other computer but don't start the dialing... so after 22 second the communication finish...

version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Incoming ! boot system flash c800-sy6-mw.122-1.bin boot config flash:flash enable secret 5 $1$cRsj$Yz55vDRDHdyD86ZucB2j5/ enable password 4rfdergbvc ! username adm password 0 12wsxcdsaqwe username yacht password 0 123 ip subnet-zero no ip source-route ! no ip domain-lookup isdn switch-type basic-net3 isdn voice-call-failure 0 ! ! ! interface Ethernet0 ip address 192.168.0.115 255.255.255.0 no ip proxy-arp ! interface BRI0 no ip address dialer pool-member 1 isdn switch-type basic-net3 ! interface Dialer1 description DI801 ip address 192.168.0.121 255.255.255.0 no ip proxy-arp encapsulation ppp no ip split-horizon dialer pool 1 dialer remote-name MyRemoteName dialer idle-timeout 300 dialer hold-queue 10 dialer load-threshold 10 either peer default ip address pool OurPool no cdp enable ppp authentication chap ms-chap pap ppp multilink ! ip local pool OurPool 192.168.2.2 192.168.2.10 no ip http server ip classless ! dialer-list 1 protocol ip permit ! ! line con 0 exec-timeout 120 0 stopbits 1 line vty 0 4 exec-timeout 0 0 ! no rcapi server ! ! end

Reply to
myname

Please, I need moore help.

this is my configuration

! version 12.2 no service single-slot-reload-enable service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Incoming ! boot system flash c800-sy6-mw.122-1.bin boot config flash:flash logging rate-limit console 10 except errors aaa new-model enable secret 5 $1$cRsj$Yz55vDRDHdyD86ZucB2j5/ enable password 4rfdergbvc ! username adm password 0 12wsxcdsaqwe username yacht password 0 123 ip subnet-zero no ip routing ! no ip domain-lookup no ip finger no ip dhcp-client network-discovery isdn switch-type basic-net3 ! ! ! interface Ethernet0 ip address 192.168.0.115 255.255.255.0 no ip route-cache no ip mroute-cache ! interface BRI0 no ip address dialer pool-member 1 isdn switch-type basic-net3 isdn answer1 78 isdn spid1 0586759115 isdn spid2 0586759115 ! interface Dialer1 ip address 192.168.0.116 255.255.255.0 encapsulation ppp dialer pool 1 no ip split-horizon dialer remote-name rname ppp callback accept ppp authentication chap ms-chap pap ppp multilink ! ip local pool radd 192.168.0.120 no ip http server ip classless ! ! line con 0 transport input none stopbits 1 line vty 0 4 password terminal19752005 ! no rcapi server ! ! end

How i must modify it to obtain my purpose?

Reply to
Marco Righi

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.