<?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: PV-FC-180 GRE tunnel config problem in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37042#M4310</link>
    <description>You can try to do a 'show port status -interesting' to make sure all your expected ports are actually online.&lt;BR /&gt;
&lt;BR /&gt;
Reviewing your configuration , it appears it can be simplified and omit loopbacks. It appears to be using only one subnet.&lt;BR /&gt;
This KCS gives an example that has worked for many installations.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/Basic-Layer-2-only-GRE-setup-for-PV-FC-180-to-talk-to-Analytics-Appliance" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/Basic-Layer-2-only-GRE-setup-for-PV-FC-180...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Mar 2018 03:30:00 GMT</pubDate>
    <dc:creator>Mike_Thomas</dc:creator>
    <dc:date>2018-03-07T03:30:00Z</dc:date>
    <item>
      <title>PV-FC-180 GRE tunnel config problem</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37039#M4307</link>
      <description>Hello the Hub !&lt;BR /&gt;
&lt;BR /&gt;
I need to configure PV-FC-180 to send analitycs data to PV Appliance.&lt;BR /&gt;
I want to have a single interface configuration, where I am using two tg.1.2 and tg.1.4 interfaces configured as lag.0.1 and connected to MLAG core.&lt;BR /&gt;
&lt;BR /&gt;
tg.1.1 is where mirrored traffic comes in (whole vlan mirror)&lt;BR /&gt;
&lt;BR /&gt;
Here is my config (snipped - no snmp config):&lt;BR /&gt;
&lt;BR /&gt;
configure terminal&lt;BR /&gt;
!&lt;BR /&gt;
 interface loop.0.1&lt;BR /&gt;
  ip address 10.10.10.1 255.255.255.255 primary&lt;BR /&gt;
  exit&lt;BR /&gt;
 interface loop.0.2&lt;BR /&gt;
  ip address 10.1.103.75 255.255.255.255 primary&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
 interface vlan.0.1&lt;BR /&gt;
  exit&lt;BR /&gt;
 interface vlan.0.36&lt;BR /&gt;
  exit&lt;BR /&gt;
 interface vlan.0.103&lt;BR /&gt;
  ip address 10.1.103.74 255.255.255.0 primary&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
 interface tun.0.1&lt;BR /&gt;
  tunnel destination 10.1.103.73&lt;BR /&gt;
  tunnel mode gre l2 tbp.0.1&lt;BR /&gt;
  tunnel mirror enable&lt;BR /&gt;
  tunnel source 10.1.103.75&lt;BR /&gt;
  tunnel probe probe-name default&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
!&lt;BR /&gt;
# Static routes configured on routed interfaces&lt;BR /&gt;
 ip route 0.0.0.0/0 10.1.103.254 interface vlan.0.103 1&lt;BR /&gt;
&lt;BR /&gt;
exit&lt;BR /&gt;
!&lt;BR /&gt;
# ip interface&lt;BR /&gt;
set ip interface vlan.0.103 default&lt;BR /&gt;
&lt;BR /&gt;
# netflow&lt;BR /&gt;
set netflow export-interval 1&lt;BR /&gt;
set netflow export-destination 10.1.103.73 2055&lt;BR /&gt;
set netflow export-version 9&lt;BR /&gt;
set netflow port tg.1.1 enable rx&lt;BR /&gt;
set netflow template refresh-rate 30 timeout 1&lt;BR /&gt;
set netflow cache enable&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
# policy&lt;BR /&gt;
set policy profile 1 name EMC_FS_Mirror pvid-status enable pvid 0 mirror-destination 1&lt;BR /&gt;
set policy rule admin-profile port tg.1.1 mask 16 port-string tg.1.1 admin-pid 1&lt;BR /&gt;
!&lt;BR /&gt;
# port&lt;BR /&gt;
set port disable vlan.0.1,36&lt;BR /&gt;
set port disable loop.0.1&lt;BR /&gt;
set port jumbo enable tg.1.1&lt;BR /&gt;
set port jumbo enable tg.1.2&lt;BR /&gt;
set port jumbo enable tg.1.3&lt;BR /&gt;
set port jumbo enable tg.1.4&lt;BR /&gt;
set port lacp port tg.1.2 aadminkey 1&lt;BR /&gt;
set port lacp port tg.1.4 aadminkey 1&lt;BR /&gt;
set port lacp port tg.1.2 enable&lt;BR /&gt;
set port lacp port tg.1.4 enable&lt;BR /&gt;
set port vlan lag.0.1 103&lt;BR /&gt;
set port vlan tg.1.2 103&lt;BR /&gt;
set port vlan tg.1.4 103&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
!&lt;BR /&gt;
# spantree&lt;BR /&gt;
set spantree portadmin tg.1.2 disable&lt;BR /&gt;
set spantree portadmin tg.1.4 disable&lt;BR /&gt;
&lt;BR /&gt;
# ssh&lt;BR /&gt;
set ssh enabled&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
# telnet&lt;BR /&gt;
set telnet disable inbound&lt;BR /&gt;
set telnet disable outbound&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;
!&lt;BR /&gt;
# vlan&lt;BR /&gt;
set vlan create 103&lt;BR /&gt;
set vlan name 103 servers&lt;BR /&gt;
clear vlan egress 1 lag.0.1;tg.1.2,4&lt;BR /&gt;
set vlan egress 103 lag.0.1;tg.1.2,4 untagged&lt;BR /&gt;
!&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
I get no GRE traffic on my PV aplliance.&lt;BR /&gt;
All IP's (.73 .74 .75) are reacheable.&lt;BR /&gt;
&lt;BR /&gt;
What is wrong ?&lt;BR /&gt;
&lt;BR /&gt;
REGARDS&lt;BR /&gt;
Robert &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Mar 2018 03:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37039#M4307</guid>
      <dc:creator>Robert_Zdzieblo</dc:creator>
      <dc:date>2018-03-07T03:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: PV-FC-180 GRE tunnel config problem</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37040#M4308</link>
      <description>Please add in the portion of 'show config mirror'</description>
      <pubDate>Wed, 07 Mar 2018 03:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37040#M4308</guid>
      <dc:creator>Mike_Thomas</dc:creator>
      <dc:date>2018-03-07T03:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: PV-FC-180 GRE tunnel config problem</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37041#M4309</link>
      <description># Chassis Firmware Revision:  08.42.03.0006&lt;BR /&gt;
!&lt;BR /&gt;
# mirror&lt;BR /&gt;
set mirror create 1&lt;BR /&gt;
set mirror 1 mirrorN 15&lt;BR /&gt;
set mirror ports tbp.0.1 1&lt;BR /&gt;
!&lt;BR /&gt;
end&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Mar 2018 03:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37041#M4309</guid>
      <dc:creator>Robert_Zdzieblo</dc:creator>
      <dc:date>2018-03-07T03:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: PV-FC-180 GRE tunnel config problem</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37042#M4310</link>
      <description>You can try to do a 'show port status -interesting' to make sure all your expected ports are actually online.&lt;BR /&gt;
&lt;BR /&gt;
Reviewing your configuration , it appears it can be simplified and omit loopbacks. It appears to be using only one subnet.&lt;BR /&gt;
This KCS gives an example that has worked for many installations.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/Basic-Layer-2-only-GRE-setup-for-PV-FC-180-to-talk-to-Analytics-Appliance" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/Basic-Layer-2-only-GRE-setup-for-PV-FC-180...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Mar 2018 03:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37042#M4310</guid>
      <dc:creator>Mike_Thomas</dc:creator>
      <dc:date>2018-03-07T03:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: PV-FC-180 GRE tunnel config problem</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37043#M4311</link>
      <description>Thanks Mike,&lt;BR /&gt;
&lt;BR /&gt;
In this basic GRE setup no loopback interface is used.&lt;BR /&gt;
Is that correct ?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Mar 2018 03:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37043#M4311</guid>
      <dc:creator>Robert_Zdzieblo</dc:creator>
      <dc:date>2018-03-07T03:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: PV-FC-180 GRE tunnel config problem</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37044#M4312</link>
      <description>Correct. We tried to simplify it as much as possible. Your only odd part is the lag - but that is working I assume if you are able to manage the unit.</description>
      <pubDate>Wed, 07 Mar 2018 03:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37044#M4312</guid>
      <dc:creator>Mike_Thomas</dc:creator>
      <dc:date>2018-03-07T03:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: PV-FC-180 GRE tunnel config problem</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37045#M4313</link>
      <description>Mike - thank you so much ! Great job.&lt;BR /&gt;
&lt;BR /&gt;
Using basic setup with no loopback interface my PV app is receiving traffic on gre interface now !&lt;BR /&gt;
And I can see my analitycs data as well in dashboard &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Mar 2018 04:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37045#M4313</guid>
      <dc:creator>Robert_Zdzieblo</dc:creator>
      <dc:date>2018-03-07T04:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: PV-FC-180 GRE tunnel config problem</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37046#M4314</link>
      <description>Hi Robert&lt;BR /&gt;
&lt;BR /&gt;
I think that you forgot to configure the interface lag.0.1 to agregate with the two interface tg.0.2 and tg.0.4&lt;BR /&gt;
&lt;BR /&gt;
use this command to do so:&lt;BR /&gt;
&lt;BR /&gt;
     set lacp aadminkey lag.0.1 1&lt;BR /&gt;
&lt;BR /&gt;
and use this other one to enable Lag port in case one interface faults:&lt;BR /&gt;
&lt;BR /&gt;
      set lacp singleportlag enable&lt;BR /&gt;
&lt;BR /&gt;
then use this command to verify thatb the lag.0.1 is correct up&lt;BR /&gt;
&lt;BR /&gt;
show lacp &lt;BR /&gt;
&lt;BR /&gt;
you have to se this&lt;BR /&gt;
&lt;BR /&gt;
-&amp;gt;show lacp&lt;BR /&gt;
Global Link Aggregation state: enabled&lt;BR /&gt;
Single Port LAGs:                     enabled &lt;BR /&gt;
&lt;BR /&gt;
Aggregator: lag.0.1      &lt;BR /&gt;
                                            Actor                  Partner &lt;BR /&gt;
System Identifier:     00:1F:45:2C:FC:74    02:04:96:99:B3:CF&lt;BR /&gt;
  System Priority:                 32768                    0&lt;BR /&gt;
        Admin Key:                    10&lt;BR /&gt;
         Oper Key:                     10                 1004&lt;BR /&gt;
   Attached Ports:    ge.1.51  &lt;BR /&gt;
                               ge.1.52 &lt;BR /&gt;
&lt;BR /&gt;
regards Claudio&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37046#M4314</guid>
      <dc:creator>Claudio_D_Ascen</dc:creator>
      <dc:date>2018-03-07T15:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: PV-FC-180 GRE tunnel config problem</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37047#M4315</link>
      <description>Thanks, Claudio - I had the lacp configured, just didn't include it in the config output:&lt;BR /&gt;
&lt;BR /&gt;
PV-FC(su)-&amp;gt;sh lacp lag.0.1&lt;BR /&gt;
Global Link Aggregation state: enabled&lt;BR /&gt;
Single Port LAGs:              enabled&lt;BR /&gt;
&lt;BR /&gt;
Aggregator:  lag.0.1&lt;BR /&gt;
                          Actor                 Partner&lt;BR /&gt;
System Identifier:  d8:84:66:4a:b5:de      02:04:96:a0:8f:39&lt;BR /&gt;
  System Priority:              32768                      0&lt;BR /&gt;
        Admin Key:                  1&lt;BR /&gt;
         Oper Key:                  1                     16&lt;BR /&gt;
   Attached Ports:  tg.1.2,4&lt;BR /&gt;
    Standby Ports:  None.&lt;BR /&gt;
&lt;BR /&gt;
PV-FC(su)-&amp;gt;sh config lacp&lt;BR /&gt;
This command shows non-default configurations only.&lt;BR /&gt;
Use 'show config all' to show both default and non-default configurations.&lt;BR /&gt;
&lt;BR /&gt;
begin&lt;BR /&gt;
!&lt;BR /&gt;
# ***** NON-DEFAULT CONFIGURATION *****&lt;BR /&gt;
!&lt;BR /&gt;
!&lt;BR /&gt;
# Chassis Firmware Revision:  08.42.03.0006&lt;BR /&gt;
!&lt;BR /&gt;
# lacp&lt;BR /&gt;
set lacp aadminkey lag.0.1 1&lt;BR /&gt;
set lacp singleportlag enable&lt;BR /&gt;
!&lt;BR /&gt;
end&lt;BR /&gt;
&lt;BR /&gt;
REGARDS</description>
      <pubDate>Wed, 07 Mar 2018 15:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/pv-fc-180-gre-tunnel-config-problem/m-p/37047#M4315</guid>
      <dc:creator>Robert_Zdzieblo</dc:creator>
      <dc:date>2018-03-07T15:22:00Z</dc:date>
    </item>
  </channel>
</rss>

