13 Posts

February 17th, 2012 13:00

it may just be the need for an

ip default-gateway setting.    

This is the statement that directs the host to receive and send reponses to on a routed network.

==============================================

on our 6224 switches the config looks like this for the default vlan, which is typically vlan 1.

...

ip address 10.127.1.190 255.255.255.0

ip default-gateway 10.127.1.1

....

==============================================

If we need to have the switch on a specific vlan

vlan database

vlan 2

interface vlan 2

name "Management"

exit

ip address 10.122.1.202 255.255.255.0

ip default-gateway 10.122.1.1

ip address vlan 2

February 21st, 2012 15:00

I have tried setting it up as you had said with those commands, when I type in show ip interface vlan 1 it tells me my gate ip address and my ip address but it shows the activity status as inactive. I am able to use the switch in the network but I cannot ping the switch from any of the computers or access it on my web browser via the ip address.

John

13 Posts

February 22nd, 2012 06:00

What are the settings for the connecting switchport?

What are the settings for the local port connecting to the other switch?

No Events found!

Top