The default gateways on the PCs is 10.213.8.1 which is the ip address of vlan 9 on the 4507.Then you should configure intefaces for PCs to belong to VLAN 9
ASKER
switchport general allowed vlan add 9 taggedPorts that have PCs attached to it, most likely will need to have access port configured (untagged ports), since PC will drop any tagged packet that they receive. There are exceptions to this rule (like servers), but general rule of thumb is that port for PC needs to be untagged port.
switchport general allowed vlan add 9 untaggedPurpose of general mode is that port can be assigned to more than one vlan (otherwise access mode is preferred), but still you need to assign vlan to port. Cisco VLAN implementation is port-centric.
switchport general pvid 9
ASKER
A router is a networking device that forwards data packets between computer networks. Routers perform the "traffic directing" functions on the Internet. The most familiar type of routers are home and small office cable or DSL routers that simply pass data, such as web pages, email, IM, and videos between computers and the Internet. More sophisticated routers, such as enterprise routers, connect large business or ISP networks up to the powerful core routers that forward data at high speed along the optical fiber lines of the Internet backbone. Though routers are typically dedicated hardware devices, use of software-based routers has grown increasingly common.
TRUSTED BY
ASKER
This is different on the 4507 which I need to explicitly add vlan 1 to the port.
The default gateways on the PCs is 10.213.8.1 which is the ip address of vlan 9 on the 4507. Do I need to add an IP for vlan 8 on the SG300? It is not routing, just switching :-)