Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2514 dchp questions

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hey,

Currently I am working towards My CCNA, and I have a 2514 router at home which is connected to my cable modem and acts a dhcp client on e0, dhcp server on e1, and a Nat server. I wanted to know what the command is to release the renew my ip which I have obtained from the cable company.

Here are some stats:

IOS (tm) 2500 Software (C2500-JS-L), Version 12.2(7b), RELEASE SOFTWARE (fc1)

!
interface Ethernet0
description Connected to Cable Modem
mac-address xxxx.xxxx.xxxx
ip address dhcp
ip access-group 107 in
ip access-group 103 out
ip nat outside
!
interface Ethernet1
description xxxxxx xxxxxxxxxxx xxxxxx
ip address 10.1.1.1 255.255.255.0
ip nat inside
!


Basicly all I need is the command to release the DHCP address I have obtained, and renew it. Thanks in Advance.

- VitalyB
starting out CCNA student
 
Unfortunetly the only way to do it is to do a "shutdown" and then wait a few seconds until it says it is admin down, and then do a "no shutdown". There is no equivelent of "ipconfig /release" or "ipconfig /renew" in the Cisco IOS, as far as I know. But I can be wrong.....

burke
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top