Standard Configuration for the Cisco T1 Router
Current configuration: ! version 11.3 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Your T1 Router ! enable secret 5 $1$dFdI$xyG6JrW8lW7/T9CmDKwQr.
enable password takeaguess ! ! ! ! interface Ethernet0/0 ip address 232.126.100.1 255.255.255.0 ! interface Serial0/0 ip address 232.97.220.12 255.255.255.252 no ip mroute-cache no fair-queue
! ip classless ip route 0.0.0.0 0.0.0.0 Serial0/0 ip route 232.126.100.0 255.255.255.0 Ethernet0/0 ! dialer-list 1 protocol ip permit snmp-server community public RO ! line con 0 line aux 0 line vty 0 4
password you_cant_hack_me login ! end
|