03-11-2019 01:18 AM
Hi I am a bit of a super noob ...... the long and short is I purchased a second hand pre loved 3750G 24 switch for home use. In all honesty I don't really want to dig deep into cisco programming...although I can see lots of good things are available. To give you some background......... I want to use the switch for connecting 7 ethernet cat 6 points situated across my house - these are used for:- general computing, smart TV's, DVR's,streamers etc. So I have seven cables coming into the switch, 3 more from a unifi wireless system - (2 ap's and one cloud key) I also intend in the near future to install a digital security system - using poe cameras from ubiquiti G3's AF models.
So my thoughts were - I would need more ports - poe - and the possibility of maybe creating a vlan for 4 security cameras so that the traffic generated by constant streams - did not effect my general network traffic.
I am hoping somebody here could hold my hand advise me - and help me set up the switch.
I have been told my switch has been set to its base factory config - and I have tried it with my laptop it found the laptop and connected to the internet just fine. Currently my cisco switch is connected via one of the lan ports to my Asus router DSL AC68U ........
It would be very much appreciated if somebody - could advise me and help me through this step by step - kind regards
03-11-2019 02:14 AM
to what are you recording? does that box have PoE ports?
other than that, keep all in one vlan, most of your clients will be on wireless right?
03-11-2019 02:37 AM
Hello,
basically, when you leave everthing at the default settings, anything you plug into one of the 24 ports will get an IP address from the ASUS (in the 192.168.1.0/24 or 192.168.0.0/24 range), which subsequently will enable the device(s) to access the Internet.
Now when you need another VLAN, you can simply configure the ports as below:
interface GigabitEthernet1/0/2
switchport mode access
switchport access vlan 4
spanning-tree portfast
This will create a new Vlan (4) and all devices connected to ports configured this way will belong to this Vlan. Now, if you want the new Vlan to be able to talk to the other Vlans, you need to enable 'ip routing' on the 3750 and create an SVI:
interface Vlan 4
ip address 192.168.4.1 255.255.255.0
You can either manually assign IP addresses from that range to your Vlan 4 devices, or use the 3750 as a DHCP server:
ip dhcp excluded-address 192.168.4.1
!
ip dhcp pool VLAN4
network 192.168.4.0 255.255.255.0
default-router 192.168.4.1
dns-server 8.8.8.8 8.8.4.4
Now, when you want Vlan 4 devices to be able to connect to the Internet as well it gets a bit more complicated, as the 3750 does not do network address translation. In that case, you can create the Vlan 4 and address range on the ASUS...
03-11-2019 03:49 AM - edited 03-11-2019 03:51 AM
Hi thank you so much for the reply! that is really very helpful and a very good starting point for me.........I will proceed one step at a time. One of the final things I will be setting up is poe for the ubiquiti Ap's, Cloud Key and the G3 cameras.
03-12-2019 02:44 AM
Currently ... no internet connection on my main pc (have established it is not the pc!) - no packets are being received.
I have had a further look into my issues.........it looks like my cisco even through it is giving green connection lights is not giving out ip's ........ Looking at my current connection setup ....... I have an Asus modem router (DSL AC68U) connected via ethernet to one of the ports on the cisco and netgear switches - I then am trying to distribute through the house. (I did not want to disconnect old netgear hub until the cisco was proven)
My thoughts are maybe the netgear and cisco switch on - asus router is too much - and there is a bun fight going on over ip allocation creating issues.
So I thought I might - try disconnecting the netgear switch - and see what happens and test.
If that fails I could disable the Asus router dchp and allocate a static ip - then let the cisco do its own thing - hopefully in a happy way ;-)
Do you think I am looking at this the right way????
03-12-2019 02:50 AM
Hello,
can you post the running configuration of your switch (show run) and indicate which port connects to the ASUS ?
03-12-2019 03:19 AM
OK....I will give it a go tonight....(gmt)
04-15-2019 02:21 AM
Hi I am so sorry for going very quiet ..... I have had some big issues going on at home.....I have now got into a position to start looking at my config ....... I have a couple of issues ........... on my 24 port switch I need to
1 Enable 5 ports for POE
2 Enable ports so that they can work with auto dchp switches
I was hoping ........ perhaps I could send you my config as a text file and you could maybe tweak it for me .... so i could upload it back in.....
Currently the switch works fine but only for a single device on each port....if you connect a little dchp witch .......... the ip no longer gets through.........
Kind regards
Richard
04-15-2019 03:03 AM
04-15-2019 04:07 AM
Hi thank you so much .... cheers!!
I am using Ubiquiti cameras - and I think I read somewhere the auto sensing will not work - and poe needed to be enabled and not left to auto....hope thqt makes sense.
Regards
Richard Manchester UK
04-15-2019 04:11 AM
I am aware Ubiquiti generally use 24v poe .... I will use one of their converters to take me from 48v to 24v..........
04-15-2019 04:16 AM
04-15-2019 11:31 PM
04-16-2019 02:16 AM
04-16-2019 04:30 AM
Thanks for your reply I will give it a go..........
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