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

    • They thought value of their goods would forever only drop like it used to and didn't account for sudden increase in price because of all the Ai hype. Tough luck Samsung, don't try to weasel this one out. Also American customer protection laws are a**. In Europe, you need to be compensated for a functioning product of same or better characteristics (not same price point as when it was originally bought!) if it can't be repaired and when you receive a replacement product your warranty starts from scratch because you received a different item than you previously had and old warranty thus cannot apply to it anymore. If your actual item was successfully repaired, warranty gets extended for the period the item was in service. If item is repaired to a significant extent, warranty also starts over from scratch because major part of it was replaced. Americans need to fight to get this kind of consumer protections because they are constantly getting screwed over.
    • Microsoft releases new Windows 11 Media Creation Tool with the latest updates by Taras Buria Patch Tuesday updates arrive every month, bringing users new features and security updates. To make sure customers have access to the most recent images, Microsoft also releases updates to the Media Creation Tool app, its official utility for Windows 11 installation. Today, the company pushed new ISOs to Media Creation Tool, allowing you to create images with the June 2026 Patch Tuesday updates. With the latest update, the Media Creation Tool now downloads KB5094126. It is Windows 11 version 25H2, build 26200.8655, which is also available via Windows Update. Note that the app itself remains on the previous version, which you can check in Properties > Details. The only change is that it now downloads a more recent Windows 11 build, so the only way to check is to download an ISO. The June 2026 Patch Tuesday update is a special release for Windows 11, as it brings a new performance profile to make the operating system more responsive and snappier when rendering various user interface surfaces, including the Start menu, quick settings, and more. It does so by spiking processor speeds for a brief moment, resulting in higher loads for a second or two. The so-called “Low latency profile” is rolling out gradually, but you can force-enable it with the ViVeTool app. Other changes include webcam improvements, Task Manager updates, shared audio support, and more. You can download the Media Creation Tool app from the official Microsoft website using this link. Besides MCT, Microsoft lets you download Windows 11 ISO as a file directly from the official Windows 11 website. However, you will need a third-party app to write it to your USB drive. Check out this guide if you want to know how to do that.
    • Louis Rossmann suing Samsung over "990 Pro SSD warranty scam" by Sayan Sen Back in 2023, if you recall, Neowin reviewer Robbie Khan had a dispute with Samsung over his 990 Pro SSD, which was rapidly losing its health. After significant back and forth, the tech giant had finally released firmware to "stop" the issue. Interestingly, its previous flagship at the time, the 980 Pro was also facing problems leading to two consecutive sets of firmware fixes. Three years later, it looks like a similar conflict has now broken out between tech repair entrepreneur YouTuber Louis Rossmann and Samsung, as it has escalated into a threatened lawsuit after the company allegedly refused to appropriately replace a failing 990 Pro SSD that remained under warranty. According to Rossmann, a 4TB Samsung 990 Pro NVMe SSD purchased for approximately $330 less than two years ago, began experiencing major hiccups and issues, even though he claims it had been operated under ideal cooling conditions. It was installed in a RAID 1 array and cooled by a heatsink and dual high-speed fans. However the drive reportedly started dropping out of the array, exhibiting controller-level failures that eventually became not useable in any meaningful way. Rossmann said Samsung’s support process was marked by delays and confusion from the very start. After initially contacting the wrong regional support channel, he was redirected to Samsung’s memory support division where he submitted detailed diagnostics, logs, and proof of purchase. Rossmann runs a repair company and owns an ACE Lab PC-3000 machine, which is a professional-grade data recovery equipment. As such, he had been confident in his diagnostics. Samsung even seemingly acknowledged that later. Regardless, Rossmann claims that his initial support ticket was automatically closed before a full 24-hour response window had elapsed, forcing him to reopen the case and resubmit documentation. The controversy however intensified further from here after Samsung accepted the drive for warranty evaluation but later returned it with a repair report stating that the drive had passed its testing and that the SSD had been verified as functional. Rossmann strongly disputed those claims citing that his own independent testing on PC-3000 showed write speeds reducing to as low as 40–60 MB/s before the drive failed entirely. Samsung subsequently informed him that the SSD had been reset and reflashed, passing internal stress tests. However, the company also stated that replacement units were unavailable due to an industry-wide memory shortage and suggested that a refund process could be initiated if further testing confirmed the fault. Thus, to settle, the company offered a refund of $330, the amount that was initially paid by him to make the purchase. Here, Rossmann pointed out the seeming hypocrisy of the tech giant as in how no Samsung drive was apparently allocated for warranty replacements, but they were abundantly available for retail sales especially when using business accounts. As you can see, Rossmann is indeed right, there are Samsung 990 Pro 4TB SSDs on Amazon currently for $950 (shipped and sold by first-party Amazon US itself), and they are also available on Samsung's own store too, albeit for an even higher price of $1100. Thus Rossmann argues that Samsung’s inability or unwillingness to provide a replacement while the same model remains available for purchase at significantly higher market prices reflects a failure to honor its warranty obligations. He has issued a formal 60-day notice and says he intends to file suit in Texas small claims court, asserting that companies should face greater costs for denying legitimate warranty claims than for fulfilling them. You can check out the full video titled "Samsung's 990 Pro SSD warranty policy is a scam; I'm taking them to court," at the link below. Source and image: Louis Rossmann (YouTube) As an Amazon Associate we earn from qualifying purchases
    • Was it too much to ask to show the icon in this article?
  • Recent Achievements

    • Week One Done
      davidbazooked earned a badge
      Week One Done
    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      PsYcHoKiLLa
      184
    3. 3
      +Edouard
      158
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!