cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6159
Views
59
Helpful
36
Replies

300 series switch dhcp configuration

pharan.b
Level 1
Level 1

I am using CISCO SG300-10POE switch 

I already update firmware.

Now i have a 1.4.8.6 firmware version.

i want to configure DHCP scope and release a different ip address series  in each ports in switch.

how can i complete this task??

 

Thankyou  

36 Replies 36

OK, since you have reset the switch, try this:

!
set system mode router
!
int vlan 1
  no ip address dhcp
!
int vlan 10
  ip address 10.10.10.254 255.255.255.0
!
ip dhcp server
ip dhcp pool network DHCP_POOL10
  address 10.10.10.0 /24
  default-router 10.10.10.254
  dns-server 8.8.8.8
!
ip dhcp excluded-address 10.10.10.254
!
int gi1
  switchport mode access
  switchport access vlan 10
  spanning-tree portfast
!

If i complete this can i receive a 10 series ip address on connecting first port to the end system.

Is this correct?

 

Yes, you should receive a lease in the range: 10.10.10.1 - 10.10.10.253

It's working buddy

thankyou very much :)

Oh my god

I did complete the task 50%.

Is this right??

all d commands enter in d correct configuration method.
and under d conf terminal menu.

 

Now I have a error?

can u please defini d erroe and how can i overcome in it?? 

 

You are missing a dash between 'excluded' and 'address':

 

!
ip dhcp excluded-address 10.10.10.254
!

You do know that pressing the Tab key as you type commands will auto-complete and show possible paramters. Try typing 'ip dhcp' and pressing 'Tab'....

 

cheers,

Seb.

 

 

Yes i was completed.
Thankyou very much.
It's been taking a long time.
But finally we completed.

If can i replace 10 series to 192 series ip address
And what is d other task can we do in this SG300 particular switch.
In this Dhcp method how can we complete on GUI method???
Review Cisco Networking for a $25 gift card