Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting IP addresses on 2950 switches

Status
Not open for further replies.

pctechnician

Technical User
Feb 10, 2003
134
US
How would you set ip addresses on cisco 2950 switches. What i want to do is save my configs from my 2950 switch to my tftp server.

if anyone knows how i would set the ip address, and then save to the tftp server, please help.

A+,Net+
 
Hi

Give the default VLAN on your switch an IP address. The ports in that VLAN (all of them by default where no others have been configured) will allow you then to connect to that address.

Something like:
Switch>enable
Switch#conf t
Switch(Config)#int vlan 1
Switch(Config-if)#ip address 10.1.1.1 255.0.0.0
Switch(Config-if)#no shut
Switch(Config-if)#<ctrl-Z>
Switch#

Cisco have the command ref in case I have got the syntax wrong at
EB
 
EB is correct.

If you want save config to tftp server once done

copy running-config tftp

enter your tftp server ip address and config file name and away you go.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top