Jump to content

How To Configure Cisco Catalyst 3650 24 Port Switch


9 replies to this topic

#1 Kellywood

    Rookie

  • 1 posts

Posted 19 January 2015 - 09:53 PM

WS-C3650-24TS-E Overview:
Advanced layer 3 routing features
24 * 10/100/1000 Ethernet ports and 4 fixed 1G SFP uplink ports
IP service feature set IOS image with Flexible Netflow and wireless controller functionality
Up to 9 members stacking and up to 160Gbps of stack throughput
Up to 20G wireless bandwidth per switch, up to 25 APs and 1000 Wireless connectivity for each switching entity

So, can someone tell me how to configure this switch? Thanks.

#2 IraqiWalker

    Member

  • PipPipPipPipPipPipPipPipPipPip
  • The 1 Percent
  • The 1 Percent
  • 9,682 posts
  • LocationCalifornia

Posted 19 January 2015 - 10:19 PM

1- What are you using this switch for?
2- If this model was made after 2009 it should come with a GUI installed to help configure it. Just plug an ethernet cord from your machine to the config/admin port.

#3 Vortacc

    Rookie

  • Bad Company
  • 6 posts

Posted 20 January 2015 - 07:16 PM

What exactly are you trying to do? In all honesty, if your just using this as a switch in your house, it doesn't really require any configuration at all (all the switch ports are enabled by default, and everything is set to access mode).

If you want to access the switch interface, I recommend going the CLI route but you'll need a USB cable to connect to it (or a serial console cable). Is this a new switch?

#4 Sug

    Member

  • PipPipPipPipPipPipPipPipPip
  • The People's Hero
  • The People
  • 4,630 posts
  • LocationChicago

Posted 20 January 2015 - 07:30 PM

https://supportforums.cisco.com/

#5 Aceramic

    Member

  • PipPipPipPipPip
  • The Scythe
  • The Scythe
  • 110 posts

Posted 21 January 2015 - 01:03 AM

This smells like a spam account, but if you really need help configuring it, PM me, I'd be happy to help. (Put my CCNA to use and all that.)

#6 MarineTech

    Member

  • PipPipPipPipPipPipPipPipPip
  • The Patron
  • The Patron
  • 2,969 posts
  • LocationRunning rampant in K-Town

Posted 21 January 2015 - 04:42 AM

I'm pretty certain this is a B.S. post, but I'll play along.

As a BOFH, my first reaction is to walk you through the process to configure the switch in such a way that makes sure it never communicates with anything ever again.

But I'm feeling magnanimous this morning and will be kind.

If you have to ask that question, you have no business monkeying around with a piece of networking kit like that.

EDITED TO ADD********

Going in and looking at your profile and then at the link you posted there, and in your original post here, I'm in serious doubt that you actually PLAY this game. I'm thinking it's much more likely you created the account to try and get hits for your website or to sell network equipment to people playing the game.

Edited by MarineTech, 21 January 2015 - 05:56 AM.


#7 Banditman

    Member

  • PipPipPipPipPipPipPipPipPip
  • Ace Of Spades
  • Ace Of Spades
  • 2,109 posts
  • LocationThe Templars

Posted 21 January 2015 - 08:35 AM

I thought the CE's were the only ones with a GUI?

#8 Marvyn Dodgers

    Member

  • PipPipPipPipPipPipPipPip
  • Legendary Founder
  • Legendary Founder
  • 1,859 posts
  • LocationCanuck transplanted in the US

Posted 21 January 2015 - 03:59 PM

Moving to hardware and accessories

#9 griffenkevon

    Rookie

  • 1 posts

Posted 09 March 2016 - 01:48 AM

The simplest way to manage the switch is by using Device Manager in the switch memory. Use Device Manager for basic switch configuration and monitoring. This web interface offers quick configuration and monitoring. You can access it through a web browser. 400-101 VCE

To display Device Manager:

Step 1 Start a web browser on your PC or laptop.

Step 2 Enter the switch IP address, username, and password assigned in Step 9 above, and press Enter. The Device Manager page appears. Refer to the Device Manager online help for more information. 400-201 VCE

#10 Evan Kurst

    Member

  • Pip
  • Bridesmaid
  • Bridesmaid
  • 13 posts
  • LocationCologne

Posted 09 March 2016 - 02:47 AM

Connecting to the com-port of the switch by using a serial to usb converter.
Starting putty - choose serial and adjust the com-port (where your usb to serial converter is connected to), speed 9600.

(let me provide you with the short term commands ;-) )

ena - to swicth to enable modus
sh run - to show running configuration
sh ip int brief - to show all ethernet interfaces

conf t - to switch to configuration modus

interface vlan 1
ip add [noe IP address out of your LAN range - for example 192.168.1.10 255.255.255.0]
no shut

int range fa0/1-24 (or 48, depneds on the switch type/port value)
no shut

ip route 0.0.0.0 0.0.0.0 [your default router - for example 192.168.1.1]

Next configuration is for management and security

enable secret (password to enter enable modus)

username [name] passwort ****** (to enable access via telnet/ssh)

line con 0
password ***** (passwort for serial/console
stopbits 1
line vty 0 4
exec-timeout 30 0
logging synchronous
transport input ssh telnet
password ***** (passwort to allow acces via telnet/ssh)

clock timezone GMT 0
clock summer-time GMT recurring last Sun Mar 2:00 last Sun Oct 3:00
no ip domain-lookup
service timestamps debug datetime localtime show-timezone
service timestamps log datetime localtime show-timezone
service password-encryption
service compress-config
I'm not sure if access via ssh is working. Depends on the software on the switch.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users