How can i configure ports on a Cisco 2950 switch?
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?
Similar Posts:
- Does any know where I can get a Cisco Router that supports Fiber Optic?
- How do I construct a Cisco IOS configuration to run a snake test?
- Configure Additional Settings
- How do I set up a VPN on a Cisco ASA 5510 where the remote node is on a dynamic IP address?
- How can I network 3 computers from an ordinary network cable without a switch?
Extend This Post Reach


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.
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.