<?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: Ethernet interface configuration in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ethernet-interface-configuration/m-p/5019933#M80883</link>
    <description>Thank you guys: I'm closing this thread since I want to open a new one with more specific description of the problem.</description>
    <pubDate>Thu, 21 Dec 2006 16:41:48 GMT</pubDate>
    <dc:creator>Ziggy Filek</dc:creator>
    <dc:date>2006-12-21T16:41:48Z</dc:date>
    <item>
      <title>Ethernet interface configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ethernet-interface-configuration/m-p/5019930#M80880</link>
      <description>I have 4 NICs on an ES80. One is configured as WE0. $TCPIP SHOW INTERFACE just shows this one:&lt;BR /&gt;TCPIP&amp;gt; show interface we&lt;BR /&gt;                                                           Packets&lt;BR /&gt;Interface   IP_Addr         Network mask          Receive          Send     MTU&lt;BR /&gt;&lt;BR /&gt; WE0        10.171.2.7      255.255.255.0          299903        345728    1500&lt;BR /&gt;TCPIP&amp;gt;&lt;BR /&gt;&lt;BR /&gt;How do I configure another one to be used as failSAFE IP? Do I need to plug it into network first?&lt;BR /&gt;When I use the approach as described in the Chapter 5 of the TCPIP Services for OpenVMS Management nothing seems to work as advertised.&lt;BR /&gt;When I go &lt;BR /&gt;TCPIP&amp;gt; set interface WE1 /HOST=10.171.2.7&lt;BR /&gt;the show interface command and the "show interface we" give different outputs:&lt;BR /&gt;TCPIP&amp;gt; show interface&lt;BR /&gt;                                                           Packets&lt;BR /&gt;Interface   IP_Addr         Network mask          Receive          Send     MTU&lt;BR /&gt;&lt;BR /&gt; LO0        127.0.0.1       255.0.0.0               96198         96198    4096&lt;BR /&gt; WE0        10.171.2.7      255.255.255.0          300603        346593    1500&lt;BR /&gt; WE1                                                    0             0    1500&lt;BR /&gt;TCPIP&amp;gt; show interface we&lt;BR /&gt;                                                           Packets&lt;BR /&gt;Interface   IP_Addr         Network mask          Receive          Send     MTU&lt;BR /&gt;&lt;BR /&gt; WE0        10.171.2.7      255.255.255.0          300637        346617    1500&lt;BR /&gt;TCPIP&amp;gt;&lt;BR /&gt;I'd appreciate step-by-step instructions, if possible, since I already read the manual, to no avail.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Ziggy</description>
      <pubDate>Wed, 20 Dec 2006 17:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ethernet-interface-configuration/m-p/5019930#M80880</guid>
      <dc:creator>Ziggy Filek</dc:creator>
      <dc:date>2006-12-20T17:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet interface configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ethernet-interface-configuration/m-p/5019931#M80881</link>
      <description>better,you run sys$manager:tcpip$config.com and and then go to core components interface option.You have four interface WE0,WE1,WE2,WE3. After configuring WE0 interface it prompts for failSafe ip and enter the interface you want to configure as failSAFE for eg. WE1 ,then you can also configure WE2 interfce and WE3 as its failSAFE IP . &lt;BR /&gt;For example if u configure we1 as failsafe ip of we0 and we3 as failsafe ip of we2 it looks liks as follows...&lt;BR /&gt;TCPIP&amp;gt;show int&lt;BR /&gt;Interface IP_addr Network Mask Receive send MTU&lt;BR /&gt;we0 10.192.0.23 255.255.0.0 123426 89756 1500&lt;BR /&gt;we1             0 0 1500&lt;BR /&gt;we2 10.192.1.23 255.255.255.0 35678 87547 1500&lt;BR /&gt;we3             0 0 1500</description>
      <pubDate>Thu, 21 Dec 2006 07:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ethernet-interface-configuration/m-p/5019931#M80881</guid>
      <dc:creator>Mrityunjoy Kundu</dc:creator>
      <dc:date>2006-12-21T07:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet interface configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ethernet-interface-configuration/m-p/5019932#M80882</link>
      <description>Ziggy,&lt;BR /&gt;&lt;BR /&gt;when playing around with interface alias entries and failSAFE IP, it's more convenient to use the ifconfig commands:&lt;BR /&gt;&lt;BR /&gt;$ @SYS$MANAGER:TCPIP$DEFINE_COMMANDS&lt;BR /&gt;&lt;BR /&gt;$ ifconfig -a ! show interfaces&lt;BR /&gt;&lt;BR /&gt;$ ifconfig ie0 alias 10.20.30.205 netmask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;$ ifconfig ie0 -alias 10.20.30.205&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 21 Dec 2006 12:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ethernet-interface-configuration/m-p/5019932#M80882</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-12-21T12:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet interface configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ethernet-interface-configuration/m-p/5019933#M80883</link>
      <description>Thank you guys: I'm closing this thread since I want to open a new one with more specific description of the problem.</description>
      <pubDate>Thu, 21 Dec 2006 16:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ethernet-interface-configuration/m-p/5019933#M80883</guid>
      <dc:creator>Ziggy Filek</dc:creator>
      <dc:date>2006-12-21T16:41:48Z</dc:date>
    </item>
  </channel>
</rss>

