06-10-2002 08:45 AM - edited 03-01-2019 10:06 PM
I'm looking for a way to setup a switch (2950 series), so i can allow
a server to ping it,.
Before, on switches with IOS 12.0, i was able to do it, with that command
"access-list 100 icmp host 123.123.123.1 host 123.123.123.10 echo"
(123.123.123.1 being ip address of the server, and 123.123.123.10 the
address of the switch)
But now, with switches on IOS 12.1, that command is not supported
anymore.
Anyone would have a hint on how the switch could be configure to allow
a server to ping it ? (which is required for a bbsm server to be able to
"discover" it)
Thanks
06-10-2002 02:17 PM
You should only have to give the 2950 an IP address on interface VLAN1 to PING the switch from the same IP subnet.
06-11-2002 06:46 AM
The switch has already an ip adress configured on the interface VLAN1,
that is from the same IP subnet as the server. But still, it is not able
to ping it. But it doesn't say that it doesn't find it. It says that it is unreachable.
07-18-2002 08:23 AM
Could you please send me via e-mail the exact IOS level you are running ?
I have a couple of 2950G running 12.1(6)EA2a that stops replying to icmp echo.
There is probably a bug ?? Did you open a case ? if so please let me know.
On my side the case is C909058
.
07-18-2002 05:53 PM
Hi,
There are 2 ways to allow a Cisco Catalyst 2950 Switch to own an IP address so that it can be pinged by hosts on the network. First, you may try to run the command 'setup' in Priviledged EXEC mode and follow the instructions of the setup program that follows. If I remember correctly, there is a portion in the setup that prompts you to enter an IP address for the switch. You do, however, need to answer 'YES' when prompted to configure the switch for management in order to see the prompt for an IP address I think.
Second, by default, all the FastEthernet ports on the Cisco Catalyst 2950 Switches fall under a Virtual LAN, VLAN1. An IP address may be assigned to this VLAN1. This would basically mean that you are giving an IP address that would define the whole switch, which is what you are trying to do anyway. What you have to do is to get into Priviledged EXEC mode first by using the 'enable' command. Following this, issue the 'config terminal' command to get into Configuration mode. Then, issue an 'interface VLAN1' command to get into the configuration context of VLAN1. From here, you can set the IP address for the switch by issuing the command "ip address x.x.x.x m.m.m.m" (Where x.x.x.x is the IP address you want, m.m.m.m, the subnet mask). Remember to save :)
Hope this helps.
SzeShiong
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