02-23-2006 03:53 AM - edited 03-05-2019 11:47 AM
I do not know if this is the right forum for this but here it goes. I am trying to configure FE0/0 on my 2621 to be a DHCP client and get it ip address from my Cable Modem. I am stumped on why the option is not present under the interface ip tree. Could it be the IOS version? I have included my show run. any assistance would greatly be appreciated.
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2621_Alpha
!
!
!
!
!
!
ip subnet-zero
!
ip dhcp pool 1
default-router 192.172.5.1
!
ip audit po max-events 100
ip dhcp-server 192.172.5.1
!
!
controller T1 0/1
!
controller T1 0/2
!
!
interface FastEthernet0/0
no ip address
no ip directed-broadcast
duplex auto
speed auto
!
interface Serial0/0
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
clockrate 64000
!
interface FastEthernet0/1
ip address 192.172.10.40 255.255.255.0
no ip directed-broadcast
shutdown
duplex auto
speed auto
!
ip classless
ip route 192.172.10.0 255.255.255.0 192.168.1.2
no ip http server
!
!
line con 0
password *********
login
transport input none
line aux 0
line vty 0 4
password **********
login
!
no scheduler allocate
02-23-2006 04:11 AM
Hello,
the ´ip address dhcp´ command was introduced in IOS version 12.1(2)T. You are running 12.0, so you would have to upgrade your IOS in order for the command to be supported...
Regards,
Nethelper
02-23-2006 08:32 AM
Thank you, That is what I was thinking but was not sure.
Very Appreciative
DSapko
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide