<?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: port routing difference between context rb 1 and interface? in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/port-routing-difference-between-context-rb-1-and-interface/m-p/99882#M779</link>
    <description>&lt;P&gt;An IP route is not the same thing as an IP address.&amp;nbsp; The route simply says to send traffic destined to X network out of Y interface.&lt;/P&gt;&lt;P&gt;Your first config would configure the physical interface with a static IP address&lt;/P&gt;&lt;P&gt;Your second config is incorrectly formed as you are using a host IP with a CIDR greater than 32.&amp;nbsp; You would need to use the network IP if you want to use /30 which would would tell the VDX to send all traffic destined to subnet 192.0.0.0/30 out of TE 1/0/24.&amp;nbsp; If you were using the first config already, the static route would be unnecessary as the only other IP in this subnet, .2, should be directly connected to this interface.&lt;/P&gt;&lt;P&gt;Also, the same guide/page you are quoting clearly states:&lt;/P&gt;&lt;P&gt;"The interface you use for the static route’s next hop must have at least one IP address configured on it"&lt;/P&gt;&lt;P&gt;If your interface was configured for 10.0.0.1/30 for example then the static route of "ip route 192.0.0.0/30 te 1/0/24" would send all traffic destined to 192.0.0.1 and 192.0.0.2, out of te 1/0/24, which would hit 10.0.0.2, where the next hop would be determined by the entries on that device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 13:38:36 GMT</pubDate>
    <dc:creator>Michael_Morey</dc:creator>
    <dc:date>2024-04-02T13:38:36Z</dc:date>
    <item>
      <title>port routing difference between context rb 1 and interface?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/port-routing-difference-between-context-rb-1-and-interface/m-p/99869#M778</link>
      <description>&lt;P&gt;Once again I am confused with the context between rbridge and interface to assign an ip address.&lt;/P&gt;&lt;P&gt;If I wanted to connect a port, TE 1/0/24 to an internet firewall/router.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which one is the correct context to ?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#conf&lt;BR /&gt;#int te 1/0/24&lt;BR /&gt;#no switchport&lt;BR /&gt;#ip address 192.0.0.1/30&lt;BR /&gt;&lt;BR /&gt;or (Extreme Network OS Layer 3 Routing configuration Guide, 7.4.0; pg. 72)&lt;BR /&gt;#conf&lt;BR /&gt;#rb 1&lt;BR /&gt;#ip route 192.0.0.1/30 tengigabitethernet 1/0/24&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 18:41:03 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/port-routing-difference-between-context-rb-1-and-interface/m-p/99869#M778</guid>
      <dc:creator>mbze430</dc:creator>
      <dc:date>2024-04-01T18:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: port routing difference between context rb 1 and interface?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/port-routing-difference-between-context-rb-1-and-interface/m-p/99882#M779</link>
      <description>&lt;P&gt;An IP route is not the same thing as an IP address.&amp;nbsp; The route simply says to send traffic destined to X network out of Y interface.&lt;/P&gt;&lt;P&gt;Your first config would configure the physical interface with a static IP address&lt;/P&gt;&lt;P&gt;Your second config is incorrectly formed as you are using a host IP with a CIDR greater than 32.&amp;nbsp; You would need to use the network IP if you want to use /30 which would would tell the VDX to send all traffic destined to subnet 192.0.0.0/30 out of TE 1/0/24.&amp;nbsp; If you were using the first config already, the static route would be unnecessary as the only other IP in this subnet, .2, should be directly connected to this interface.&lt;/P&gt;&lt;P&gt;Also, the same guide/page you are quoting clearly states:&lt;/P&gt;&lt;P&gt;"The interface you use for the static route’s next hop must have at least one IP address configured on it"&lt;/P&gt;&lt;P&gt;If your interface was configured for 10.0.0.1/30 for example then the static route of "ip route 192.0.0.0/30 te 1/0/24" would send all traffic destined to 192.0.0.1 and 192.0.0.2, out of te 1/0/24, which would hit 10.0.0.2, where the next hop would be determined by the entries on that device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 13:38:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/port-routing-difference-between-context-rb-1-and-interface/m-p/99882#M779</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2024-04-02T13:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: port routing difference between context rb 1 and interface?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/port-routing-difference-between-context-rb-1-and-interface/m-p/99900#M780</link>
      <description>&lt;P&gt;at least for me, when someone else explain it, it makes more sense.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 12:58:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/port-routing-difference-between-context-rb-1-and-interface/m-p/99900#M780</guid>
      <dc:creator>mbze430</dc:creator>
      <dc:date>2024-04-03T12:58:43Z</dc:date>
    </item>
  </channel>
</rss>

