Re: Cisco 801 configuration



jbravoy@xxxxxxxx wrote:
Please, please I need help.

I have a Cisco 765 ISDN connected to remote Cisco (not mine). My 765
has broken and I have got now a Cisco 801 but dont know how to
configure.

Can somebody "translate" this Cisco 765 configuration to put on the
801? It is very urgent!!!! Thanksss!!!

Cisco 765 configuration (Hyperterminal capture)

Newer seen a 765

but maybe this helps.
its just a starting point - still some work left for you ;-)
remark all stuff written capitalized


!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname XXXHOSTNAME
!
logging rate-limit console 10 except errors
logging console notifications
enable secret 0 YOURENABLEPASSWORD
!

ip subnet-zero
!
no ip finger
isdn switch-type basic-net3
isdn voice-call-failure 0
!
!
!
interface Ethernet0
description eth0
ip address 192.168.1.1 255.255.255.0
ip broadcast-address 192.168.1.255
no cdp enable
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
isdn calling-number YOURMSN
cdapi buffers regular 0
cdapi buffers raw 0
cdapi buffers large 0
no cdp enable
!
interface Dialer1
ip address negotiated
no ip proxy-arp
encapsulation ppp
load-interval 60
dialer pool 1
dialer string DIALOUT
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname dialin
ppp chap password 0 CHAPPASSWRD
!
ip http server
ip http access-class 98
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
logging trap debugging
logging 192.168.123.245
access-list 98 remark HTTP-SERVER ACL
access-list 98 permit 192.168.1.101
access-list 98 deny any
access-list 99 permit 192.168.1.101
access-list 99 remark TELNET ACL
access-list 99 deny any
dialer-list 1 protocol ip permit
no cdp run
banner motd 
YOURBANNER
isdn-router bla

!
line con 0
exec-timeout 30 0
transport input none
stopbits 1
line vty 0 4
access-class 1 in
access-class 1 out
password ACCESSPASSWORD
login
!
no rcapi server
!
!
end

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
set system movin
movin> set multidestination off
movin> set switch net3
movin> set bridging off
movin> set encapsulation ppp
movin> set ppp authentication in chap
movin> set ppp authentication out chap
movin> set ppp multilink on
movin> set ppp secret client
Enter new Password: ********
Re-Type new Password: ********
movin> cd lan
movin:LAN> set ip routing on
movin:LAN> set ip address 192.168.1.1
movin:LAN> set ip netmask 255.255.255.0
movin:LAN> set ip rip update off
movin:LAN> cd
movin> set user router_partner
New user router_partner being created
movin:router_partner> set encapsulation ppp
movin:router_partner> set number ************
movin:router_partner> set ip routing on
movin:router_partner> set ip address 0.0.0.0
movin:router_partner> set ip netmask 0.0.0.0
movin:router_partner> set ip framing none
movin:router_partner> set timeout 150
movin:router_partner> set ip pat off
movin:router_partner> set ip route destination 10.10.0.0/16 gate
0.0.0.0 propagate on cost 1
movin:router_partner> set ppp secret host
Enter new Password: ********
Re-Type new Password: ********
movin:router_partner> reboot
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

.