<?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: EFA: Error on registration for a 'relp' handler on endpoint in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/efa-error-on-registration-for-a-relp-handler-on-endpoint/m-p/93541#M425</link>
    <description>&lt;P&gt;Alberto,&lt;/P&gt;&lt;P&gt;I have not seen this issue before, but I looked through our documentation and defect database.&amp;nbsp; The use of FQDN should absolutely be supported in your version, which you saw worked in your first example.&amp;nbsp; Also as using the IP address successfully registered the client, so we know the device is reachable.&lt;/P&gt;&lt;P&gt;I found an interesting defect that was found by our internal testers that describes the issue you are seeing.&amp;nbsp; Ultimately, the issue was found to be delay in the processing DNS requests as the k3s container was not efficiently utilizing the host system DNS.&amp;nbsp; This issue was reported as a "timing issue", meaning that after several attempts the request would eventually come back within the timeout period and successfully register.&lt;/P&gt;&lt;P&gt;I would recommend trying to repeatedly register the client as a workaround.&amp;nbsp; If this does not work, I would recommend using the latest version of EFA.&amp;nbsp; I have been testing the notification service in EFA 3.0 lately and have seen no issues with registering clients using FQDN/IP.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2022 13:33:51 GMT</pubDate>
    <dc:creator>Michael_Morey</dc:creator>
    <dc:date>2022-10-27T13:33:51Z</dc:date>
    <item>
      <title>EFA: Error on registration for a 'relp' handler on endpoint</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/efa-error-on-registration-for-a-relp-handler-on-endpoint/m-p/93537#M424</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I have 2 scenarios of 2 different pair of SLXs, where 1&amp;nbsp;syslog-relp has been configured successfully with an FQDN at EFA, for the second EFA scenario is not allowing to configure to set up this syslog destination. Should I have to check something special?; both are EFA 2.4.5&lt;/P&gt;&lt;P&gt;Here some highlights of the scenario:&lt;/P&gt;&lt;P&gt;-I'm trying to add a new entry to efa notification subscribers list, no other subscriber exists currently.&lt;/P&gt;&lt;P&gt;-In my command instead of the address I'm trying to configure FQDN, and I'm getting an error:&lt;/P&gt;&lt;P&gt;Command: &lt;EM&gt;(efa:extreme)hostname#efa notification subscribers add-syslog-relp --address hostname01-.eng.phone.net --cacert hostname01-ca-combined.pem&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Output: Error : Error on registration for a 'relp' handler on endpoint 'hostname01-.eng.phone.net:514'. ERROR: The host from the endpoint URL is not reachable.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;-I currently have IP reachability from EFA external Network to the remote DNS server. (ping/tracepath, both works properly). ping is working even using the FQDN.&lt;/P&gt;&lt;P&gt;-NSLookup is answering properly with the IP resolved&lt;/P&gt;&lt;P&gt;-Port is open:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(efa:extreme)extreme@TPVM-L1B:/$ nc -vz hostname01-.eng.phone.net 514&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Connection to hostname01-.eng.phone.net 514 port [tcp/shell] succeeded!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;-I did some tcpdumps at EFA but those are not showing noting interesting, just when I try to add the endpoint it requests an ICMP to the destination, this ping is answered properly.&lt;/P&gt;&lt;P&gt;-The only way to add this entry is with the pure IP Address. &amp;lt;-- Interesting that in the first EFA Scenario I'm not using the IP Address but the FQDN.&lt;/P&gt;&lt;P&gt;-Should it be a problem on the endpoint? what I can ask for?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance experts!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still not able to register the relp destintation&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 20:17:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/efa-error-on-registration-for-a-relp-handler-on-endpoint/m-p/93537#M424</guid>
      <dc:creator>Alberto_Oter</dc:creator>
      <dc:date>2022-10-26T20:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: EFA: Error on registration for a 'relp' handler on endpoint</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/efa-error-on-registration-for-a-relp-handler-on-endpoint/m-p/93541#M425</link>
      <description>&lt;P&gt;Alberto,&lt;/P&gt;&lt;P&gt;I have not seen this issue before, but I looked through our documentation and defect database.&amp;nbsp; The use of FQDN should absolutely be supported in your version, which you saw worked in your first example.&amp;nbsp; Also as using the IP address successfully registered the client, so we know the device is reachable.&lt;/P&gt;&lt;P&gt;I found an interesting defect that was found by our internal testers that describes the issue you are seeing.&amp;nbsp; Ultimately, the issue was found to be delay in the processing DNS requests as the k3s container was not efficiently utilizing the host system DNS.&amp;nbsp; This issue was reported as a "timing issue", meaning that after several attempts the request would eventually come back within the timeout period and successfully register.&lt;/P&gt;&lt;P&gt;I would recommend trying to repeatedly register the client as a workaround.&amp;nbsp; If this does not work, I would recommend using the latest version of EFA.&amp;nbsp; I have been testing the notification service in EFA 3.0 lately and have seen no issues with registering clients using FQDN/IP.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 13:33:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/efa-error-on-registration-for-a-relp-handler-on-endpoint/m-p/93541#M425</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2022-10-27T13:33:51Z</dc:date>
    </item>
  </channel>
</rss>

