cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
380
Views
0
Helpful
4
Replies

Basic Desktop and X-Over configs

dcooper_191
Level 1
Level 1

Hello,

I was wondering if anyone could suggest some good links/docs for examples on configs for Desktops and Cross Overs between switches.

We're currently running 2950's in a school/lab environment.

I've seen some of the smartport macro's built in the IOS, but our network is currently a flat network and I'm trying to learn better configurations for new switch deployments.

Our basic config as it stands with only vlan 1

service password-encryption

no spanning-tree vlan 1

no cdp run

no ip http server

switchport mode access on Cross-overs only.

(from what I've read it seems if you have a dedicated workstation in a port that it should get switchport mode access as well, is that correct?)

Any info/hints/tips would be much appreciated.

Thanks.

4 Replies 4

Hello,

basically, as a rule of thumb, the ports of your switch to which you have servers connected should be set to fixed speed and duplex settings, and the same should be the case for the respective server NICs. User ports, that is, switchports to which your desktop or laptop users connect to, should be left at the default (autonegotiate) speed and duplex settings.

Since you have disabled spanning tree (for your only VLAN, VLAN 1), make sure that there are no loops in your network.

Have a look at the following document:

Configuring Interface Characteristics

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat2950/12122ea5/2950scg/swint.htm

As for the 'switchport mode access' command, you actually might want to configure that on all your ports, not only the ports connecting your switches to each other. Since you are not using any trunks, any DTP (Dynamic Trunking Protocol) packets exchanged have no use anyway.

This document also contains a lot of information on how to best configure switchports and switches in a LAN switching environment, check if that helps you:

Troubleshooting LAN Switching Environments

http://www.cisco.com/en/US/tech/tk389/tk213/technologies_tech_note09186a0080176720.shtml

HTH,

GP

First of all thank you for the reply and the links.

I started thinking about the "switchport mode access" more after posting and thought that might be the best thing for desktops as well etc. So it's good to hear from someone else about it. Also I then discovered the Ciscos "Smartport" macro's loaded on the IOS (very cool) and it had that enabled in the dekstop one! :)

As for servers etc. I already do set our NIC/Ports. I went through some IOS problems dependin on which one was loaded I got better results not forcing etc. However that's been solved via downgrading a few switches. :)

As for the "STP", thank you for your adivce on checking for loops. While we don't have redundant links....I know it's easy for somebody to get in a closet and create one! So until we learn to setup STP correctly we'll keep an eye out. We had to turn it off globaly from having Appletalk issues.

I'm sure it's possible to use STP (if setup correctly) with Appletalk but for now that's why we've disabled it.

Once again thank you for you time. Much appreciated.

Hello,

I think the 'spanning-tree portfast' command on a switchport will allow Appletalk to work properly.

If you decide to implement spanning tree, you can also tune the forward-delay and max-age timers (which should be done on the root bridge). Let me know if you need help with this, should you decide to use STP.

Regards,

GP

Ok thank you. I'm sure we'll use it in the future of our networks. So I may take you up on this later.

Thanks again.

Review Cisco Networking products for a $25 gift card