
Although passed CCNA, I have to say I'm still bad at making a network.
Above is my lab. I got ospf working ok, can see every network in every router. From PC1, "ipconfig" shows "default gateway", "dns server" and "dhcp server" are 192.168.0.1, which is the wireless router's setup. PC2 works fine, can go to the internet. I configured 2600 as dhcp server to try if the new-released ip can work.
Here are the problems:
1.telnet into 2600, "sh ip dhcp binding" shows nothing! but from PC3, "ipconfig" shows its ip is 172.18.10.52. what's going on?
2. PC3 can't go to the internet, but PC3 can ping 192.168.0.1. why?
here's the configuration
2620:
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2620
!
enable secret 5 $1$rv50$/EjYIG4Ry6uCOV/vCt0ej0
enable password cisco
!
ip subnet-zero
!
!
ip dhcp excluded-address 172.18.10.1 172.18.10.50
!
ip dhcp pool 172.18.10.0/24
network 172.18.10.0 255.255.255.0
default-router 172.18.10.1
!
!
interface FastEthernet0/0
ip address 172.18.10.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
ip address 172.18.1.18 255.255.255.252
!
router ospf 11
log-adjacency-changes
network 172.18.0.0 0.0.255.255 area 0
!
ip classless
ip http server
ip pim bidir-enable
!
!
line con 0
top2520
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service tcp-small-servers
!
hostname top2520
!
boot-start-marker
boot system flash c2500-i-l.123-6.bin
boot-end-marker
!
enable secret 5 $1$CXdJ$pWkqsBrO/tkmVjbmnxvXJ0
enable password cisco
!
no aaa new-model
ip subnet-zero
!
!
interface Ethernet0
ip address 192.168.0.123 255.255.255.0
ip nat outside
no ip route-cache
!
interface Serial0
ip address 172.18.1.10 255.255.255.252
ip nat inside
no ip route-cache
clockrate 64000
!
interface Serial1
ip address 172.18.1.13 255.255.255.252
ip nat inside
no ip route-cache
!
interface Serial2
no ip address
shutdown
!
interface Serial3
no ip address
shutdown
!
interface BRI0
no ip address
no ip route-cache
shutdown
!
router ospf 3
log-adjacency-changes
network 172.18.0.0 0.0.255.255 area 0
network 192.168.0.0 0.0.255.255 area 0
!
ip nat pool goout 192.168.0.123 192.168.0.123 netmask 255.255.255.0
ip nat inside source list 2 pool goout overload
no ip http server
ip classless
!
!
access-list 2 permit 172.18.0.0 0.0.255.255
!
line con 0