Recommended Posts

Hey All,

Yup me again with some more network questions :stupid:

I have got myself a cisco switch (managed) i think it is a 2950 but i think i am wrong their could be a different model anyway anyone got any tips on configuring this?

I also have a dell precision T3400 i want to rack mount this does anyone know if this is possible? I have seen HP towers in a rack before (at work) if not could the contents of the T3400 be moved to a rackmount server chassis?

UPS does anyone know of a good Rack UPS?

Lastly does anyone have any links for cat5 faceplaces, patch panels & cat5 cables?

That is all i have for now

Thanks all

Rich

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/
Share on other sites

I can help you configure the 2950 however you really need to tell us what exactly you want to do with it. I could get into vlans etc but that would be kind of pointless if you are not going to use em ;)

Your basic configuration would probably be something along the lines of setting the hostname and configuring vlan 1 as an administrative vlan with an ip address. (this way you can telnet). You could also setup SSH however I believe you will need the crypto featureset.

Can you post the contents of a Show Version from the switch?

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824056
Share on other sites

Monoprice is a good place to look for faceplates, cables, and patch panels. The Keystone plates and jacks are easy to work with.

http://www.monoprice.com/products/department.asp?c_id=105

Brilliant....i am going to have a look here now.

Does anyone know if the dell precision are standard atx and will they fit into a standard rack mount server chassis?

I can help you configure the 2950 however you really need to tell us what exactly you want to do with it. I could get into vlans etc but that would be kind of pointless if you are not going to use em ;)

Your basic configuration would probably be something along the lines of setting the hostname and configuring vlan 1 as an administrative vlan with an ip address. (this way you can telnet). You could also setup SSH however I believe you will need the crypto featureset.

Can you post the contents of a Show Version from the switch?

Sophism, we use Vlan's here and for what i want i really don't think that their is any need, i got this switch to learn on i was given no details about it what so ever so i don't even know how to connect to it. If i plug it in and connect it to my mac's network point can i configur eit like that?

I have knowledge of network's just not on this level, hence why i am trying to learn :) Thanks for your offer to help tho

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824060
Share on other sites

Your going to need to use the console cable that came with it to setup an IP, once it has an IP and HTTP is enabled you could use the SDM to configure it (web UI) if need be, or just normally you telnet or ssh to them.

But until you give it an IP, the only way to connect to it is with the console cable.. Sure a mac should work if it has a com port to use with the console cable, etc.

Until you configure it, its pretty much just a dumb switch -- it will pass traffic, etc. But not much else.

First thing you will see when you console is a wizard setting it up.. Have you bothered to even breeze over the documentation that came with it?? How is it you do not even know the exact model number??? :rolleyes:

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824226
Share on other sites

Your going to need to use the console cable that came with it to setup an IP, once it has an IP and HTTP is enabled you could use the SDM to configure it (web UI) if need be, or just normally you telnet or ssh to them.

But until you give it an IP, the only way to connect to it is with the console cable.. Sure a mac should work if it has a com port to use with the console cable, etc.

Until you configure it, its pretty much just a dumb switch -- it will pass traffic, etc. But not much else.

First thing you will see when you console is a wizard setting it up.. Have you bothered to even breeze over the documentation that came with it?? How is it you do not even know the exact model number??? :rolleyes:

Budman, i have a windows machine at home that has a serial port, can u buy console cables?

It is not a case of not being 'bothered' i dont have the documents i was given the switch through kind so i didnt purchase it, when i got it the switch was dead the PSU had died so i have repaired it and if i could fix it the switch was mine that is why i now have it.

It has already been configured for use elsewhere (before i got it) so i will need to reset it.

Oh and i didnt know the exact model number becuase at the time of posting the switch was not in front of me.

Rich

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824256
Share on other sites

You need to use a console cable and connect it to a serial port or a USB to serial adapter.

http://itknowledgeexchange.techtarget.com/...-console-cable/

and you will need one of these as well

http://www.usbgear.com/computer_cable_deta...06%2C1009%2C601

You then connect it to the CONSOLE port on the back of the switch.

On a Mac you can use Zterm which is free, or on a windows box you can use Hyperterminal. stop bits of 1, and flow control of none.

For the hyperterminal settings you will want to set a 9600 BAUD, 8 data bits, no parity,

With the default image there should not be a password. If there is I can post instructions on resetting that password.

By default you are in user exec mode, you have basic troubleshooting commands available but cannot really change anything.

type "enable" and hit enter and you are now in privileged exec mode. (this is like Root or Administrator)

type "conf t" to make changes to the currently running configuration. This is called global config mode.

These changes are not saved and if you restart they will be lost. TO save any changes to nvram you can type "Copy ru st", or type "wr". If you are in a line config or int config you can type "do wr".

To change the hostname of the device type "hostname "name""

To remotely manage the switch via telnet you can type the following commands

from global config:

line vty 0 15

password "password"

login

exit

then from global config type the following:

int vlan 1

ip add "set this to a reachable ip on your network" for example: "ip add 192.168.1.200 255.255.255.0"

By default all your switchports should be in vlan 1 so if you plug a computer up to switchport 1 and it is on the 192.168.1.0/24 network you should be able to telnet to this switch by opening Terminal and typing "Telnet 192.168.1.200"

lol I got roped into a quick meeting at work and budman beat me to it :p

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824260
Share on other sites

Okay this is all good, i have a console cable and connected it to the computer, i need to find out how to reset the switch back to factory defaults. It has a number of vlan's configured accross it and also has a password.

I appreciate the help, and i am trying to learn to please exuse me.

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824282
Share on other sites

Okay this is all good, i have a console cable and connected it to the computer, i need to find out how to reset the switch back to factory defaults. It has a number of vlan's configured accross it and also has a password.

I appreciate the help, and i am trying to learn to please exuse me.

You need to do a password recovery, follow procedure here - http://www.cisco.com/en/US/products/hw/swi...080094184.shtml

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824306
Share on other sites

Okay password reset :) I am now just trying to configure all the ports on the switch to vlan 1.

When you login and type enable do you then have to type conf t to be able to execute commands such as line vtr 0 15?

I get this error:

howell_sw050>enable

Password:

howell_sw050#conf t

Enter configuration commands, one per line. End with CNTL/Z.

howell_sw050(config)#line vtr 0 15

^

% Invalid input detected at '^' marker.

howell_sw050(config)#

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824476
Share on other sites

Okay i managed to get this working now - i followed all your steps and this is now what my vlan configuration looks like

VLAN Name Status Ports

---- -------------------------------- --------- -------------------------------

1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4

Fa0/5, Fa0/6, Fa0/7, Fa0/8

Fa0/9, Fa0/10, Fa0/11, Fa0/12

Fa0/13, Fa0/14, Fa0/15, Fa0/16

Fa0/17, Fa0/18, Fa0/19, Fa0/20

Fa0/21, Fa0/22, Fa0/23, Fa0/24

Gi0/1, Gi0/2

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824548
Share on other sites

that is a VTY not VTR ;)

I noticed that - i must have cars on the brain or just extremely tired ha ha! Is this switch configured now? If i was to connect 24 cables from a patch panel to each onr of these ports would it work on the network?

Somehow i think i need to configure DHCP - i don't really want to leave this to my router, maybe a hardware firewall/router is required for this task,

Rich

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824598
Share on other sites

most any cisco switch/router can act as a dhcp server.

Again -- I would HIGHLY suggest you RTFM! ;)

If you do not have it handy - all the docs are available on cisco

http://www.cisco.com/en/US/docs/ios/12_2/i...de/1cfdhcp.html

Configuring DHCP

you would have to enter service mode.

Router(config)#service ?

alignment Control alignment correction and logging

compress-config Compress the nvram configuration file

config TFTP load config files

dhcp Enable DHCP server and relay agent

disable-ip-fast-frag Disable IP particle-based fast fragmentation

exec-callback Enable exec callback

exec-wait Delay EXEC startup on noisy lines

If you not comfortable with command line - you can configure the dhcp server using the SDM.

http://www.cisco.com/en/US/products/sw/secursw/ps5318/

But I would really suggest you lean the command line, SDM is fine for people that just need to do the basic stuff - but if you want to take full advantage of your switch you will need to use the command line.

edit: remember not to run more than 1 dhcp server on the same network ;)

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590824944
Share on other sites

I have managed to finally figure out how to remove vlan's from the configuration, i have been trying to configure the switch as a DHCP server but i think i am going to leave this to the hands of pfsense to carry out.

Here is my curren vlan configuration, how do i know if each one of these ports is configured correctly now? Budman thanks for the links to the cisco documentation came in real handy but will take a few reads to get my head around.

VLAN Name Status Ports

---- -------------------------------- --------- -------------------------------

1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4

Fa0/5, Fa0/6, Fa0/7, Fa0/8

Fa0/9, Fa0/10, Fa0/11, Fa0/12

Fa0/13, Fa0/14, Fa0/15, Fa0/16

Fa0/17, Fa0/18, Fa0/19, Fa0/20

Fa0/21, Fa0/22, Fa0/23, Fa0/24

Gi0/1, Gi0/2

1002 fddi-default act/unsup

1003 token-ring-default act/unsup

1004 fddinet-default act/unsup

1005 trnet-default act/unsup

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------

1 enet 100001 1500 - - - - - 0 0

1002 fddi 101002 1500 - - - - - 0 0

1003 tr 101003 1500 - - - - srb 0 0

1004 fdnet 101004 1500 - - 1 ieee - 0 0

1005 trnet 101005 1500 - - 1 ibm - 0 0

Remote SPAN VLANs

------------------------------------------------------------------------------

Primary Secondary Type Ports

------- --------- ----------------- ------------------------------------------

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590829502
Share on other sites

what do you mean configured correctly? Its listed in the default vlan -- so all ports can talk to each other.. Do you mean for speed or duplex? what other configurations do you want to put on them? You would have to do that on the interfaces themselves.

Just take a look at the interfaces to view their settings, or take a look at your running config for other configurations that might be set, etc.

Again READ THE MANUAL!!!

http://www.cisco.com/en/US/docs/switches/l...de/scg_prf.html

The cisco site is LOADED with documentation.. You will want to make sure you are viewing info that pertains to your current IOS version though.

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590829600
Share on other sites

what do you mean configured correctly? Its listed in the default vlan -- so all ports can talk to each other.. Do you mean for speed or duplex? what other configurations do you want to put on them? You would have to do that on the interfaces themselves.

Just take a look at the interfaces to view their settings, or take a look at your running config for other configurations that might be set, etc.

Again READ THE MANUAL!!!

http://www.cisco.com/en/US/docs/switches/l...de/scg_prf.html

The cisco site is LOADED with documentation.. You will want to make sure you are viewing info that pertains to your current IOS version though.

Dosent matter budman, i will leave my questions at that, i have read (reading) the documention i just wanted some help of people in the know but it dosent matter.

- Rich

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590829650
Share on other sites

I would be more than happy to answer any specific questions you might have, but Im not a fan of spoon feeding info to people when the info is right at their fingertips.

have given you info on how to connect to it, and how to get to the dhcp server settings, etc.

What specific questions do you have?

"how do i know if each one of these ports is configured correctly now"

Is VAUGE at best.. Without knowing EXACTLY what your wanting to do - nobody can answer that question. To view the settings for a specific interface -- look at the interface, or look at the running config, look at the settings specific to each interface in the running config, etc.

What do you want to do on the interfaces?? Set speed, duplex? Access, Trunk Mode? Portfast? Etherchannel? What?

Again would be more than happy to help you with anything "specific" -- and you will clearly get more in depth info from the documentation than anyone's post. But once you have read how to do something - and its not working, or you would like clarification of how/why etc.. then yeah plenty of people in the know that can help you.

Sorry but "how do i know if each one of these ports is configured correctly now" is not really an answerable question.. If you state what you want to do on an interface, and then show us the config for the interface we could tell you if its correct or not.. But without KNOWING what your wanting to accomplish there is no way to tell you if its correct or not ;)

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590830152
Share on other sites

Hey Budman,

Thanks again for your reply, i understand where your coming from and by no means am i asking to be 'spoon fed' just after a little bit of direction, all iwant to know is how do i make sure if the configuration i have now completed is going to work when i plug something into it. Is the easy answer try it?

Sorry about my vauge post.

Richard

Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590830216
Share on other sites

By default all ports are going to be in vlan 1, by default all ports will forward traffic - cisco switches are designed to be plug and play.. by default they will be auto speed and duplex, etc. You don't really have to configure anything for them to be used as a switch. Now that would not be very useful for people shelling out the cash for a fully managed switch ;) But hey out of the box they will function - and nothing "has to" really be configured. Only when you want to start using some of the "managed" features do you have to actual start to configure them -- or if maybe you run into an issue where auto speed and duplex dont work, or you want to set an interface to a specific speed or duplex for your needs, etc ;)

Sure if there was some configuration on the switch before you got it, its possible there might be some settings that could cause you issues. Viewing the running config would show you all the settings, and from there you could determine if some of them might cause you problem. If you want just reset it to factory and all previous settings would be gone at it would be like you got it brand new -- you mentioned you went thru the password reset procedure.

Did you reset it to factory?

http://www.cisco.com/en/US/products/hw/swi...0800c4546.shtml

Resetting Catalyst Switches to Factory Defaults

If your unsure of anything -- you might want to do this.. This way your sure you have a clean slate config to work with.

If you have any "specific" questions -- always glad to help.. Or even general "switching" technology questions, ie what is a vlan, what is stp, etc.. happy to help! But please at least do some research on the topic before asking the questions ;) heheh

Edited by BudMan
Link to comment
https://www.neowin.net/forum/topic/757034-network-advice/#findComment-590830392
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Visual Studio finally gets long-awaited feature that developers will love by Usama Jawad Visual Studio Code is Microsoft's popular, lightweight, open-source code editor, it is actually Visual Studio that is the company's flagship integrated development environment (IDE). Although the IDE already offers a boatload of useful features for developers, Microsoft has finally introduced a long-requested capability that will be loved by many. While developers have already been able to create Git pull requests (PRs) directly within Visual Studio for the past couple of years, it had not been possible to review a PR without switching to the browser, until now. Microsoft revealed in December 2025 that it is working on UX that enables developers to do just that, and fast-forward to June 2026, and Visual Studio finally has native capabilities to open and inspect a PR, discuss feedback, and wrap up the review, all without switching to the browser. This integration works for both GitHub and Azure DevOps (including on-prem). Developers have access to multiple surfaces to open a PR, including Git Repository, Git Changes, and the Git menu in Visual Studio. Once you open a PR, all the important details will be immediately visible to you, from where you can navigate to various levels of granularity and branch states, depending on the reviews that you are engaged in. As you would expect, you also get a diff view that enables you to see code changes inline or side-by-side in a separate panel. You can also review commit-by-commit. Additionally, this UX fosters collaboration as you can leave comments, reply to threads, and resolve conversations easily. Naturally, you can also leverage Copilot to apply a code suggestion to fix a potential issue. When you are done, you have the ability to approve, complete, and merge the PR. This is a pretty major feature as it has been requested heavily for the past few years. You can try it out in Visual Studio 2026 version 18.7, made available here recently. Microsoft plans to enhance this experience further in future releases with comment filtering, a timeline of PR activity, and more.
    • This AdGuard Family lifetime deal is still only $15.97 by Steven Parker Today's highlighted Neowin Deal comes via our Apps + Software section, where you can get a lifetime subscription and save 90% on a lifetime AdGuard Family Plan. AdGuard is a unique program that has all the necessary features for what they claim to be "the best web experience." The software combines the an advanced ad blocker, a privacy protection module, and a parental control tool—all working in one app. This software deals with annoying ads, hides your data from a multitude of trackers, protects you from malware attacks, and even lets you restrict your kids from accessing inappropriate content. Install AdGuard and see the internet as it was supposed to be: clean and safe. Get rid of annoying banners, pop-ups & video ads once and for all Hide your data from the multitude of trackers & activity analyzers that swarm the web Avoid fraudulent and phishing website and malware attacks Protect your kids online by restricting them from accessing inappropriate & adult content Good to know Family Plan Length of access: lifetime This plan is only available to new users Redemption deadline: redeem your code within 30 days of purchase Max number of devices: 9 Access options: desktop & mobile Software version: AdGuard Family Updates included A lifetime subscription of AdGuard Family Plan normally costs $169.99, but this deal can be yours for just $15.97, that's a saving of $157.02. For full terms, specifications, and license info please click the link below. Get this AdGuard Family lifetime deal for just $15.97 (was $169.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. As an online publication, Neowin too relies on ads for operating costs and, if you use an ad blocker, we'd appreciate being whitelisted. In addition, we have an ad-free subscription for $28 a year, which is another way to show support! Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • the MCT currently downloads 26200.8653, so not completely up to date.
    • Around 68% of developers are now using AI to generate code during development, and some experts are saying that a single developer using AI tools can now do the work of an entire team of 4 to 5 engineers.  According to Figma's State of the Designer 2026 report, 72% of designers now use generative AI in their workflows and 91% say it improves the quality of their work, not just their speed.  But does this mean web developers and designers are becoming less relevant, or are they simply evolving into a different kind of role? Would love to hear from developers and designers here has AI made your job easier, or do you feel threatened by how fast these tools are improving
  • Recent Achievements

    • Week One Done
      Timaximus earned a badge
      Week One Done
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
    • Week One Done
      davidbazooked earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      PsYcHoKiLLa
      181
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!