08-23-2017 11:16 PM - edited 03-08-2019 11:49 AM
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
Solved! Go to Solution.
09-06-2017 04:18 AM
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 !
09-06-2017 04:44 AM
If i complete this can i receive a 10 series ip address on connecting first port to the end system.
Is this correct?
09-06-2017 04:50 AM
Yes, you should receive a lease in the range: 10.10.10.1 - 10.10.10.253
09-06-2017 09:58 PM
It's working buddy
thankyou very much :)
09-06-2017 08:41 PM
09-07-2017 12:15 AM
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.
09-07-2017 01:57 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide