cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Configure DHCP on router and switch

paquinjrm
Level 1
Level 1

Good afternoon,

 

  I'm trying to configure DHCP using CLI on a 2610 router and 2950 switch.  With my present config, the host at the end of the switch (configured to receive ip via DHCP) is not getting anything assigned.  Here are some shows:

 

Router:

Router_1#show ip int br
Interface                  IP-Address         OK?   Method   Status                        Protocol
FastEthernet0/0       192.168.10.1      YES   manual    up                              up   (leading to switch)
Serial0/0                  unassigned         YES   unset      administratively down  down
Serial0/1                  unassigned         YES   unset      administratively down  down
Ethernet1/0              unassigned         YES   unset      administratively down  down
Ethernet1/1              unassigned         YES   unset      administratively down  down
Ethernet1/2              unassigned         YES   unset      administratively down  down
Ethernet1/3              unassigned         YES   unset      administratively down  down

 

Router_1#show ip dhcp pool

Pool acer_pool :
Utilization mark (high/low)   : 100 / 0
Subnet size (first/next)       : 0 / 0
Total addresses                : 254
Leased addresses            : 0
Pending event                   : none
1 subnet is currently in the pool :
Current index        IP address range                              Leased addresses
192.168.10.1       192.168.10.1     - 192.168.10.254                   0

 

Switch:

Switch_1#show ip int br
Interface                      IP-Address      OK?     Method      Status        Protocol
Vlan1                           unassigned      YES     NVRAM     up              up
FastEthernet0/1            unassigned      YES     unset         up             up      (leading to router)
FastEthernet0/2            unassigned      YES     unset         down         down
FastEthernet0/3            unassigned      YES     unset         down         down
FastEthernet0/4            unassigned      YES     unset         down         down
FastEthernet0/5            unassigned      YES     unset         down         down
FastEthernet0/6            unassigned      YES     unset         down         down
FastEthernet0/7            unassigned      YES     unset         down         down
FastEthernet0/8            unassigned      YES     unset         down         down
FastEthernet0/9            unassigned      YES     unset         down         down
FastEthernet0/10          unassigned      YES     unset         down         down
FastEthernet0/11          unassigned      YES     unset         down         down
FastEthernet0/12          unassigned      YES     unset         down         down
FastEthernet0/13          unassigned      YES     unset         down         down
FastEthernet0/14          unassigned      YES     unset         down         down
FastEthernet0/15          unassigned      YES     unset         down         down
FastEthernet0/16          unassigned      YES     unset         down         down
FastEthernet0/17          unassigned      YES     unset         down         down
FastEthernet0/18          unassigned      YES     unset         down         down
FastEthernet0/19          unassigned      YES     unset         down         down
FastEthernet0/20          unassigned      YES     unset         down         down
FastEthernet0/21          unassigned      YES     unset         down         down
FastEthernet0/22          unassigned      YES     unset         up             up
FastEthernet0/23          unassigned      YES     unset         down         down
FastEthernet0/24          unassigned      YES     unset         down         down

 

What other info can I supply to resolve this?

 

Thanks.

Who Me Too'd this topic