I just picked up two Cisco SG 300-28 switches. I'd like to trunk ports 25-28 for trunking between the two units. I'm just not sure how to do this.
The reason for trunking is that we're using a voLANte video distribution system to transmit HD video throughout our facility, and we need the throughput between the two switches in order to facilitate that much data transfer.
Can anyone help me figure out how to enable trunking?
note: we are currently only using a singe VLAN
What you are looking for is actually called a "LAG Group". This will allow you to load balance traffic across multiple physical links, thus increasing the total available bandwidth between the switches.
Some more info on LAG: http://en.wikipedia.org/wiki/Link_aggregation
Official Cisco DOC on configuring it: http://www.scribd.com/doc/51755633/77/Configuring-Link-Aggregation
Trunking refers to passing multiple VLANs over one physical link. (A LAG Group can also be a trunk!)
Get a networking specialist to do it. Seriously.
In modern networks, trunking generally refers to the idea of passing multiple VLANs from one switch to another, not teaming switch ports for more bandwidth, which probably won't help anyway. Get a faster switch, get faster NICs on the server sending out this HD video, get QoS in place, get... well, a networking specialist. This sounds very non-trivial (and expensive, probably).
Having said all that, here's a little article from Cisco Press on how to turn trunking on, and some other trunking basics.
First create your VLANs. example vlans 1,2,3 in the create vlan setting under vlan management. After that navigate to "PORT TO VLAN" Setting and choose your vlan number in the top box and click go. example vlan 2 -> go. Then choose your trunk port and select the radio button on the "Tagged" choice. That means you are allowing vlan 2 to pass through the trunk port. Repeat the step for all vlans. and your are done