You are on page 1of 2

!

version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
ip dhcp pool subnet1
network 172.16.192.0 255.255.255.128
default-router 172.16.192.1
dns-server 8.8.8.8
ip dhcp pool subnet2
network 172.16.192.128 255.255.255.192
default-router 172.16.192.129
dns-server 8.8.8.8
ip dhcp pool subnet3
network 172.16.192.192 255.255.255.192
default-router 172.16.192.193
dns-server 8.8.8.8
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.16.192.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 172.16.192.129 255.255.255.192
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 172.16.192.193 255.255.255.192
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router rip
!
ip classless
ip route 172.16.192.0 255.255.255.128 172.16.192.128
ip route 172.16.192.0 255.255.255.128 172.16.192.192
ip route 172.16.192.128 255.255.255.192 172.16.192.0
ip route 172.16.192.128 255.255.255.192 172.16.192.192
ip route 172.16.192.192 255.255.255.192 172.16.192.0
ip route 172.16.192.192 255.255.255.192 172.16.192.128
!
ip flow-export version 9
!
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

You might also like