! ! This is the config file for use on a Cisco 827 ADSL router ! on the Pac Bell network in SLO, CA with the "5 Static IP" ! option. This is doing simple bridging with a local IP for ! configuration, testing, SNMP, etc... You will probably need ! to add an aliased interface with 192.168.0.2 or something ! on your wan nic interface if you want to talk IP directly ! to the router. ! version 12.1 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Cisco827 ! enable secret 5 asdfasdfasdf ! ip subnet-zero no ip routing ! interface Ethernet0 ip address 192.168.0.1 255.255.255.0 no ip directed-broadcast no ip route-cache no ip mroute-cache bridge-group 1 ! interface ATM0 no ip address no ip directed-broadcast no ip route-cache no ip mroute-cache no atm ilmi-keepalive pvc 0/35 encapsulation aal5snap ! bundle-enable bridge-group 1 hold-queue 208 in ! ip classless no ip http server ! snmp-server engineID local 00000000000000012345 snmp-server community ProbablyNotPublic RO snmp-server location The Closet snmp-server contact someone@yourdomain.com bridge 1 protocol ieee ! line con 0 exec-timeout 120 0 transport input none stopbits 1 line vty 0 4 exec-timeout 0 0 password SuperSecret login ! scheduler max-task-time 5000 end