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-01-2017 12:34 AM
hmmm, there's your problem, you only have the VLAN14 SVI configured. Try entering these commands in configuration mode again:
! int vlan 10 ip address 10.10.10.254 255.255.255.0 int vlan 11 ip address 10.10.11.254 255.255.255.0 int vlan 12 ip address 10.10.11.254 255.255.255.0 int vlan 13 ip address 10.10.11.254 255.255.255.0 !
Confirm that the interfaces (I/F) exist by typing sh ip int
Let us know if you see any errors.
cheers,
Seb.
09-01-2017 02:31 AM
09-01-2017 02:44 AM
Have you set this switch to operate in router mode?
sh system mode
If state is not 'Router' then use the following command and reload:
! set system mode router !
This should allow you to have multiple SVIs.
cheers,
Seb.
09-01-2017 03:35 AM
In before switch is switch mode.
Now i change to d router mode.
Now switch is reboot.
then next.
09-01-2017 03:39 AM
Try the previous post:
! int vlan 10 ip address 10.10.10.254 255.255.255.0 int vlan 11 ip address 10.10.11.254 255.255.255.0 int vlan 12 ip address 10.10.11.254 255.255.255.0 int vlan 13 ip address 10.10.11.254 255.255.255.0 !
Confirm that the interfaces (I/F) exist by typing sh ip int
Let us know if you see any errors.
If sh ip int, shows you VLAN SVIs 10-14, then when you connect to Gi1 you should get a lease!
cheers,
Seb.
09-01-2017 03:43 AM
Now It's change to router mode.
09-01-2017 03:48 AM
Have you typed in the int vlan commands from above??
09-04-2017 09:27 PM - edited 09-04-2017 09:34 PM
09-05-2017 12:40 AM
the output of sh vlan, tells you that VLAN1 is configured un-tagged on all ports. You need to configure your other VLANs to be untagged on each port. This was part of the initial config I provided last week. Just enter these commands:
!
int gi1 switchport access vlan 10 int gi2 switchport access vlan 11 int gi3 switchport access vlan 12 int gi4 switchport access vlan 13 int gi5 switchport access vlan 14 !
cheers,
Seb.
09-05-2017 02:07 AM - edited 09-05-2017 02:10 AM
09-05-2017 03:05 AM
! int range gi1-5 switchport mode access ! int gi1 switchport access vlan 10 int gi2 switchport access vlan 11 int gi3 switchport access vlan 12 int gi4 switchport access vlan 13 int gi5 switchport access vlan 14 !
09-06-2017 02:41 AM
I completed this command
But still i receive a dhcp on system ip series is 169 only??
after i complete all this configuration.
I just connect a system in switch first port.
I have receive only a 169 series ip address.
what i want to do can i receive a configure dhcp ip address on first port.
It's have been a long time. to make i complete this task.
There is any options avaliable are there.
09-06-2017 03:02 AM
Can you provide the entire output of sh run, to see what state the configuration is in?
09-06-2017 03:36 AM
09-06-2017 03:50 AM
Just simple.
i just do that reset switch, If u say yes.
Then we try to configure only one port like gi1 And configure a 192 series ip address on DHCP on first port.
If can we countinue that??
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