ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



Cisco > CCNP > DHCP Assignment

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread




Featured site: Online CCNP practice exams from Cert21.com



Author DHCP Assignment
ruiner20
Junior Member




Registered: Nov 2001
Location:
Country: United States
State:
Certifications: A+, Net+,CCNA
Working on: CCNP,Linux+

Total Posts: 23
Red face DHCP Assignment

Okay, a little background on my problem:


I bought some routers off ebay and of course they contained minimal flash/dram, etc. so I've been in the process of upgrading them. I finally get the 2514 up to spec and have it running 12.2(6) IPfw IOS (not enough dram for the IPfw plus IPsec56) but anyway... now I need to assign an IP to my e0 interface via a dhcp server at my local cable provider. My cable modem is hooked into my 1924-EN switch and provides all the computer on the switch with IPs via the cables DHCP server. I need to get it to assign my e0 interface on my router an ip. In interface configruation mode, I've tried 'ip address dhcp' and 'ip address dhcp hostname <my cable provider's dhcp server ip>' and when I sh run or sh int e0 all it says for the ip is this: "Internet address will be configured by dhcp server". Will it? It never seems to happen. What am I doing wrong? Looking through my CCNA books, I see nothing on DHCP configuration for interfaces.... aaaaaaaaaagh. Sorry for the long post. Im on my last nerve. Thanks to all of you fellows nerds out there

Ruiner, A+, N+, CCNA

__________________
_____________________________

"Don't say things can't get any worse, they always can"

Report this post to a moderator

Old Post 12-13-01 08:40 AM
ruiner20 is offline Click Here to See the Profile for ruiner20 Click here to Send ruiner20 a Private Message Add ruiner20 to your buddy list Find more posts by ruiner20    Send an AIM message to ruiner20 Reply w/Quote Edit/Delete Message IP: Logged
ruiner20
Junior Member




Registered: Nov 2001
Location:
Country: United States
State:
Certifications: A+, Net+,CCNA
Working on: CCNP,Linux+

Total Posts: 23
DHCP

Small update.

This morning I played around with IOS a little and figured out what I was doing wrong but it still won't work.

In global configuration I used 'ip dhcp-server <my dhcp server>' to set the dhcp server for it to use. Then I issued "ip address dhcp" on my e0 interface but it still won't give it an IP! What is wrong?

Ruiner, A+, N+, CCNA

__________________
_____________________________

"Don't say things can't get any worse, they always can"

Report this post to a moderator

Old Post 12-13-01 01:57 PM
ruiner20 is offline Click Here to See the Profile for ruiner20 Click here to Send ruiner20 a Private Message Add ruiner20 to your buddy list Find more posts by ruiner20    Send an AIM message to ruiner20 Reply w/Quote Edit/Delete Message IP: Logged
haseeb_eng
Senior Member
M




Registered: Oct 2001
Location: Kuwait City
Country: Kuwait
State:
Certifications: CCNA, CCDA, CCNP, CCDP, CCSP, Content Networking, Wireless LAN Design Spec.
Working on: PMP CCIE (R&S) MBA

Total Posts: 1165
Arrow

use helper address i hope this will work

Report this post to a moderator

Old Post 12-13-01 02:01 PM
haseeb_eng is offline Click Here to See the Profile for haseeb_eng Click here to Send haseeb_eng a Private Message Visit haseeb_eng's homepage! Add haseeb_eng to your buddy list Find more posts by haseeb_eng Reply w/Quote Edit/Delete Message IP: Logged
strikeattack
Senior Member




Registered: Jul 2000
Location: Neenah, WI
Country: USA
State:
Certifications: More than your grandma and less than God.
Working on: Sr. Window Washer with an expertise in Windex.

Total Posts: 736

quote:
use helper address i hope this will work


IP HELPER-ADDRESSES won't help because you still will not be able to give the FE interface an address. For the router to even "speak" to the internet, it will need an IP address. However, assuming you can get the DHCP address to work, you may be able to forward your nodes BOOTP DHCP broadcasts.

If you use your router to setup a new private subnet, how will remote nodes be able to respond to your privately addressed subnet? If you address internally as 10, 172, or 192, anything you can get a packet to will not know how to respond.

If it were MY NETWORK, here is what I would do.
Plug your cable modem into a hub. This is your DMZ/DHCP hub. Anything plugged into this hub will be on the Internet.
Build a multihomed Proxy server. Place one interface into the DMZ hub, and the other one to a nice Cisco switch. The Cisco switch, is of course, your LAN switch. Plug both routers into the Cisco LAN switch. Enable routing between the two. Place half of your nodes in Subnet A and half in Subnet B. Plug them into the Cisco switch. Even though they are plugged into the same switch, they will need to go through the routers to be able to talk to eachother. The Proxy servers are acting as your firewalls and are the only physical devices that connect your LAN to the Internet.

__________________
`·.¸¸.·´ Strike Attack `·.¸¸.·´
"If one strives towards a constant state of self-improvement, then the next day will always be better than the last. If the next day is better than the last, then tomorrow is destined to be a better day. If tomorrow is a better day, then one always has something to look forward to, one’s self has persevered, and true happiness becomes a little less difficult to attain." - Strike Attack

Last edited by strikeattack on 12-13-01 at 08:26 PM

Report this post to a moderator

Old Post 12-13-01 08:19 PM
strikeattack is offline Click Here to See the Profile for strikeattack Click here to Send strikeattack a Private Message Visit strikeattack's homepage! Add strikeattack to your buddy list Find more posts by strikeattack Reply w/Quote Edit/Delete Message IP: Logged
ruiner20
Junior Member




Registered: Nov 2001
Location:
Country: United States
State:
Certifications: A+, Net+,CCNA
Working on: CCNP,Linux+

Total Posts: 23
Exclamation I think you may be missing the point of my post

I already have the cable modem hooked into the switch via a cross-cable, any node hooked into it gets to access the internet via the cable modem. I'm not trying to set-up a vpn w/ nat or anything right now. I'm simply trying to get my dhcp server to assign my e0 interface an IP It can get to the dhcp server, I know that. I manually assigned the e0 interface an IP off the brick of my cable modems IPs on this subnet I am on and it was able to communicate with this local subnet, that is how I transferred the new IOS via tftp to it. But of course it would not speak to any computers outside this subnet. Really, it all just comes down to this: At this point, I just want the dhcp server to assign an IP to the router's e0 interface, that is all. The router can access the cable modem, that has been determined. The dhcp server just won't assign it an IP for one reason or another. help

Ruiner, A+, N+, CCNA

__________________
_____________________________

"Don't say things can't get any worse, they always can"

Report this post to a moderator

Old Post 12-13-01 08:39 PM
ruiner20 is offline Click Here to See the Profile for ruiner20 Click here to Send ruiner20 a Private Message Add ruiner20 to your buddy list Find more posts by ruiner20    Send an AIM message to ruiner20 Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Click here for CCNP study guides

Cisco exam notes



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps