| Return to Main page Return to Cisco page This is a modified config of an 827 connectioning into Netspace's ADSL network, this is a bridge, all relevant details are removed, real IP is static. |
sh run Building configuration... Current configuration: ! version 12.1 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Anetspace ! enable secret 0 password ! ip subnet-zero no ip domain-lookup ! interface Ethernet0 ip address 192.168.1.254 255.255.255.224 no ip directed-broadcast no ip mroute-cache ! interface ATM0 no ip address no ip directed-broadcast no ip mroute-cache no atm ilmi-keepalive bundle-enable hold-queue 224 in ! interface ATM0.1 point-to-point ip address 210.x.y.z 255.255.255.252 no ip directed-broadcast no ip mroute-cache pvc 8/35 encapsulation aal5snap ! ! ip classless ip route 0.0.0.0 0.0.0.0 ATM0.1 no ip http server ! banner motd ^CC ####################################################### # Netspace Online Systems Pty Ltd # # Aisw-adsl # # +61 3 9811 0088 # # http://www.netspace.net.au # # [email protected] # ####################################################### Unauthorised access Prohibited ^C ! line con 0 password 0 password login transport input none stopbits 1 line vty 0 4 password 0 password login ! scheduler max-task-time 5000 end |