cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1055
Views
0
Helpful
1
Replies

DHCP Scope configuration commands not showing

kadenlnelson1
Level 1
Level 1

I am running a cisco packet tracer network environment and when I am configuring DHCP Scopes, I don't have all the commands available to me such as:

 

BRANCH-1(dhcp-config)#?
DHCP pool configuration commands:
  accounting           Send Accounting Start/Stop messages
  bootfile             Boot file name
  class                Specify a DHCP class
  client-identifier    Client identifier
  client-name          Client name
  default-router       Default routers
  dns-server           DNS servers
  domain-name          Domain name
  exit                 Exit from DHCP pool configuration mode
  hardware-address     Client hardware address
  host                 Client IP address and mask
  import               Programatically importing DHCP option parameters
  lease                Address lease time
  netbios-name-server  NetBIOS (WINS) name servers
  netbios-node-type    NetBIOS node type
  network              Network number and mask
  next-server          Next server in boot process
  no                   Negate a command or set its defaults
  option               Raw DHCP options
  origin               Configure the origin of the pool
  subnet               Subnet allocation commands
  update               Dynamic updates
  utilization          Configure various utilization parameters
  vrf                  Associate this pool with a VRF
 
 
I only have default-router,dns-server,exit,network,no, and option. What's up with this :/
1 Reply 1

Cisco Freak
Level 4
Level 4

Hi,

Packet tracer is a simulator software which will NOT give all the functionalities of router and switches.

Router(config)#ip dhcp pool Test 
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)#

Btw, you can do the practicing in GNS3 which is help in doing almost everything in Routing.

 

CF

Review Cisco Networking for a $25 gift card