<?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: SLX 9140 ip-address on layer 3 port-channel in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20606#M125</link>
    <description>Hello                   &lt;A href="https://community.extremenetworks.com/extreme/people/michael_andreas_dinius" target="_blank" rel="nofollow noreferrer noopener"&gt;Michael Dinius&lt;/A&gt;,&lt;BR /&gt;
Thank you for answer.&lt;BR /&gt;
Unfortunately i have no such command:&lt;BR /&gt;
&lt;BR /&gt;
interface Port-channel 30 switchport switchport mode trunk switchport trunk allowed vlan add 10 switchport trunk tag native-vlan no shutdown!TESTWASH(config-Port-channel-30)# r?                                  ^% Invalid input detected at '^' marker.TESTWASH(config-Port-channel-30)# ?Possible completions:  cee                 Apply default CEE map 'default'  describe            Display transparent command information  description         Interface specific description  do                  Run an operational-mode command  exit                Exit from current mode  help                Provide help information  ip                  The Internet Protocol (IP).  ipv6                The Internet Protocol version 6(IPv6).  logical-interface   Configure a Logical Interface on port-channel  mac                 Configure MAC parameters  minimum-links       Least number of operationally UP links to declare port-channel UP  mtu                 Set mtu value to interface  no                  Negate a command or set its defaults  priority-tag        Configure 802.1p priority tagging  protocol            Protocol configuration  pwd                 Display current mode path  qos                 Quality of Service (QoS)  service-policy      Attach Input/Output Policy Map  shutdown            Shutdown the selected interface  spanning-tree       Spanning tree commands  speed               Set speed informational parameter  switchport          Set the switching characteristics of the Layer2 interface  system              System settings  top                 Exit to top level and optionally run commandTESTWASH(config-Port-channel-30)#&lt;BR /&gt;
Below is output show version, may be i have wrong firmware?&lt;BR /&gt;
&lt;BR /&gt;
TESTWASH# show version&lt;BR /&gt;
SLX-OS Operating System SoftwareSLX-OS Operating System Version: 17s.1.00Copyright (c) 1995-2018 Brocade Communications Systems, Inc.Firmware name:      17s.1.00aBuild Time:         02:29:08 Apr  1, 2017Install Time:       22:39:26 Jun 23, 2017Kernel:             2.6.34.6Host Version:       Ubuntu 14.04 LTSHost Kernel:        Linux 3.14.17&lt;BR /&gt;
Control Processor:   QEMU Virtual CPU version 2.0.0&lt;BR /&gt;
System Uptime:   0days 0hrs 15mins 48secs&lt;BR /&gt;
Slot    Name    Primary/Secondary Versions                         Status---------------------------------------------------------------------------SW/0    SLX-OS  17s.1.00a                                          ACTIVE*                17s.1.00a&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Mar 2018 17:54:00 GMT</pubDate>
    <dc:creator>Mikhail_Elchin</dc:creator>
    <dc:date>2018-03-14T17:54:00Z</dc:date>
    <item>
      <title>SLX 9140 ip-address on layer 3 port-channel</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20604#M123</link>
      <description>Hello. I tried ro make port-channel as L3 interface but can't assign ip-address on it and have no success. Please help.&lt;BR /&gt;
TESTWASH(config-Port-channel-30)# do sh run int e 0/1interface Ethernet 0/1 channel-group 30 mode active type standard lacp timeout long no shutdown!TESTWASH(config-Port-channel-30)#TESTWASH(config-Port-channel-30)# do sh run int po 30interface Port-channel 30 no shutdown!TESTWASH(config-Port-channel-30)#TESTWASH(config-Port-channel-30)# no switchportTESTWASH(config-Port-channel-30)# ip add                                     ^% Invalid input detected at '^' marker.TESTWASH(config-Port-channel-30)# ip ?Possible completions:  access-group   Configure IP Access group  arp            Configure Arp Inspection&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20604#M123</guid>
      <dc:creator>Mikhail_Elchin</dc:creator>
      <dc:date>2018-03-14T16:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLX 9140 ip-address on layer 3 port-channel</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20605#M124</link>
      <description>Hi &lt;A href="https://community.extremenetworks.com/extreme/people/mikhail_elchin" target="_blank" rel="nofollow noreferrer noopener"&gt;Mikhail&lt;/A&gt;, &lt;BR /&gt;
&lt;BR /&gt;
i think you need to do it  with a Ve . &lt;BR /&gt;
&lt;BR /&gt;
Configuring&lt;BR /&gt;
 VE route-only mode on a LAG port&lt;BR /&gt;
Do the following to &lt;BR /&gt;
configure&lt;BR /&gt;
 VE route-only mode on a LAG (port-channel) port.&lt;BR /&gt;
1.  Enter global &lt;BR /&gt;
configuration&lt;BR /&gt;
 mode.&lt;BR /&gt;
device# configure terminal&lt;BR /&gt;
2.  Create a VLAN.&lt;BR /&gt;
device(config)# vlan 100&lt;BR /&gt;
3.  Specify a port-channel interface.&lt;BR /&gt;
device# configure terminal&lt;BR /&gt;
device(config)# interface port-channel 1&lt;BR /&gt;
4.  Enter the &lt;BR /&gt;
switchport&lt;BR /&gt;
 command to &lt;BR /&gt;
configure&lt;BR /&gt;
 Layer 2 characteristics.&lt;BR /&gt;
device(config-Port-channel-1)# switchport&lt;BR /&gt;
5.  Specify trunk mode.&lt;BR /&gt;
device(config-Port-channel-1)# switchport mode trunk&lt;BR /&gt;
6.  Tag the port to a VLAN.&lt;BR /&gt;
device(config-Port-channel-1)# switchport trunk allowed vlan add 100&lt;BR /&gt;
7.  Enable tagging on native VLAN &lt;BR /&gt;
traffic.&lt;BR /&gt;
device(config-Port-channel-1)# switchport trunk tag native-vlan&lt;BR /&gt;
8.  Enter the &lt;BR /&gt;
route-only&lt;BR /&gt;
 command top enable Layer 3 routing exclusively on the port.&lt;BR /&gt;
device(config-Port-channel-1)# route-only&lt;BR /&gt;
Use the &lt;BR /&gt;
no route-only&lt;BR /&gt;
 command to revert to default Layer 2 and Layer 3 behavior.&lt;BR /&gt;
9.  Enable the interface and exit to global &lt;BR /&gt;
configuration&lt;BR /&gt;
 mode.&lt;BR /&gt;
device(config-Port-channel-1)# no shutdown&lt;BR /&gt;
device(config-Port-channel-1)# exit&lt;BR /&gt;
10. Verify the port-channel &lt;BR /&gt;
configuration.&lt;BR /&gt;
device(config-Port-channel-1)# do show running-cocnfig interface port-channel 1&lt;BR /&gt;
 interface Port-channel 1&lt;BR /&gt;
 switchport&lt;BR /&gt;
 switchport mode trunk&lt;BR /&gt;
 switchport trunk allowed vlan add 100,200&lt;BR /&gt;
 switchport trunk tag native-vlan&lt;BR /&gt;
 route-only&lt;BR /&gt;
 no shutdown&lt;BR /&gt;
11. Enter virtual Ethernet (VE) &lt;BR /&gt;
configuration&lt;BR /&gt;
 mode and specify the VLAN.&lt;BR /&gt;
device(config)# interface ve 100&lt;BR /&gt;
12. Assign an IP address and mask and enable the interface.&lt;BR /&gt;
device(config-Ve-100)# ip address 10.2.2.2/24&lt;BR /&gt;
device(config-Ve-100)# no shutdown&lt;BR /&gt;
13. Verify the VE &lt;BR /&gt;
configuration.&lt;BR /&gt;
device(config-Ve-100)# )# do show running interface ve 100&lt;BR /&gt;
interface Ve 100&lt;BR /&gt;
 ip proxy-arp&lt;BR /&gt;
 ip address 10.2.2.2/24&lt;BR /&gt;
 no shutdown&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20605#M124</guid>
      <dc:creator>Michael_Andreas</dc:creator>
      <dc:date>2018-03-14T17:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLX 9140 ip-address on layer 3 port-channel</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20606#M125</link>
      <description>Hello                   &lt;A href="https://community.extremenetworks.com/extreme/people/michael_andreas_dinius" target="_blank" rel="nofollow noreferrer noopener"&gt;Michael Dinius&lt;/A&gt;,&lt;BR /&gt;
Thank you for answer.&lt;BR /&gt;
Unfortunately i have no such command:&lt;BR /&gt;
&lt;BR /&gt;
interface Port-channel 30 switchport switchport mode trunk switchport trunk allowed vlan add 10 switchport trunk tag native-vlan no shutdown!TESTWASH(config-Port-channel-30)# r?                                  ^% Invalid input detected at '^' marker.TESTWASH(config-Port-channel-30)# ?Possible completions:  cee                 Apply default CEE map 'default'  describe            Display transparent command information  description         Interface specific description  do                  Run an operational-mode command  exit                Exit from current mode  help                Provide help information  ip                  The Internet Protocol (IP).  ipv6                The Internet Protocol version 6(IPv6).  logical-interface   Configure a Logical Interface on port-channel  mac                 Configure MAC parameters  minimum-links       Least number of operationally UP links to declare port-channel UP  mtu                 Set mtu value to interface  no                  Negate a command or set its defaults  priority-tag        Configure 802.1p priority tagging  protocol            Protocol configuration  pwd                 Display current mode path  qos                 Quality of Service (QoS)  service-policy      Attach Input/Output Policy Map  shutdown            Shutdown the selected interface  spanning-tree       Spanning tree commands  speed               Set speed informational parameter  switchport          Set the switching characteristics of the Layer2 interface  system              System settings  top                 Exit to top level and optionally run commandTESTWASH(config-Port-channel-30)#&lt;BR /&gt;
Below is output show version, may be i have wrong firmware?&lt;BR /&gt;
&lt;BR /&gt;
TESTWASH# show version&lt;BR /&gt;
SLX-OS Operating System SoftwareSLX-OS Operating System Version: 17s.1.00Copyright (c) 1995-2018 Brocade Communications Systems, Inc.Firmware name:      17s.1.00aBuild Time:         02:29:08 Apr  1, 2017Install Time:       22:39:26 Jun 23, 2017Kernel:             2.6.34.6Host Version:       Ubuntu 14.04 LTSHost Kernel:        Linux 3.14.17&lt;BR /&gt;
Control Processor:   QEMU Virtual CPU version 2.0.0&lt;BR /&gt;
System Uptime:   0days 0hrs 15mins 48secs&lt;BR /&gt;
Slot    Name    Primary/Secondary Versions                         Status---------------------------------------------------------------------------SW/0    SLX-OS  17s.1.00a                                          ACTIVE*                17s.1.00a&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20606#M125</guid>
      <dc:creator>Mikhail_Elchin</dc:creator>
      <dc:date>2018-03-14T17:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLX 9140 ip-address on layer 3 port-channel</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20607#M126</link>
      <description>OK i see .&lt;BR /&gt;
Route only is not possible on this.&lt;BR /&gt;
So please see this example for vlan 100&lt;BR /&gt;
vlan 100&lt;BR /&gt;
 router-interface Ve 100&lt;BR /&gt;
&lt;BR /&gt;
interface Ve 100&lt;BR /&gt;
 ip address 1.1.1.1/24&lt;BR /&gt;
no  shutdown&lt;BR /&gt;
&lt;BR /&gt;
interface Ethernet 0/9&lt;BR /&gt;
 channel-group 100 mode active type standard&lt;BR /&gt;
 lacp timeout long&lt;BR /&gt;
 no shutdown&lt;BR /&gt;
&lt;BR /&gt;
interface Port-channel 100&lt;BR /&gt;
 switchport&lt;BR /&gt;
 switchport mode trunk&lt;BR /&gt;
 switchport trunk allowed vlan add 100&lt;BR /&gt;
 switchport trunk tag native-vlan&lt;BR /&gt;
 shutdown&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
you can not have a ip address direct on a LACP interface only via VE and a Vlan added to the Port channel&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Mar 2018 20:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20607#M126</guid>
      <dc:creator>Michael_Andreas</dc:creator>
      <dc:date>2018-03-14T20:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLX 9140 ip-address on layer 3 port-channel</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20608#M127</link>
      <description>Thank you for answer. I wanted to try L3 ip-adress directly on port-channel without using VLANs, probably it is impossible on SLX 9140&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Mar 2018 21:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx-9140-ip-address-on-layer-3-port-channel/m-p/20608#M127</guid>
      <dc:creator>Mikhail_Elchin</dc:creator>
      <dc:date>2018-03-14T21:16:00Z</dc:date>
    </item>
  </channel>
</rss>

