<?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 IP Setup for BGP in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41595#M9611</link>
    <description>Hi, I am preparing new IPs I have received for BGP and am wondering if my configuration is correct. &lt;BR /&gt;
&lt;BR /&gt;
I have a single /22 IPv4 which i have split into four separate /24's.&lt;BR /&gt;
&lt;BR /&gt;
For the example this will be x.x.160.0/22&lt;BR /&gt;
so the /24's are:&lt;BR /&gt;
x.x.160.0/24&lt;BR /&gt;
x.x.161.0/24&lt;BR /&gt;
x.x.162.0/24&lt;BR /&gt;
x.x.163.0/24&lt;BR /&gt;
&lt;BR /&gt;
I am going to be peering using a BGP session connected over the vlan Default which already has IP's routed to it from our datacentre.&lt;BR /&gt;
&lt;BR /&gt;
I have created four loopback VLAN's for the four /24's:&lt;BR /&gt;
&lt;BR /&gt;
---------------------------------------------------------------------------------------Name            VID  Protocol Addr        Flags                Proto  Ports  Virtual&lt;BR /&gt;
                                                                      Active router&lt;BR /&gt;
                                                                      /Total&lt;BR /&gt;
---------------------------------------------------------------------------------------&lt;BR /&gt;
Default         1    x.x.x.x    /26  -f---------T----------- ANY    11/18  VR-Default&lt;BR /&gt;
&lt;BR /&gt;
vlan_LB         4089 x.x.160.1   /24  -fL-------------------- ANY    0 /0   VR-Default&lt;BR /&gt;
vlan_LB2        4087 x.x.161.1   /24  -fL-------------------- ANY    0 /0   VR-Default&lt;BR /&gt;
vlan_LB3        4086 x.x.162.1   /24  -fL-------------------- ANY    0 /0   VR-Default&lt;BR /&gt;
vlan_LB4        4085 x.x.163.1   /24  -fL-------------------- ANY    0 /0   VR-Default&lt;BR /&gt;
&lt;BR /&gt;
as you can see, ipforwarding is enabled on all VLAN's.&lt;BR /&gt;
&lt;BR /&gt;
show iproute:&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags        VLAN       Duration&lt;BR /&gt;
#d   x.x.x.x/26     x.x.x.x     1    U------um--f Default    0d:1h:40m:16s&lt;BR /&gt;
#d   x.x.160.0/24    x.x.160.1    1    U------um--f vlan_LB    0d:0h:22m:8s&lt;BR /&gt;
#d   x.x.161.0/24    x.x.161.1    1    U------um--f vlan_LB2   0d:1h:25m:1s&lt;BR /&gt;
#d   x.x.162.0/24    x.x.162.1    1    U------um--f vlan_LB3   0d:1h:24m:9s&lt;BR /&gt;
#d   x.x.163.0/24    x.x.163.1    1    U------um--f vlan_LB4   0d:1h:23m:56s&lt;BR /&gt;
&lt;BR /&gt;
I have servers currently connected to the Default VLAN and will be intending to use these new IP's on these servers.&lt;BR /&gt;
&lt;BR /&gt;
I have set the IPs on one of the servers to x.x.160.100 with the gateway x.x.160.1 which is the vlan_LB gateway IP. However the gateway is unreachable and cannot be pinged:&lt;BR /&gt;
&lt;BR /&gt;
[root@localhost ~]# ping 185.53.160.1&lt;BR /&gt;
PING 185.53.160.1 (185.53.160.1) 56(84) bytes of data.&lt;BR /&gt;
&lt;BR /&gt;
--- 185.53.160.1 ping statistics ---&lt;BR /&gt;
2 packets transmitted, 0 received, 100% packet loss, time 1830ms&lt;BR /&gt;
&lt;BR /&gt;
Is my configuration correct to add the gateway's to separate VLAN's?&lt;BR /&gt;
&lt;BR /&gt;
I did a test and added the gateway x.x.160.1 IP as a secondary IP to the Default VLAN and I can ping the gateway x.x.160.1 from the test server.&lt;BR /&gt;
&lt;BR /&gt;
Should I be adding the gateway's as IP's on their own loopback VLAN's, or add them as secondary IP's on the Default VLAN where they are going to be used?&lt;BR /&gt;
&lt;BR /&gt;
for BGP I will use the below to peer:&lt;BR /&gt;
&lt;BR /&gt;
configure bgp routerid x.x.160.2&lt;BR /&gt;
configure bgp add network x.x.160.0/24&lt;BR /&gt;
configure bgp add network x.x.161.0/24&lt;BR /&gt;
configure bgp add network x.x.162.0/24&lt;BR /&gt;
configure bgp add network x.x.163.0/24&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Apr 2014 15:27:00 GMT</pubDate>
    <dc:creator>Michael_Goodlif</dc:creator>
    <dc:date>2014-04-24T15:27:00Z</dc:date>
    <item>
      <title>IP Setup for BGP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41595#M9611</link>
      <description>Hi, I am preparing new IPs I have received for BGP and am wondering if my configuration is correct. &lt;BR /&gt;
&lt;BR /&gt;
I have a single /22 IPv4 which i have split into four separate /24's.&lt;BR /&gt;
&lt;BR /&gt;
For the example this will be x.x.160.0/22&lt;BR /&gt;
so the /24's are:&lt;BR /&gt;
x.x.160.0/24&lt;BR /&gt;
x.x.161.0/24&lt;BR /&gt;
x.x.162.0/24&lt;BR /&gt;
x.x.163.0/24&lt;BR /&gt;
&lt;BR /&gt;
I am going to be peering using a BGP session connected over the vlan Default which already has IP's routed to it from our datacentre.&lt;BR /&gt;
&lt;BR /&gt;
I have created four loopback VLAN's for the four /24's:&lt;BR /&gt;
&lt;BR /&gt;
---------------------------------------------------------------------------------------Name            VID  Protocol Addr        Flags                Proto  Ports  Virtual&lt;BR /&gt;
                                                                      Active router&lt;BR /&gt;
                                                                      /Total&lt;BR /&gt;
---------------------------------------------------------------------------------------&lt;BR /&gt;
Default         1    x.x.x.x    /26  -f---------T----------- ANY    11/18  VR-Default&lt;BR /&gt;
&lt;BR /&gt;
vlan_LB         4089 x.x.160.1   /24  -fL-------------------- ANY    0 /0   VR-Default&lt;BR /&gt;
vlan_LB2        4087 x.x.161.1   /24  -fL-------------------- ANY    0 /0   VR-Default&lt;BR /&gt;
vlan_LB3        4086 x.x.162.1   /24  -fL-------------------- ANY    0 /0   VR-Default&lt;BR /&gt;
vlan_LB4        4085 x.x.163.1   /24  -fL-------------------- ANY    0 /0   VR-Default&lt;BR /&gt;
&lt;BR /&gt;
as you can see, ipforwarding is enabled on all VLAN's.&lt;BR /&gt;
&lt;BR /&gt;
show iproute:&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags        VLAN       Duration&lt;BR /&gt;
#d   x.x.x.x/26     x.x.x.x     1    U------um--f Default    0d:1h:40m:16s&lt;BR /&gt;
#d   x.x.160.0/24    x.x.160.1    1    U------um--f vlan_LB    0d:0h:22m:8s&lt;BR /&gt;
#d   x.x.161.0/24    x.x.161.1    1    U------um--f vlan_LB2   0d:1h:25m:1s&lt;BR /&gt;
#d   x.x.162.0/24    x.x.162.1    1    U------um--f vlan_LB3   0d:1h:24m:9s&lt;BR /&gt;
#d   x.x.163.0/24    x.x.163.1    1    U------um--f vlan_LB4   0d:1h:23m:56s&lt;BR /&gt;
&lt;BR /&gt;
I have servers currently connected to the Default VLAN and will be intending to use these new IP's on these servers.&lt;BR /&gt;
&lt;BR /&gt;
I have set the IPs on one of the servers to x.x.160.100 with the gateway x.x.160.1 which is the vlan_LB gateway IP. However the gateway is unreachable and cannot be pinged:&lt;BR /&gt;
&lt;BR /&gt;
[root@localhost ~]# ping 185.53.160.1&lt;BR /&gt;
PING 185.53.160.1 (185.53.160.1) 56(84) bytes of data.&lt;BR /&gt;
&lt;BR /&gt;
--- 185.53.160.1 ping statistics ---&lt;BR /&gt;
2 packets transmitted, 0 received, 100% packet loss, time 1830ms&lt;BR /&gt;
&lt;BR /&gt;
Is my configuration correct to add the gateway's to separate VLAN's?&lt;BR /&gt;
&lt;BR /&gt;
I did a test and added the gateway x.x.160.1 IP as a secondary IP to the Default VLAN and I can ping the gateway x.x.160.1 from the test server.&lt;BR /&gt;
&lt;BR /&gt;
Should I be adding the gateway's as IP's on their own loopback VLAN's, or add them as secondary IP's on the Default VLAN where they are going to be used?&lt;BR /&gt;
&lt;BR /&gt;
for BGP I will use the below to peer:&lt;BR /&gt;
&lt;BR /&gt;
configure bgp routerid x.x.160.2&lt;BR /&gt;
configure bgp add network x.x.160.0/24&lt;BR /&gt;
configure bgp add network x.x.161.0/24&lt;BR /&gt;
configure bgp add network x.x.162.0/24&lt;BR /&gt;
configure bgp add network x.x.163.0/24&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2014 15:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41595#M9611</guid>
      <dc:creator>Michael_Goodlif</dc:creator>
      <dc:date>2014-04-24T15:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: IP Setup for BGP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41596#M9612</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
you don't have any port in vlan vlan_LB:&lt;BR /&gt;
&lt;BR /&gt;
vlan_LB         4089 x.x.160.1   /24  -fL-------------------- ANY    0 /0  &amp;lt;--- VR-Default&lt;BR /&gt;
&lt;BR /&gt;
You must add a  port  which is connected to this server, for example:&lt;BR /&gt;
configure "Default" delete ports 1&lt;BR /&gt;
 configure vlan_LB add ports 1 untagged &lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Jarek&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2014 16:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41596#M9612</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2014-04-24T16:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: IP Setup for BGP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41597#M9613</link>
      <description>Hi Jarek, thanks for the reply. The servers using these new IP's will be plugged into ports on the Default VLAN, so should I just configure these new gateway's on the Default VLAN as secondary IP's?</description>
      <pubDate>Thu, 24 Apr 2014 16:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41597#M9613</guid>
      <dc:creator>Michael_Goodlif</dc:creator>
      <dc:date>2014-04-24T16:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: IP Setup for BGP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41598#M9614</link>
      <description>Yes, you should add it as secondary (if you need so).&lt;BR /&gt;
&lt;BR /&gt;
But you can also add it in separate vlan, then you would have a smaller broadcast domain.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Jarek&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2014 17:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41598#M9614</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2014-04-24T17:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: IP Setup for BGP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41599#M9615</link>
      <description>Thanks. I would prefer to keep it in a separate VLAN for easier management and maintenance.&lt;BR /&gt;
&lt;BR /&gt;
Could you please explain to me how I would make the gateway accessible from the Default VLAN if it was on it's own VLAN with no ports, like I have above?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2014 17:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41599#M9615</guid>
      <dc:creator>Michael_Goodlif</dc:creator>
      <dc:date>2014-04-24T17:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: IP Setup for BGP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41600#M9616</link>
      <description>In order to ping any vlan, you should have active port present in that vlan. If you don't want to add a port in vlan and at the same time want to activate the vlan then you have to enable the loopback mode on that vlan.&lt;BR /&gt;
&lt;BR /&gt;
Command to enable the loopback mode is: "enable loopback-mode vlan vlan_name"</description>
      <pubDate>Thu, 24 Apr 2014 17:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41600#M9616</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-04-24T17:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: IP Setup for BGP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41601#M9617</link>
      <description>Hi, I have already enabled loopback on all of the vlan_LB's. This is visible in the show vlan I pasted with the flag L, but the gateways are still not pingable from the Default VLAN.</description>
      <pubDate>Thu, 24 Apr 2014 17:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41601#M9617</guid>
      <dc:creator>Michael_Goodlif</dc:creator>
      <dc:date>2014-04-24T17:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: IP Setup for BGP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41602#M9618</link>
      <description>Sorry, I have missed the loopback flag L has enabled on vlans.&lt;BR /&gt;
&lt;BR /&gt;
May I know what is the reason for connecting the server in default vlan instead of vlan_LB and configure these four vlan as Loopback vlan?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2014 17:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41602#M9618</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-04-24T17:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: IP Setup for BGP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41603#M9619</link>
      <description>Michael, &lt;BR /&gt;
in short I meant that you can add the ports for those servers to server  vlan , sorry for misunderstanding.&lt;BR /&gt;
&lt;BR /&gt;
1) I don't now how is your network looks like, but I think in your case,&lt;BR /&gt;
 you have some hosts in vlan default and want to add servers to this vlan.&lt;BR /&gt;
This is OK, you  add a secondary IP''s and done, it will work.&lt;BR /&gt;
But  you have all in one vlan - one domain. &lt;BR /&gt;
&lt;BR /&gt;
2) You can also have in one vlan host and in second vlan servers. Then you have two smaller broadcast domain. Now host and servers are separated.&lt;BR /&gt;
They will have contact to each other, because you enabled ipforwarding on this two vlans&lt;BR /&gt;
&lt;BR /&gt;
In my opinion the second solution is better - "more secure".&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Jarek&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2014 17:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41603#M9619</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2014-04-24T17:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: IP Setup for BGP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41604#M9620</link>
      <description>I was looking at the guide by Extreme Networks on setting up BGP (&lt;A href="https://www.youtube.com/playlist?list=PLF2BB0964BEE78586" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.youtube.com/playlist?list=PLF2BB0964BEE78586&lt;/A&gt;) and the IP's which are being routed to the BGP neighbour were added on loopback VLAN's. &lt;BR /&gt;
At the moment, I have a number of servers connected to the Default VLAN and they are using IP's routed from our Datacentre through port 1.&lt;BR /&gt;
&lt;BR /&gt;
What I want to do is also perform a BGP session over this existing link on port 1 with the Datacentre for peering and announcing our new /22 IP range. They have said this is possible.&lt;BR /&gt;
&lt;BR /&gt;
So what I want to do first is setup the gateway's before performing the BGP configuration.&lt;BR /&gt;
&lt;BR /&gt;
Should I just add these gateway's to the Default VLAN as secondary IP's? That way they are pingable on the Default VLAN.&lt;BR /&gt;
&lt;BR /&gt;
The issue is that I need the existing IP's to still be usable in the Default VLAN, along with the new IP's I am announcing.&lt;BR /&gt;
&lt;BR /&gt;
I think your second solution is good, however this is currently a production environment and making changes is difficult.&lt;BR /&gt;
&lt;BR /&gt;
I will be switching servers soon, so installing the new servers in a separate VLAN may be a good idea. If I create a VLAN for the new servers, and enable ip forwarding on that VLAN and the Default VLAN, the 2 should be able to communicate?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for all the help.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2014 18:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ip-setup-for-bgp/m-p/41604#M9620</guid>
      <dc:creator>Michael_Goodlif</dc:creator>
      <dc:date>2014-04-24T18:06:00Z</dc:date>
    </item>
  </channel>
</rss>

