<?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 routing  via interface on extreme 670,  xos 15.3 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45559#M11391</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
On some linux server i have routing via interface:&lt;BR /&gt;
&lt;BR /&gt;
ifconfig eth0 10.10.20.1/24&lt;BR /&gt;
route add -net 10.10.10.0/24 dev eth0&lt;BR /&gt;
&lt;BR /&gt;
I'd like do the same on extreme 670, but i can't&lt;BR /&gt;
&lt;BR /&gt;
something like this:&lt;BR /&gt;
configure vlan999 ipaddress 10.10.20.1/24&lt;BR /&gt;
configure iproute add 10.10.10.0/24 vlan999&lt;BR /&gt;
&lt;BR /&gt;
Is there some trick or other way to get this kind of functionality ? second/multi addresses on interface has some cons for me..&lt;BR /&gt;
&lt;BR /&gt;
thanks for help,&lt;BR /&gt;
greetings&lt;BR /&gt;
Peter&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Sun, 01 Jun 2014 13:55:00 GMT</pubDate>
    <dc:creator>Peter1962</dc:creator>
    <dc:date>2014-06-01T13:55:00Z</dc:date>
    <item>
      <title>routing  via interface on extreme 670,  xos 15.3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45559#M11391</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
On some linux server i have routing via interface:&lt;BR /&gt;
&lt;BR /&gt;
ifconfig eth0 10.10.20.1/24&lt;BR /&gt;
route add -net 10.10.10.0/24 dev eth0&lt;BR /&gt;
&lt;BR /&gt;
I'd like do the same on extreme 670, but i can't&lt;BR /&gt;
&lt;BR /&gt;
something like this:&lt;BR /&gt;
configure vlan999 ipaddress 10.10.20.1/24&lt;BR /&gt;
configure iproute add 10.10.10.0/24 vlan999&lt;BR /&gt;
&lt;BR /&gt;
Is there some trick or other way to get this kind of functionality ? second/multi addresses on interface has some cons for me..&lt;BR /&gt;
&lt;BR /&gt;
thanks for help,&lt;BR /&gt;
greetings&lt;BR /&gt;
Peter&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Jun 2014 13:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45559#M11391</guid>
      <dc:creator>Peter1962</dc:creator>
      <dc:date>2014-06-01T13:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: routing  via interface on extreme 670,  xos 15.3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45560#M11392</link>
      <description>you have to enable ipformwarding command on vlan vlan999  in order to send traffic between the vlans.&lt;BR /&gt;
&lt;BR /&gt;
Mentioned the gateway address instead of vlan name as shown below,&lt;BR /&gt;
&lt;BR /&gt;
configure iproute add 10.10.10.0/24 10.10.20.1</description>
      <pubDate>Mon, 02 Jun 2014 09:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45560#M11392</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-06-02T09:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: routing  via interface on extreme 670,  xos 15.3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45561#M11393</link>
      <description>Hmm, still doesn't work. I don't see any packets on server with ip   10.10.10.88  &lt;BR /&gt;
  &lt;BR /&gt;
I have:  &lt;BR /&gt;
configure vlan vlan999 ipaddress 10.10.20.1 255.255.255.255  &lt;BR /&gt;
enable ipforwarding vlan vlan999  &lt;BR /&gt;
configure access-list test_vlan999 vlan "vlan999" ingress  &lt;BR /&gt;
configure access-list test_vlan999 vlan "vlan999" egress  &lt;BR /&gt;
configure iproute add 10.10.10.0 255.255.255.0 10.10.20.1  &lt;BR /&gt;
  &lt;BR /&gt;
sho iproute:  &lt;BR /&gt;
#s   10.10.10.0/24     10.10.20.1   1    U----S-um--f- vlan999   6d:2h:4m:11s  &lt;BR /&gt;
  &lt;BR /&gt;
 # show access-list counter  &lt;BR /&gt;
Policy Name       Vlan Name        Port   Direction  &lt;BR /&gt;
    Counter Name                   Packet Count         Byte Count  &lt;BR /&gt;
==================================================================  &lt;BR /&gt;
test_vlan999      vlan999          *      ingress  &lt;BR /&gt;
    a1-in                          74  &lt;BR /&gt;
    a1-out                         0  &lt;BR /&gt;
  &lt;BR /&gt;
  &lt;BR /&gt;
entry a1-in {  &lt;BR /&gt;
if match all {  &lt;BR /&gt;
   source-address 10.10.10.88/32 ;  &lt;BR /&gt;
  }  &lt;BR /&gt;
then {  &lt;BR /&gt;
    log ;  &lt;BR /&gt;
   permit  ;  &lt;BR /&gt;
   count a1-in ;  &lt;BR /&gt;
}  &lt;BR /&gt;
}  &lt;BR /&gt;
  &lt;BR /&gt;
entry a1-out {  &lt;BR /&gt;
if match all {  &lt;BR /&gt;
   destination-address  10.10.10.88/32 ;  &lt;BR /&gt;
 }  &lt;BR /&gt;
then {  &lt;BR /&gt;
    log ;  &lt;BR /&gt;
   permit  ;  &lt;BR /&gt;
   count a1-out ;  &lt;BR /&gt;
}  &lt;BR /&gt;
}  &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2014 22:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45561#M11393</guid>
      <dc:creator>Peter1962</dc:creator>
      <dc:date>2014-06-02T22:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: routing  via interface on extreme 670,  xos 15.3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45562#M11394</link>
      <description>To see the egress ACL counter use the command "show access-list counter egress".&lt;BR /&gt;
&lt;BR /&gt;
Confirm the ARP and FDB has properly learnt on port.&lt;BR /&gt;
show ARP 10.10.10.88&lt;BR /&gt;
show fdb</description>
      <pubDate>Tue, 03 Jun 2014 20:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45562#M11394</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-06-03T20:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: routing  via interface on extreme 670,  xos 15.3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45563#M11395</link>
      <description>Check your netmask in vlan 999 and you need to have second vlan with network 10.10.10.0/24.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2014 18:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45563#M11395</guid>
      <dc:creator>Esa_Kuusisto</dc:creator>
      <dc:date>2014-06-05T18:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: routing  via interface on extreme 670,  xos 15.3</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45564#M11396</link>
      <description>There is correct fdb entry but there is no iparp entry for this ip address.&lt;BR /&gt;
&lt;BR /&gt;
 show iproute "vlan999"&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;BR /&gt;
#s   10.10.10.0/24     10.10.20.1   1    U----S-um--f- vlan999    9d:10h:39m:17s&lt;BR /&gt;
 d   10.10.20.1/32   10.10.20.1  1     -------um---- vlan999    3d:9h:27m:48s&lt;BR /&gt;
&lt;BR /&gt;
as i said before: second/multi addresses on interface has some cons for me and i looking another solution.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2014 23:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-via-interface-on-extreme-670-xos-15-3/m-p/45564#M11396</guid>
      <dc:creator>Peter1962</dc:creator>
      <dc:date>2014-06-05T23:42:00Z</dc:date>
    </item>
  </channel>
</rss>

