04-06-2015 07:39 PM
Hi
My Background
I'm a sys admins who knows a fair bit about managing a Microsoft network and a bit about setting up a cisco switch to run the school's network.
The Problem
We are currently upgrading the school security and installing about 60 HD cameras around the school. The security contractors have requested that I setup a couple of VLANs on a SG30028 switch with an address range to include 64 addresses.
I have setup a VLAN however I am unable to work out how to assign the addresses to the port.
Any help with this would be greatly appreciated.
Kind regards
Steve
04-06-2015 10:44 PM
I think he refer to IP for vlan, not for the port, you can create a interface vlan in switch.
interface vlan 100
ip address x.x.x.x 255.255.255.192
then assign access vlan 100 on the port for camera
Hope it helps you
04-07-2015 01:20 AM
Yes I am referring to IP addresses for the VLAN.
So I set an IP address of 10.30.26.100 255.255.248.0 to the VLAN port.
Now how do I assign 60+ IP addresses to the VLAN?
04-07-2015 01:44 AM
I think they means devide /29 ip network which originally for 2048 IP Address into /26 (for 62 usable IP address). So basically, just configure 10.30.26.100 255.255.255.192 to the vlan interface.
Just like vasu's example:
interface vlan [vlan ID]
ip address 10.30.26.100 255.255.255.192
04-08-2015 06:44 PM
Hi
Thanks for this. Now that I have done this how do I check that it has worked?
cheers
04-08-2015 10:06 PM
You might want to type
! verify the camera connected to the same vlan port
show vlan
! make sure vlan interface is up
show ip interface brief
! ping to camera's IP
ping [IP]
04-07-2015 12:03 AM
Hi,
Dont use VLAN 100 for Cameras .Since its default vlan for voice in SG300.Try to create different VALN XX (other than 1 and 100).
Configure port as below:(where cameras are connected)
conf#int vlan XX
conf-int#switchport mode access vlan xx
regards
Moorthy
04-07-2015 12:17 AM
Its just an example :)
But thanks for sharing, i didn't know the default vlan on SG300 is vlan 100
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