Výpis konfigurace na počítači router:

router# sh run

Current configuration:
!
hostname server
password zebra
enable password zebra
!
interface eth0
 ip address 192.168.2.2/24
 ipv6 nd suppress-ra
!
interface eth1
 ip address 192.168.1.2/24
 ipv6 nd suppress-ra
!
interface lo
 ip address 192.168.10.1/24
!
interface sit0
 ipv6 nd suppress-ra
!
ip forwarding
!
line vty
!
end