cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6161
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

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.

Done 

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.

 

In before switch is switch mode.

Now i change to d router mode.

Now switch is reboot.

then next.

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.

Now It's change to router mode.

Have you typed in the int vlan commands from above??

Yes. I have completed this command.

and d output is!! 

 

 

And d next screenshot is connect a system on a first port on switch.

But it cannot release a dhcp 10 series?

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.

 

There is an error Buddy.

If i continue or want to doing something. 

!
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
!

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.    

Can you provide the entire output of sh run, to see what state the configuration is in?

This is ??

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??

  

Review Cisco Networking for a $25 gift card