Hello folks,
I'm having trouble with my Cisco 2621XM router on DHCP with TDS Telecom. It will absolutely not obtain an IP address from TDS Telecom. I have what TDS calls "fiber" service. It is not an actual fiber line, but runs from the pole into my house and is split off into rooms. I do have several non-cisco routers and none of them have any issues connecting DHCP.
The router does not have a problem obtaining an IP address from a non-cisco router, I've tested that and it obtains an IP address within seconds.
What I have done
1) I've used a crossover cable (just in case) from the TDS Line to the Cisco 2621XM
2) I've tried using static IP address, TDS does lease out the same IP for some time and I was just testing to see if that would work, it did not.
3) Updating IOS to (C2600-IPBASE9-M) Version 12.4(17)
4) Spoofed mac address to device that I know works on TDS.
5) Erased my config and started fresh just in case.
Like I said, I've connected multiple routers (non cisco) and all obtain an IP address, even my laptop obtained an IP address.
I'm at a loss here and cannot think of anything else it could be and any assistance would be appreciated! Below is my running-config
Thank you
- Building configuration...
-
- Current configuration : 707 bytes
- !
- version 12.4
- service timestamps debug datetime msec
- service timestamps log datetime msec
- no service password-encryption
- !
- hostname WadeRouterOne
- !
- boot-start-marker
- boot system flash:c2600-ipbasek9-mz.124-17.bin
- boot-end-marker
- !
- enable secret 5 $1$dFUQ$Z69xuuyPohIq1mc.uANlS.
- !
- no aaa new-model
- memory-size iomem 15
- no network-clock-participate slot 1
- no network-clock-participate wic 0
- ip cef
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- interface FastEthernet0/0
- ip address dhcp
- duplex auto
- speed auto
- !
- interface FastEthernet0/1
- no ip address
- shutdown
- duplex auto
- speed auto
- !
- ip forward-protocol nd
- !
- ip http server
- no ip http secure-server
- !
- !
- control-plane
- !
- !
- line con 0
- line aux 0
- line vty 0 4
- login
- !
- !
- end