AIX / Etherchannel / VLANs


 
Thread Tools Search this Thread
Operating Systems AIX AIX / Etherchannel / VLANs
# 1  
Old 01-09-2009
AIX / Etherchannel / VLANs

I have 1 AIX server, 4 dual ported fiber attached ethernet cards and 4 VLANS coming in. Is it possible to present those 8 ports as 1 IP address using etherchannel? Thanks.
# 2  
Old 01-12-2009
hm you have 4 vlans, so you should have 4 ip-adresses

when you just want one ip-adress you need one vlan


but anyway it is possible to channel 8 ports,

see
"smitty etherchannel"

the channeled ports should be on the same switch/router, 8 ports on the same switch is not really recommended, the 4 cards should be from the same type


also talk to your network team, port channeling/trunking must be configured on the switch too in most cases
# 3  
Old 01-12-2009
funksen, what are the pros/cons of one vlan vs. 4 vlans. This, as you might guess, is a new server that will be dedicated to 4 TSM instances. I'm thinking maybe I want one vlan coming in and all 8 NICs presented as one. This will make failover as well as client administration much easier. Thans for any insight.
# 4  
Old 01-12-2009
Yes, it is possible with seperate VLAN's (but not with etherchannel). Research VIPA. You'll need to enable OSPF on the VLAN's and on your host. This works, but can be confusing and difficult to maintain.

The preffered option, however, is what was stated above. Put them all on the same VLAN and use etherchannel/link aggregation.
Padow
# 5  
Old 01-13-2009
hm the tsm-instances have different ports, so you don't need more ip-Adresses on the same subnet

if you wan't different IPs, you can set up one vlan, and set IP-aliases on the interface

or for load balancing, bandwith limitations and so on, you could set up 2/3/4 channeled interfaces to make sure each instance has it's own 2/4/6 gbit/s

do you have your 4 Cards/8 Ports connected to one or two switches ?

Last edited by funksen; 01-13-2009 at 05:15 AM..
# 6  
Old 01-14-2009
Ok... this is getting interesting. Here is the proposal: 4 dual ported NICS, two switches, 4 VLANS. However, this setup prevents me from doing etherchannel/link aggregation. My goal is to present all 4 of my TSM instances that reside on this host, as one IP address. VIPA is not an option...been there, done that.
1. How could I do that even if it was 1 vlan, if coming off two switches?
2. How can I do that coming off of 4 vlan's, two switches?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Proxy Server

Linux Networking - VLANs & Multiple IP's

In a "typical" data centre environment (telco, financial services etc), would a Linux OS typically have one IP address connected to one VLAN or would it have many IPs and/or VLANs. I say "Linux OS" as I'm referring to an instance of the OS not necessarily a Host or server. Think Linux OS = VM in a... (9 Replies)
Discussion started by: PCB
9 Replies

2. IP Networking

VLANs and their domains

Hey everyone. I work in a data center, and I'm working on getting my CCNA. Now when I read articles on the idea of VLAN's it makes sense. Especially if you have multiple switches daisy chained in multiple locations. My two main questions though are that most of these examples use PC's as examples... (2 Replies)
Discussion started by: Lost in Cyberia
2 Replies

3. Solaris

Oracle VMs and VLANs

I've been given an IP address to assign to an ldom that is in a different subnet than the host, and I am looking for assistance in getting it online. I believe I need "VLAN tagging" as found in this link, but I do not understand all of the terminology. My host machine is on subnet 10.25.112.x,... (1 Reply)
Discussion started by: bstring
1 Replies

4. AIX

Etherchannel failover testing

Hi Guys, I am trying to test an etherchannel failover and switchback. I did failover from primary to backup adapter, but now I am not able to switch it back to primary. phcxxxxx:/ > entstat -d ent4 | grep Active Active channel: backup adapter ... (1 Reply)
Discussion started by: snchaudhari2
1 Replies

5. AIX

Aggregated Etherchannel

Hi, I have a AIX5.3 P6-520 with 8x1Gb Ethernet ports with possible connections to 2 CISCO 2960 switches. I can create 8023ad Etherchannels which work correctly with the switches (I have set up for LACP passive and a valid channels) But can create 2x 8023ad 4Gb Etherchannels with no backups.... (2 Replies)
Discussion started by: spitzie
2 Replies

6. UNIX for Dummies Questions & Answers

Help with VLANs

Hi Gurus, Can anyone explain me what is a Vlan and a Native vlan. How to check the native Vlan on my server having a solaris10 OS. Thanks in advance.:) (2 Replies)
Discussion started by: rama krishna
2 Replies

7. AIX

Can EtherChannel be a redundancy config?

I have one p5 server, no lpar, 2 physical network adapter, bundle as one EtherChannel. The two 2 physical network adapter connect to 2 network switches. How to make this as a redundancy config? Current is if one physical network adapter down, the seond one will go through the network. but if... (2 Replies)
Discussion started by: rainbow_bean
2 Replies

8. AIX

Pb Etherchannel/deconnexion port reseau

Hello, On a partition with AIX 5300-11-01-0944. 1 etherchannel ent9 with aggregation ent3/ent7. # lsdev |grep ent ... ent3 Available 07-01 4-Port 10/100/1000 Base-TX PCI-Express Adapter (14106803) ... ent7 Available 0A-01 4-Port 10/100/1000 Base-TX PCI-Express... (2 Replies)
Discussion started by: Trunk
2 Replies

9. IP Networking

vlans

Hi All, I'm trying to configure a vlan interface, to do this I'm using the following command "vconfig add eth0 20". I have my interface up and running, but when I test it using "ping -I eth0.20 192.168.1.1" and in other console use "tcpdump -i eth0.20" I can not see any tagged frame. ... (0 Replies)
Discussion started by: lagigliaivan
0 Replies

10. AIX

Problem with Etherchannel

I'm trying to configure Etherchannel on AIX 5.3 and I'm having some problems. I am aggregating both of the onboard NIC's (ent0 and ent1) into a new adapter ent2 for failover reasons obviously. At first I was experiencing a problem where about 50% of all my packets would be dropped. Then after... (4 Replies)
Discussion started by: acascianelli
4 Replies
Login or Register to Ask a Question