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
05-08-2019 04:26 AM - edited 05-08-2019 04:35 AM
Anything DHCP related is susceptible to delays, so you might want to configure 'spanning-tree portfast (trunk)' on all access and trunk (edit: be aware of possible loops before configuring the trunk) ports...
05-08-2019 04:47 AM
Hi i tested differnet routers the asus did exactly the same. If a lone pc is connected directly it is fine, then you can put it to an unmanaged switch and it works great. something is preventing the initial handshake...........I think timing could be the reason - as the handshake with the pc direct takes a few seconds. I am going to try ....... switchport mode access,
spanning-tree portfast and see what happens........
05-08-2019 04:48 AM
05-08-2019 04:50 AM
configure terminal
hostname xxxxxxxxxxx
enable secret desert11
line vty 0 15
password xxxxxxxxxxxxx
login
exit
line console 0
password xxxxxxxxxxxxx
exit
interface vlan1
ip address 192.168.1.3 255.255.255.0
no shut
exit
ip default-gateway 192.168.1.1
vlan database
vlan 1 name xxxxxxxxx (Put in my name for Vlan)
VLAN 1 modified:
exit
ip dhcp pool vlan 1
network 192.168.1.1 255.255.255.0
default-router 192.168.1.1
dns-server 208.67.222.222 208.67.220.220
lease 7
exit
ip dhcp excluded 192.168.1.1 192.168.1.4
ip dhcp snooping
ip dhcp snooping vlan 1
interface range f0/1 - 24
switchport access vlan 1
switchport mode access
spanning-tree portfast
ip dhcp snooping trust
exit
interface GigabitEthernet0/1
switchport mode trunk
switchport trunk allowed vlan all
exit
interface Gi1/0/7
power inline reset
power inline high-power
power inline limit none
power inline priority critical
exit
end
05-08-2019 05:19 AM
05-15-2019 12:18 AM - edited 05-15-2019 12:48 AM
Hi ........ I have been fed up configuring my switch in the loft! ........ so I have configured it to use Telnet. All went well ........ however I had the port 23 issue at the CMD prompt ......... I believe the service needs switching on in windows.... so that is not an issue and I will fix this tonight. The issue I do have is when i now ping my Cisco switch ........ I loose 25% of the packets. The switch is currently at factory settings...with just the telnet config enabled. What is the likely culprit for loosing 25% of the packets???? Have you any pointers????
05-15-2019 12:44 AM
05-16-2019 03:24 AM - edited 05-16-2019 03:25 AM
Hi all Telnet is now working and I have pings working nicely.......... I plugged my nas into it and can view it on my network just great. I am going to test plugging in my unmanaged zyxel gigabit switch into the cisco and see if I can use as normal - by connecting my nas to zyxel and that to the cisco .......fingers crossed. If all goes well ...next will be to test the poe.
I will keep you all posted.........
05-16-2019 02:09 PM
Hi ok .... switch all working it passes the unmanaged switches just great!!! Now all I need to do is get poe working...I plugged in an 802.af poe ubiquiti converter to drop voltage to 24v poe and plugged in my G3 camera in.....nothing.... can anyone advise on the cisco config for the poe....
05-17-2019 12:13 AM - edited 05-17-2019 12:15 AM
Hi a quick question I want to try and apply the following command..........
Switch(config)# int x/y Switch(config-if)# power inline port 2x-mode Switch(config-if)# shut Switch(config-if)# no shut
Ok ..... note I can get as far as the switch(config)# .......... but I cannot get into the -if ... (is this the interface?) ....
when I apply Swithch(config)# int .............. what comes next ... is it the name of the ports like Gi1/0/24?????
.... do I need to do a show run ........ to see what the ports are called on Vlan 1 ..... can you advise???
(sorry for noob questions.......)
05-17-2019 01:24 AM
05-17-2019 02:03 PM - edited 05-17-2019 02:04 PM
05-19-2019 06:35 AM
05-20-2019 12:02 AM
Hi mark ..... I wondered this ......... all ports seem to be in zone 7???? I will try and get a comprehensive output - from the config so you can see - how it is set up. All I have done is do a factory reset - then sut up ip and default gateway ..... and got Telnet to work. So everything should be on Vlan 1 . Which I am happy with. I don't know where this zone 7 has come from. I will check it out tonight...
05-20-2019 12:17 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