Hi, i would like to know how you configure a cisco router to get an ip from a windows 2003/08 dhcp server. I'm lost as to how it could be done. please help... such as the serial interfaces and the ethernet interfaces.
Hi, i would like to know how you configure a cisco router to get an ip from a windows 2003/08 dhcp server. I'm lost as to how it could be done. please help... such as the serial interfaces and the ethernet interfaces.
from the global command line type:
# configure terminal
(config)# interface fa0/0 (or whatever interface you need to setup)
(config-if)# ip address dhcp
exit back to global command line, then save running config
read cisco module 2.. there's more than just assigning ip addressesit'll be fun!
Similar Threads |
|