cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1637
Views
5
Helpful
3
Replies

Cisco Packet Tracer - router DHCP service - missing commands

PiotrMi28708
Level 1
Level 1

I would like to set a static address on the router in Cisco Packet Tracer but I have only this commands:

 

Router(dhcp-config)#?
  default-router  Default routers
  dns-server      Set name server
  exit            Exit from DHCP pool configuration mode
  network         Network number and mask
  no              Negate a command or set its defaults
  option          Raw DHCP options
Router(dhcp-config)#

DHCP is working correctly. Where are commands: host, hardware-address, client-name?

1 Accepted Solution

Accepted Solutions

Martin L
VIP
VIP


I don't think this is implemented into Packet Tracer. it is just a simulator of IOS and not all features are working
You should try GNS3 for advanced routing

 

Regards, ML
**Please Rate All Helpful Responses **

View solution in original post

3 Replies 3

omz
VIP Alumni
VIP Alumni

Hi 

the command is - 

host <ip> <mask>
client-identifier <mac addr>

As Packet Tracer is for learning it has limited features and commands compared to real IOS device.

The commands you see is what you get.

 

 

Martin L
VIP
VIP


I don't think this is implemented into Packet Tracer. it is just a simulator of IOS and not all features are working
You should try GNS3 for advanced routing

 

Regards, ML
**Please Rate All Helpful Responses **

pkumari4
Cisco Employee
Cisco Employee

Hello Piotr,

 

If you want to assign the IP address to the router, then you need to first choose the interface. Here I have tried to assign IP address statically on the interface through packet tracer.

 

Router(config)#interface gigabitEthernet 0/0/2

Router(config-if)#ip add

Router(config-if)#ip address 192.168.0.3 255.255.255.0

Router(config-if)#no shut

 

Router(config-if)#

%LINK-5-CHANGED: Interface GigabitEthernet0/0/2, changed state to up

 

Regards,

Priyanka

Review Cisco Networking products for a $25 gift card