! This is for a 2611 with a WIC-2A/S (low/high speed serial card) ! The 2A/S is only used for backup communications. Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname cisco ! boot system flash 1:80273404.bin no logging console enable password x xxxxxxxxxxxxxxxxxxxxxxx ! username UUUUUUU password x xxxxxxxxxxxxxxxxxxxx ! ! ! ! ip subnet-zero no ip source-route no ip domain-lookup ip host modem 2001 x.x.x.5 ! chat-script new ABORT ERROR "" "ATDT\T" TIMEOUT 60 CONNECT \c ogin: xxxxxxxxx word: PPPPPPPPPP 1006. \c modemcap entry zoom AT&FW2&D0+MS=12 ! ! ! ! ! interface Ethernet0/0 description connected to Hub ip address x.x.x.5 255.255.255.0 no ip directed-broadcast ip nat inside ! interface Serial0/0 physical-layer async description connected to xxxxxxxxxx no ip address no ip directed-broadcast encapsulation ppp keepalive 10 dialer in-band dialer rotary-group 1 async dynamic routing async mode dedicated ! interface Ethernet0/1 description connected to Internet ip address x.x.x.1 255.255.255.0 ip access-group 104 in no ip directed-broadcast ip nat outside ! interface Serial0/1 no ip address no ip directed-broadcast ip nat inside shutdown ! interface Dialer1 ip unnumbered Ethernet0/0 ip access-group 104 in no ip directed-broadcast encapsulation ppp dialer in-band dialer idle-timeout 1200 dialer enable-timeout 5 dialer string xxx-xxxx dialer hold-queue 10 dialer-group 1 pulse-time 3 ! router rip version 2 passive-interface Ethernet0/1 network x.x.x.0 no auto-summary ! ip nat inside source list 1 interface Ethernet0/1 overload ip classless ip route 0.0.0.0 0.0.0.0 x.x.x.1 no ip http server ! logging trap debugging logging x.x.x.153 access-list 1 permit x.x.x.4 0.0.0.15 access-list 104 deny ip x.x.x.0 0.0.0.255 any access-list 104 deny ip any any log dialer-list 1 protocol ip permit tacacs-server host x.x.x.153 tacacs-server key no2default snmp-server engineID local xxxxxxxxxxxxxxxxxxxxxxxxx snmp-server community xxxxxxxxxxx RO snmp-server contact xxxxxxxxxx ! line con 0 exec-timeout 0 0 password 7 xxxxxxxxxxxxxxxxx login transport input none line 1 script dialer new modem InOut modem autoconfigure type zoom transport input all stopbits 1 speed 38400 flowcontrol hardware line aux 0 speed 115200 line vty 0 4 password 7 xxxxxxxxxxxxx login ! end