Hi,
I can confirm what Hansang is saying. The IP configuration on 2950 switches
is only for management purposes. If you need layer-3 (routing) to be done
you need a router or layer-3 switch (like the 3550 or higher series switches
for instance).
Erik
"BHAVESH PATEL" <> wrote in message
news:%KrTd.215378$. uk...
> Dear All
>
> i have stacked together 2 Cisco 2950 series switches. Each switch has
> it's own IP address as well as a floating address 10.75.100.254. All
> client will point their gateway to that address. The Ip-default gateway
> of the switch is 10.75.100.252. I was under the impression, that if the
> traffic within the switch canot find a destination it would route itself
> to the gateway of last resort???
>
> I was wondering if this was a bug with the version of IOS or is it to do
> the same setup you actuall require Layer 3 switches
>
> I hope someone understands what I am trying to achieve
>
> Thanks for reading
>
> Best Regards
>
> BP
>
> Config of Switch A (2950)
>
>
> !
>
> interface Vlan1
>
> ip address 10.75.100.3 255.255.255.0
>
> no ip redirects
>
> standby 1 ip 10.75.100.254
>
> standby 1 priority 95
>
> !
>
> ip default-gateway 10.75.100.252
>
> ip http server
>
>
> Config of Switch B (2950)
>
>
> !
>
> interface Vlan1
>
> ip address 10.75.100.1 255.255.255.0
>
> no ip redirects
>
> standby 1 ip 10.75.100.254
>
> standby 1 priority 105
>
> standby 1 preempt
>
> !
>
> ip default-gateway 10.75.100.252
>
> ip http server
>
> !
>
>
>
|