This one is more for my archive than anything else. We set up some Cisco 3020’s in an HP Blade System recently and after a few weeks at the customer site none of the switches were accessible over IP. The switch config didn’t change and everything was fine when the hardware was set up. The only thing out of the ordinary was the switch was given a hard coded IP address on fa0 as opposed to using EBIPA and providing a DHCP address.
Since the switch was in production we were wary to make any big changes. The fa0 port was listed as up/up and it shows the IP address. You could also ping the IP of the switch from the switch but you could not ping outside the switch. We had the same issue trying to connect from the OA into the switch. The simple fix was to shut/no shut the fa0 port on the switch. After this IP was reset and it was off and running!
Thanks to Kevin for this one!
No Comments »
Some time ago Scott Lowe wrote up a great article on how to set up link state tracking for Cisco switches on both IBM and HP Blades.
I have set up a number of the switches lately and I wanted to add two more commands that I consider default settings on the switch to make your life easier before deployment. You will want to check with the network admin once you are on-site and probably modify them again to meet customer requirements.
vtp mode transparent
no service config (on the HP Cisco 3020 switches)
VTP Mode Transparent will place the switches into a mode where they will not participate in the VTP Domain to pass VLAN information to other Cisco switches in your organization. This allows you to “sandbox” the switch at the customer site and make sure everything plays well before you place the switch in the VTP domain. This prevents VTP problems if your VTP number is higher than the customer’s number, which would push your VTP settings out to the rest of the organization, providing they didn’t change the default VTP domain name. Sounds crazy, but it can happen.
No Service Config on the HP Blade Cisco switches will disable the “smart” feature in the switch where it will broadcast for a TFTP service to configure itself. If you don’t want/need this feature, simply enter this command in the config and it will go away. You will know you have this feature turned on if you are getting the following error in the switch logs and console on a regular basis:
%Error opening tftp://255.255.255.255/network-confg (Socket error)
%Error opening tftp://255.255.255.255/cisconet.cfg (Socket error)
%Error opening tftp://255.255.255.255/3620-confg (Socket error)
%Error opening tftp://255.255.255.255/3620.cfg (Socket error)
6 Comments »