How can i configure ports on a Cisco 2950 switch?

August 25th, 2009 | by switch |
fighterpilot74403 asked:


I am working on a Cisco 2950 series switch, and im trying to figure out how to make my first port be my outbound port to the rest of my network that’s using dhcp. how could i do this through the IOS command ine?

EVERETT
Share and Learn about "Network Switches"... These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • StumbleUpon
  • Reddit
  • Ask
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • Live-MSN
  • MySpace
  • Netscape
  • Squidoo
  • Technorati
  • TwitThis
  • YahooMyWeb
  1. 2 Responses to “How can i configure ports on a Cisco 2950 switch?”

  2. By naiku on Aug 27, 2009 | Reply

    BILLY

    what do you mean outbound port? SPAN port or just the gateway for the switch? If just a gateway, plug fa0/1 w/ a crossover cable into e0 on your router. the ip addresses are assuming .1 is e0 and .2 will be fa0/1. also helper-address isn’t needed on the switch if the directly connected switch is pooling out address. its only used if you are more then 1 hop away from the server.

    ena
    conf t
    del vlan.dat
    clear start
    reload

    ena
    conf t
    int vlan1
    ip address 192.168.1.2 255.255.255.0
    exit
    ip default-gateway 192.168.1.1
    exit
    ip helper-address 192.168.1.1
    write mem

    hopefully this is helpful if not just tell me.

  3. By Photo Tips And Tricks on Aug 29, 2009 | Reply

    BRYON

    I’m unsure exactly the details of your implementation, but I’d suggest reviewing the source listed below for information about DHCP features on the 2950.

Post a Comment