02-06-2006 08:40 AM - edited 03-03-2019 01:42 AM
Hi,
i wanted to trunk between cisco 3750 & SGI 350 Series Server, is it possible, so how do i trunk between these two? i know the trunking between 2 switches.
02-06-2006 09:15 AM
Hi,
If the SGI server NIC supports 802.1q trunking, then simply enable it on the server, and then configure trunking on the 3750. It should look something like this:
!
interface GigabitEthernet1/0/1
switchport access vlan 1
switchport trunk encapsulation dot1q
switchport mode trunk
end
!
This enabled 802.1q trunking in mode "on" with a native vlan of 1. mode "on" disables DTP negotiation, which is proprietary to Cisco, and will not work with the SGI server. As long as the SGI server NIC supports dot1q, that should work.
Hope that helps. Please rate helpful posts.
thanks,
Bobby
02-06-2006 09:22 AM
Hi,
my setup will be like.... SGI will have 2 NIC, both the NIC will have the same subnet IP address. so with this trunking or etherchannel on cisco 3750 will it work?
purpose of having this setup is, to share the network load. also even if 1 NIC fails, it should still be in a position to send the data in another NIC.
02-07-2006 01:29 PM
trunking and etherchannel will work, _IF_ the NIC supports it. The NIC will need to support 802.1q for trunking to work, and some sort of NIC teaming or 802.3ad for etherchannel to work.
If these conditions are met, then yes, you can configure the two nics as a trunked etherchannel that will provide both redundancy and aggregated bandwidth.
Hope that helps, please rate helpful posts.
-Bobby
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide