yowellzers
MIS
I have a Cisco 4510 and I've set up a new VLAN, VLAN 15:
interface Vlan15
ip address 172.17.15.1 255.255.255.0
ip helper-address 172.17.1.30
I've set up a port for this vlan:
interface GigabitEthernet2/30
description Servers-Red
switchport access vlan 15
switchport mode access
spanning-tree portfast
Now I am getting an IP for the device plugged in that port and I can get to any of my other VLANS. However, if I'm on a device on the other VLANS, I can't get to this port. I can't even ping the port IP address from my 4510. What am I doing wrong?