!
version 12.2
no service password-encryption
!
hostname Brno
!
!
!
!
!
ip ssh version 1
!
!
interface Serial2/0
 bandwidth 10
 ip address 192.168.5.1 255.255.255.0
 clock rate 64000
!
interface Serial3/0
 bandwidth 10
 ip address 192.168.6.1 255.255.255.0
 clock rate 64000
!
interface Serial4/0
 bandwidth 100
 ip address 192.168.3.1 255.255.255.0
 clock rate 64000
!
interface Serial5/0
 bandwidth 1000
 ip address 192.168.2.1 255.255.255.0
!
interface Serial6/0
 bandwidth 10000
 ip address 192.168.1.1 255.255.255.0
 clock rate 64000
!
interface Serial7/0
 bandwidth 100
 ip address 192.168.4.1 255.255.255.0
!
router ospf 1
 log-adjacency-changes
 network 192.168.1.0 0.0.0.255 area 0
 network 192.168.2.0 0.0.0.255 area 0
 network 192.168.3.0 0.0.0.255 area 0
 network 192.168.4.0 0.0.0.255 area 0
 network 192.168.5.0 0.0.0.255 area 0
 network 192.168.6.0 0.0.0.255 area 0
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
end

