Hi
Look at page 190 in this book
http://www.cisco.com/en/US/docs/switches/lan/csbms/sf30x_sg30x/administration_guide/78-19308-01.pdf
Trunk
—The interface is an untagged member of one VLAN at most, and
is a tagged member of zero or more VLANs. A port configured in this
mode is known as a trunk port.
Also look at
http://www.cisco.com/en/US/tech/tk389/tk689/tk301/tsd_technology_support_sub-protocol_home.html
GVRP is a GARP application that provides IEEE 802.1Q-compliant VLAN pruning and dynamic VLAN creation on 802.1Q trunk ports. With GVRP, the switch can exchange VLAN configuration information with other GVRP switches, prune unnecessary broadcast and unknown unicast traffic, and dynamically create and manage VLANs on switches connected through 802.1Q trunk ports.
You should be able to configure your 3560 end to match the vlans on the SF300.
Something like :-
!
int fas 0/24
desc *** TRUNK TO SF300 ***
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 1-3,10,500,501,600,700,701,999
!
HTH
Alex
Please rate useful posts
Regards,
Alex.
Please rate useful posts.