Výpis konfigurace na CISCO routru E:

E#sh run
Building configuration...

Current configuration : 535 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname E
!
enable password cisco
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 no ip address
 shutdown
!
interface Serial0
 ip address 192.168.2.2 255.255.255.0
 no fair-queue
 clockrate 64000
!
interface Serial1
 ip address 192.168.1.2 255.255.255.0
!
router rip
 network 192.168.1.0
 network 192.168.2.0
!
ip classless
ip http server
!
!
line con 0
line aux 0
line vty 0
 password cisco
 login
line vty 1 4
 login
!
end