Sponsored Content
Full Discussion: AIX / Etherchannel / VLANs
Operating Systems AIX AIX / Etherchannel / VLANs Post 302275759 by funksen on Monday 12th of January 2009 04:54:54 AM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
ETHERSWITCHCFG(8)					    BSD System Manager's Manual 					 ETHERSWITCHCFG(8)

NAME
etherswitchcfg -- configure a built-in Ethernet switch SYNOPSIS
etherswitchcfg [-f control file] info etherswitchcfg [-f control file] config command parameter etherswitchcfg [-f control file] phy phy.register[=value] etherswitchcfg [-f control file] port%d [flags] command parameter etherswitchcfg [-f control file] reg register[=value] etherswitchcfg [-f control file] vlangroup%d command parameter DESCRIPTION
The etherswitchcfg utility is used to configure an Ethernet switch built into the system. etherswitchcfg accepts a number of options: -f control file Specifies the etherswitch(4) control file that represents the switch to be configured. It defaults to /dev/etherswitch0. -m When reporting port information, also list available media options for that port. -v Produce more verbose output. Without this flag, lines that represent inactive or empty configuration options are omitted. config The config command provides access to global switch configuration parameters. It support the following commands: vlan_mode mode Sets the switch VLAN mode (depends on the hardware). phy The phy command provides access to the registers of the PHYs attached to or integrated into the switch controller. PHY registers are speci- fied as phy.register, where phy is usually the port number, and register is the register number. Both can be provided as decimal, octal or hexadecimal numbers in any of the formats understood by strtol(3). To set the register value, use the form instance.register=value. port The port command selects one of the ports of the switch. It supports the following commands: pvid number Sets the default port VID that is used to process incoming frames that are not tagged. media mediaspec Specifies the physical media configuration to be configured for a port. mediaopt mediaoption Specifies a list of media options for a port. See ifconfig(8) for details on media and mediaopt. And the following flags (please note that not all flags are supported by all switch drivers): addtag Add VLAN tag to each packet sent by the port. -addtag Disable the add VLAN tag option. striptag Strip the VLAN tags from the packets sent by the port. -striptag Disable the strip VLAN tag option. firstlock This options makes the switch port lock on the first MAC address it sees. After that, usually you need to reset the switch to learn different MAC addresses. -firstlock Disable the first lock option. Note that sometimes you need to reset the switch to really disable this option. dropuntagged Drop packets without a VLAN tag. -dropuntagged Disable the drop untagged packets option. doubletag Enable QinQ for the port. -doubletag Disable QinQ for the port. ingress Enable the ingress filter on the port. -ingress Disable the ingress filter. reg The reg command provides access to the registers of the switch controller. vlangroup The vlangroup command selects one of the VLAN groups for configuration. It supports the following commands: vlan VID Sets the VLAN ID (802.1q VID) for this VLAN group. Frames transmitted on tagged member ports of this group will be tagged with this VID. Incoming frames carrying this tag will be forwarded according to the configuration of this VLAN group. members port,... Configures which ports are to be a member of this VLAN group. The port numbers are given as a comma-separated list. Each port can optionally be followed by ``t'' to indicate that frames on this port are tagged. FILES
/dev/etherswitch? Control file for the Ethernet switch driver. EXAMPLES
Configure VLAN group 1 with a VID of 2 and make ports 0 and 5 its members while excluding all other ports. Port 5 will send and receive tagged frames while port 0 will be untagged. Incoming untagged frames on port 0 are assigned to vlangroup1. # etherswitchcfg vlangroup1 vlan 2 members 0,5t port0 pvid 2 SEE ALSO
etherswitch(4) HISTORY
etherswitchcfg first appeared in FreeBSD 10.0. AUTHORS
Stefan Bethke BSD
September 20, 2013 BSD
All times are GMT -4. The time now is 01:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy