Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a channel group in a seperate VLAN on 2950

Status
Not open for further replies.

bdoub1eu

IS-IT--Management
Joined
Dec 10, 2003
Messages
440
Location
US
It's been quite a while since I touched one of these Cisco switches, so forgive me if this is a simple question to answer.

We have a 2950G Cisco switch with 12 ports that is already configured. By default, all ports are in VLAN 1 and we have ports 3-8 available for use.

I'm trying to create a second VLAN (VLAN 2) and create a new channel group for two ports in the 3-8 range in this second VLAN. We want the two VLAN's to be completely seperate and not pass traffic between the two VLAN's.

I have already configured the second VLAN and added the interfaces 3, 4 and 5 into that VLAN. I can't remember how to create a channel group in that second VLAN for a server with teamed Nic's. Any help would be much appreciated. Thanks in advance!!!
 
interface fastethernet0/6
channel-group 1 mode on
interface fastethernet0/7
channel-group 1 mode on

Now... If you want that etherchannel group to be part of vlan 2, you would do this

interface po1
switchport mode access
switchport access vlan 2
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top