Výpis konfigurace CISCO routru C:

C#sh run
Building configuration...

Current configuration : 569 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname C
!
enable password cisco
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 ip address 192.168.3.1 255.255.255.0
!
interface Serial0
 ip address 192.168.5.1 255.255.255.0
 no fair-queue
 clockrate 64000
!
interface Serial1
 ip address 192.168.2.1 255.255.255.0
!
router rip
 network 192.168.2.0
 network 192.168.3.0
 network 192.168.5.0
!
ip classless
ip http server
!
!
line con 0
line aux 0
line vty 0
 password cisco
 login
line vty 1 4
 login
!
end