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

    • Disabling open on hover, great! That was so stupid! They need to do a fix, where if a network share is disconnected, it doesn't hang when opening "This PC" for 20 seconds.
    • Microsoft releases major feature updates for stock Windows 11 apps by Taras Buria In addition to releasing new Windows 11 preview builds, Microsoft announced that inbox Windows apps now have dedicated release notes in the official documentation. At long last, users have access to all the release notes for each app, with changes listed in chronological order. Microsoft used to announce feature updates for stock apps with each build. Now, with Windows Insider release notes hosted on the Microsoft Learn website, each app has a dedicated space for its changelog, which is very useful for those who want to track new features and improvements. Alongside that, Microsoft dropped massive feature updates for six stock apps: Clock, Media Player, Calculator, Voice Recorder, Photos, and Paint. Each app packs quite a lot of changes and new capabilities, so here are the release notes. Here are quick notes so that you can jump to the app you are interested in the most: Calculator Camera Clock Media Player Paint Photos Sound Recorder Here is what is new for the Calculator in version 11.2605.9.0: More accurate square-root results — Fixed rare cases where a calculation that should equal zero (like sqrt(2.25) - 1.5) returned a tiny leftover value instead. Readable text in High Contrast themes — Settings text now shows the correct colors in the High Contrast Aquatic and Desert themes. Fixed layout for right-to-left languages — For languages like Arabic and Hebrew, the graph, number pad, equation fields, and scroll buttons now appear correctly oriented. Reliable launch after upgrading — Fixed an issue where upgrading from much older versions could leave outdated settings that stopped the app from opening. Here is what is new for the Camera app (version 2026.2605.7.0): Zoom slider works on more cameras — The zoom slider now works on the latest cameras, respects your system zoom settings, and updates instantly when you change those settings. Full range of zoom levels — Fixed an issue where the zoom slider only showed three steps on some devices that zoom in finer increments. Front camera works on more devices — Resolved a problem that blocked the front-facing camera on certain wide-angle devices. More video resolution choices — You can now pick video resolutions that were previously hidden; the app shows a heads-up warning instead of removing them. QR links you can still use — When a scanned QR code points to something with no matching app, the link is now copied to your clipboard (with a notification) while still offering a Store search. Smarter default settings — When you haven't set a preference, the app now follows your system settings by default. The Clock app has a massive changelog with the following improvements in version 11.2605.9.0: Timers keep counting after they hit zero — When a timer runs out, it now keeps counting up (for example, -00:27:31) so you can see how far past the time you've gone. You can turn off the daily goal — Focus Sessions now include an "Off" option so you can skip setting a daily goal entirely. New 15-minute snooze option — Alarms now offer a 15-minute snooze interval. Run up to 3 countdowns at once — The Countdown Widget now supports three simultaneous countdowns, up from two. Timer Widget notifications now appear — Fixed an issue where the "timer finished" notification didn't show when the timer was started from the widget. Less clutter in Focus Sessions — Tasks you've already completed no longer show up in the Focus Session task list. More accurate focus progress — Fixed a rounding issue that could show your daily focus progress as a minute short (for example, 49 minutes instead of 50). Smoother World Clock comparisons — The World Clock compare page now loads dates as you scroll, so it feels more responsive. Up-to-date World Clock locations — Refreshed country and city names to match their current names. Correct sun and moon icons during midnight sun — Fixed an icon that wrongly showed a moon during all-day daylight in polar regions. Fixed back-button behavior in clock comparisons — Pressing back once now takes you back as expected, instead of jumping the date to 1926. Corrected the Newfoundland time zone — Newfoundland now uses the right time zone (St. John's). Disabled alarms stay looking disabled — Editing a turned-off alarm no longer makes it appear turned on. Cleaner timer cards — The expand button is now turned off on timer cards that have no time set, preventing actions that wouldn't do anything. Clearer theme setting — Updated the wording to "Choose your preferred app theme." Smoother Settings links — The "About" links in Settings no longer trigger an unexpected "switch apps" prompt. Fixed spacing in Spotify settings — Corrected uneven spacing in the Spotify settings card. Better focus visibility in High Contrast — The focus highlight in World Clock is now clearly visible in the High Contrast Aquatic and Desert themes. No more double announcements — Screen readers no longer read the timer value twice. Countdown names read correctly — Screen readers now properly announce the name of each countdown. Keyboard focus stays put — Focus no longer disappears after you press the Timer Reset button. Clearer alarm toggle for screen readers — Tidied up how the alarm on/off switch is announced. The Media Player app received plenty of changes as well (version 11.2605.14.0): Custom captions — You can now personalize how closed captions appear, with caption styling tied to your Windows caption settings, plus a quick link to open those settings directly. "Indexing" banner in the play queue — When your media library is still being scanned, a banner now explains why some items may not appear yet. Fixed the look of selected items — Corrected a layout glitch with selected items in lists. Fewer playback failures — Improved how the app recognizes supported file types, so more files play without issues. Playlists need a name — You can no longer accidentally save a playlist with a blank name. Cleaner look for empty playlists — Improved how a playlist appears when it has no items yet. More stable play queue edits — Fixed a crash that could happen when changing the play queue while the app was switching between sessions. Clearer "missing codec" message — Improved the dialog that appears when a file needs a codec you don't have, with clearer guidance on what to do. A big update is also available for Paint in version 11.2605.61.0: Adjustable eraser transparency — You can now control how transparent the eraser is. Cleaner stamp brush strokes — Fixed visible color shifts and artifacts when using stamp-style brushes. JPEG photos save in place — Opening a rotated JPEG and pressing Save now overwrites the original instead of unexpectedly prompting "Save As." No more crash on bad image files — Opening a damaged or invalid image, from within the app, by double click, or commandline, now shows a clear error message instead of closing the app. Classic selection behavior restored — The selection outline now hides while you move, resize, or rotate a selection, just like in classic Paint. Tidier AI image panel — Fixed missing spacing at the bottom of the AI image generation panel for a cleaner layout. Visible button hover in light theme — Toolbar split buttons now show a clear hover highlight in the light theme. Snappier toolbar — Streamlined how the ribbon lays out, giving a small speed boost at startup. Fewer background crashes — Fixed a crash that could happen while background tasks were finishing up. Stable app shutdown — Prevented rare crashes when closing the app. Fixed layer removal glitch — Deleting the active layer no longer leaves the layers list in an inconsistent state. Here is what is new in the Photos app (version 2026.11060.2004.0): AI watermarking — AI-generated or edited images can now carry a visible Copilot watermark. You choose Never, Always, or Ask Every Time in Settings, with a confirmation when saving. The watermarking is off by default in settings. Better viewing of small images and pixel art — Tiny images (like 16×16 pixel art) now zoom in far more to fill the screen and stay crisp instead of looking blurry. Select scanned text with the keyboard — When text is detected in an image, you can now navigate and select it using the arrow keys, Shift+Arrow, Home/End, and Ctrl+A, with a clear focus highlight. Fixed a crash in text recognition — Resolved a crash that could close Photos while detecting text in images; the app now recovers gracefully. Easier keyboard navigation — Tabbing through the navigation bar no longer stops on hidden controls, so it takes a single Tab to move past it instead of three. And finally, here is the Sound Recorder (version 11.2605.1.0): Waveform shows with Bluetooth mics — The live waveform now displays correctly when you record using a Bluetooth audio device. No more stray scrollbar — A non-working horizontal scrollbar no longer appears at the bottom of the waveform unless you've zoomed in. Mark button ready right away — The Mark button no longer looks grayed out until you hover over it after opening the app. Markers hidden for WAV files — Markers are now turned off for WAV recordings, since that format can't store them — so they're no longer lost silently. Smoother deleting — Quickly pressing Delete and Enter to remove several recordings in a row no longer triggers a "file doesn't exist" error. Fixed a memory issue — Resolved a memory leak that occurred each time a recording started. You can find all these changelogs in the official documentation here.
    • again, an article about Microsoft Edge and ridicules hater's comments
    • From this very same article: "For organizations that prefer a “more deliberate pace”, the Extended Stable channel remains an option."
    • Or every other browser, because they all behave the same, at least the mainstream ones. Firefox does exactly the same: background updates, restart to install them. Haters gotta hate, I guess.
  • Recent Achievements

    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      499
    2. 2
      PsYcHoKiLLa
      170
    3. 3
      +Edouard
      162
    4. 4
      Steven P.
      85
    5. 5
      ATLien_0
      77
  • Tell a friend

    Love Neowin? Tell a friend!