<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Trunking on a Gigabit Network Interface in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420230#M536489</link>
    <description>Thanks Mel,&lt;BR /&gt;&lt;BR /&gt;Is it possible to configure bandwidth for each of these virtual interfaces ? Say 200mb for IP 1, 300mb for IP 2 and 500mb for IP 3?</description>
    <pubDate>Thu, 14 May 2009 14:13:38 GMT</pubDate>
    <dc:creator>hp_user_1</dc:creator>
    <dc:date>2009-05-14T14:13:38Z</dc:date>
    <item>
      <title>Trunking on a Gigabit Network Interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420228#M536487</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Can someone help on how to divide a single gigabit interface into 3 logical interfaces with each having a separate IP address and hostname in HP-UX 11iv3?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 14 May 2009 13:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420228#M536487</guid>
      <dc:creator>hp_user_1</dc:creator>
      <dc:date>2009-05-14T13:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trunking on a Gigabit Network Interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420229#M536488</link>
      <description>in the /etc/rc.config.d/vlanconf file, you will need to have 3 of these blocks:&lt;BR /&gt;&lt;BR /&gt;VLAN_PHY_INTERFACE[0]=lan0&lt;BR /&gt;VLAN_ID[0]=701&lt;BR /&gt;VLAN_PRIORITY[0]=0&lt;BR /&gt;VLAN_TOS[0]=0&lt;BR /&gt;VLAN_PRI_OVERRIDE[0]=CONF_PRI&lt;BR /&gt;VLAN_TOS_OVERRIDE[0]=IP_HEADER&lt;BR /&gt;VLAN_NAME[0]=SAPTHRUCSS&lt;BR /&gt;VLAN_VPPA[0]=5000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the first line refers to the physical interface of your own selection, the VLAN_ID should be negotiated between you and the guy in charge of network switches so that bot sides tag the frames with the same ID. And the last line VLAN_VPPA should be unique for each virtual interface. Also each of these 3 blocks defined, should have a different index number between the square brackets, i.e. [0], [1] and [2].&lt;BR /&gt;&lt;BR /&gt;Then you need to define the ip addresses for these VLAN_VPPAs in your /etc/rc.config.d/netconf and their name will show like lan5000 for the above example.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Thu, 14 May 2009 14:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420229#M536488</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-14T14:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trunking on a Gigabit Network Interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420230#M536489</link>
      <description>Thanks Mel,&lt;BR /&gt;&lt;BR /&gt;Is it possible to configure bandwidth for each of these virtual interfaces ? Say 200mb for IP 1, 300mb for IP 2 and 500mb for IP 3?</description>
      <pubDate>Thu, 14 May 2009 14:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420230#M536489</guid>
      <dc:creator>hp_user_1</dc:creator>
      <dc:date>2009-05-14T14:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trunking on a Gigabit Network Interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420231#M536490</link>
      <description>I do not believe you can control the bandwidth on the server side. It is more of a function of the network gear as far as I know, but again, I might be mistaken. We never did this. Again just by looking at the definitions of the lines in vlanconf file, it seems like you can prioritize the vlan interfaces with VLAN_PRIORITY line(s). So giving the higher priority to your higher bandwidth requiring interface might be the solution, although this does not directly map onto limiting bandwidth.</description>
      <pubDate>Thu, 14 May 2009 14:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420231#M536490</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-14T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trunking on a Gigabit Network Interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420232#M536491</link>
      <description>VLANs are indeed one way to divy-up a single interface.  HP-UX also supports the concept of a "logical" interface that does not use VLAN tagging.  If you had lan0 you would then assign it one of the three IPs and then add a lan0:1 and lan0:2 interface with the desired IPs to your /etc/rc.config.d/netconf file - via Sam or the SMH or whatever it is 11iv3 wants to use these days.&lt;BR /&gt;&lt;BR /&gt;As for bandwidth constraints on each of those, it might or might not still work but there is a now very old port of "dummynet" on ftp.cup.hp.com under dist/networking which if you did go the VLAN route could be pushed onto each vlan interface.  it would have to be "enhanced" to work with three separate logical interfaces - those are just one DLPI instance where IIRC the VLANs are separate instances as seen by the transport.&lt;BR /&gt;&lt;BR /&gt;There may be enhancements to ipfilter, but that is just a wild guess.&lt;BR /&gt;&lt;BR /&gt;Over in the ProLiant space, there is the recently announce "Flex-10" functionality in ProLiant Blades.  I cannot say when/if said functionality would be available in an Integrity Blade, but I suppose you could ask an HP sales rep.  In its current form, Flex-10 NICs are dual-port 10G Ethernet interfaces where each port can be subdivided into as many as four "flex-nics" and assigned a bandwidth in 100 Mbit/s increments.  That is handled entirely by the NIC/blade I/O module without additional overhead in the host.</description>
      <pubDate>Thu, 14 May 2009 23:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trunking-on-a-gigabit-network-interface/m-p/4420232#M536491</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-05-14T23:24:33Z</dc:date>
    </item>
  </channel>
</rss>

