jumper4000
IS-IT--Management
Hi, I'm working on a 3640 and am trying to configure one of the interfaces with an IP address so I can upload my config file using tftp. After I configured the interface, i connected it to a little 4 port switch and connected my computer to the switch as well. However, when I try to ping the interface, it times out and I can't do any thing. Can anyone tell me what's wrong with this configuration so far? thanks
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 (took out)
enable password (took out)
!
no aaa new-model
ip subnet-zero
ip finger
!
!
ip name-server 204.117.214.10
!
ip dhcp pool 1
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 204.117.241.10
!
no ip cef
ip audit po max-events 100
no ftp-server write-enable
!
!
interface Ethernet0/0
ip address 10.10.10.1 255.255.255.0
no ip route-cache
half-duplex
no mop enabled
!
interface Serial0/0
no ip address
no ip route-cache
shutdown
!
interface Ethernet0/1
no ip address
no ip route-cache
shutdown
half-duplex
!
interface Serial0/1
no ip address
no ip route-cache
shutdown
!
interface FastEthernet2/0
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet2/1
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
ip http server
no ip http secure-server
ip classless
!
snmp-server community private RW
snmp-server community public RO
!
dial-peer cor custom
!
!
line con 0
line aux 0
line vty 0 4
password (took out)
login
!
!
end
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 (took out)
enable password (took out)
!
no aaa new-model
ip subnet-zero
ip finger
!
!
ip name-server 204.117.214.10
!
ip dhcp pool 1
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 204.117.241.10
!
no ip cef
ip audit po max-events 100
no ftp-server write-enable
!
!
interface Ethernet0/0
ip address 10.10.10.1 255.255.255.0
no ip route-cache
half-duplex
no mop enabled
!
interface Serial0/0
no ip address
no ip route-cache
shutdown
!
interface Ethernet0/1
no ip address
no ip route-cache
shutdown
half-duplex
!
interface Serial0/1
no ip address
no ip route-cache
shutdown
!
interface FastEthernet2/0
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet2/1
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
ip http server
no ip http secure-server
ip classless
!
snmp-server community private RW
snmp-server community public RO
!
dial-peer cor custom
!
!
line con 0
line aux 0
line vty 0 4
password (took out)
login
!
!
end