01-24-2012 01:13 PM - edited 03-07-2019 04:31 AM
Background:
- Small isolated network (no internet access)
- No DHCP server running, all IP addresses are static
- TFTP server is running at 192.168.4.101
- Have switch IP configuration (vlan1) set to 192.168.4.200, subnet mask 255.255.255.0
- Cannot successfully ping TFTP server from switch
- Cannot successfully ping switch from itself
- Switch is directly connected to TFTP server via cat5 straight through cable
This is my first time using Cisco products, so I am very much a newbie when correctly setting them up.
Solved! Go to Solution.
01-24-2012 10:40 PM
Did you enable vlan 1?
interface vlan 1
ip address x.x.x.x x.x.x.x
no shutdown
Hope this helps
Eugen
01-24-2012 03:34 PM
Gregory
Your post asks about doing TFTP for SW download. Is this a running switch (running successfully) and you want to upgrade code or is this a switch lacking IOS and you are trying to TFTP an image to recover from a problem? Knowing this would make some difference in what steps we would suggest that you try.
HTH
Rick
01-25-2012 06:45 AM
Rick,
The switch is running successfully, but does not include the cryptographic software image that I need to enable SSH. I have downloaded the image from the Cisco support site, and have the .bin in the TFTP repository on the server. No other switches on this network have the cryptographic software image either.
Thanks for the help,
Greg
01-24-2012 08:21 PM
Can you please post the following outputs as well:
- show ver
- show int vlan 1
- show vlan id 1
- show ip arp vlan 1
- show mac addr dyn
Thanks
Nik
01-25-2012 06:55 AM
Nik,
There is too much to type in manually, but "show int vlan1" shows that the vlan1 is down, so I changed it to no shutdown. Thanks!
01-24-2012 10:40 PM
Did you enable vlan 1?
interface vlan 1
ip address x.x.x.x x.x.x.x
no shutdown
Hope this helps
Eugen
01-25-2012 06:56 AM
Eugen,
I did not! The no shutdown command seems to have fixed it.
Thanks so much!
01-26-2012 05:19 AM
Glad to help
Eugen
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide