Hi CISCO-801 & ISDN-flat-Rate Inhaber,

hier findest Du einen geprueften und funktionsfaehigen Konfigurations-Vorschlag fuer Deinen CISCO 801-R Router.
Using 2771 out of 8057 bytes
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname < hostname >
!
enable password 7 < encrypted password >
!
ip subnet-zero
ip icmp redirect host
!
ip dhcp pool aaa.bbb.ccc.10-30
   network aaa.bbb.ccc.0 255.255.255.0
   dns-server aaa.bbb.ccc.3 
   default-router aaa.bbb.ccc.235 
!
ip name-server aaa.bbb.ccc.3
no ip finger
ip telnet source-interface Ethernet0
isdn switch-type basic-net3
isdn voice-call-failure 0
!
!
!
interface Ethernet0
   description connected to HUB WOHNZIMMER
   ip address aaa.bbb.ccc.235 255.255.255.0
   no ip directed-broadcast
   ip nat inside
!
interface BRI0
   description connected to Dial-inPCs(ISDN),Internet
   bandwidth 64
   no ip address
   no ip directed-broadcast
   ip nat outside
   encapsulation ppp
   dialer pool-member 2
   dialer pool-member 1
   isdn switch-type basic-net3
   isdn spid1 0
   isdn spid2 0
   isdn incoming-voice modem
   no cdp enable
   ppp multilink
!
interface Dialer0
   ip address negotiated
   no ip directed-broadcast
   encapsulation ppp
   dialer in-band
   dialer idle-timeout 43200
   dialer string < dialup-number >
   dialer hold-queue 10
   dialer load-threshold 255 outbound
   dialer-group 1
!
interface Dialer1
   description connected to Internet
   ip address negotiated
   no ip directed-broadcast
   ip nat outside
   encapsulation ppp
   no ip split-horizon
   dialer remote-name < username >
   dialer pool 1
   dialer idle-timeout 43200
   dialer string < dialup-number >
   dialer hold-queue 10
   dialer-group 1
   no cdp enable
   ppp authentication chap pap callin
   ppp chap hostname < username >
   ppp chap password 7 < chap hash >
   ppp pap sent-username < username > password 7 < chap hash >
!		
interface Dialer2
   description connected to Dial-inPCs(ISDN)
   ip address aa.0.0.1 255.0.0.0
   no ip directed-broadcast
   ip nat inside
   encapsulation ppp
   no ip split-horizon
   dialer remote-name Dial-inPCs(ISDN)
   dialer pool 2
   dialer-group 1
   peer default ip address pool Natter-Group-2
   no cdp enable
   ppp authentication chap pap callin
   ppp multilink
!         
router rip
   version 2
   passive-interface Dialer1
   network aa.0.0.0
   network aaa.bbb.ccc.0
   no auto-summary
!         
ip local pool Natter-Group-2 aa.0.0.2 aa.0.0.3
ip nat inside source list 1 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route aaa.bbb.ccc.0 255.255.255.0 Ethernet0 permanent
!         
access-list 1 permit aaa.bbb.ccc.0 0.0.0.255
access-list 1 permit aa.0.0.0 0.255.255.255
dialer-list 1 protocol ip permit
snmp-server engineID local 00000009020000500F024E43
banner login \WELCOME TO THE NEW WORLD ORDER!\
!
line con 0
   exec-timeout 0 0
   password 7 < encrypted password >
   login
   transport input none
   stopbits 1
line vty 0 4
   password 7 < encrypted password >
   login
!
end
Fragen zum Thema kann tcpdumb im BBS beantworten.


Viel Spass beim Ausprobieren.
(Uebrigens gibt es weitere Konfigurationsvorschlaege für weitere 800-series Modelle unter 800 800R CISCO-800)