Cisco Basic Configuration

back to top Basic Concepts

service password-encryption
!
hostname R1
!
enable password cisco
!
ip subnet-zero
no ip domain-lookup
!
interface Ethernet0
 description "R1 LAN"
 ip address 10.0.0.1 255.255.255.224
 no shutdown
!
interface Serial0
 ip address 10.0.0.33 255.255.255.224
 clock rate 64000
!
ip route 10.0.0.64 255.255.255.224 10.0.0.34
!
line con 0
 password cisco
 logging synchronous
 login
!
line aux 0
 password cisco
 logging synchronous
 login
!
line vty 0 4
 password cisco
 logging synchronous
 login
!
end

back to top example configurations

back to top RFCs

back to top Frame Relay Links