This is a discussion on How to configure IP Based VLANs within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi, I am a AIX newbie. Can someone please point me to some documentation which describes how to set ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I am a AIX newbie. Can someone please point me to some documentation which describes how to set up an IP based VLAN? I want to know what commands to use to create VLAN interfaces on my AIX 5.2 server. Also, what configuration should be done on the switch ? Any help is much appreciated. Thanks in advance. Regards, js |
| |||
| take a look at this url which explains it well http://publib.boulder.ibm.com/infoce...herchannel.htm |
| |||
| On 13 Sep 2005 19:57:32 -0700, "Jigs" <jigar.jigar@gmail.com> wrote: >Hi, > >I am a AIX newbie. Can someone please point me to some documentation >which describes how to set up an IP based VLAN? I want to know what >commands to use to create VLAN interfaces on my AIX 5.2 server. Also, >what configuration should be done on the switch ? > >Any help is much appreciated. > >Thanks in advance. > >Regards, >js Can't help you n the actual commands -- never looked. smitty -> devices -> communication devices -> ethernet adapters -> vlan -> add a vlan You'll select which base adapter to put the vlan on (the coressponding enx adapter should NOT be configured with an address) and add the vlan tag or ID number. This creates a new etx/enx eternet interface; go into tcp/ip - further configuration and hang the IP address and mask on it, and you're ready to go. On the switch side, if it's a cisco switch, the port needs to be configured as a vlan trunk. Not sure about 5.2, but 5.3 also lets you group multiple adapters into an etherchannel and then put the vlans on the etherchannel. Not sure what the switch needs for this, ('pairing' and vlan trunks?) but I had it working until I found out HACMP 5.2 doesn't do vlan (bummer). TK |