<?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: G3 Switch  If SACL's are configured it is not possible to login to switch with radius account in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10670#M1698</link>
    <description>it shouldn't be. in the CLI guide on pg 34-3 it says: G3(su)-&amp;gt;set system service-acl my-sacl permit ip-source 10.10.22.2 port 123 to allow NTP.  so you should be able to replace that with 1812 for RADIUS. unless there is a bug in the code...</description>
    <pubDate>Thu, 21 Jan 2016 15:32:00 GMT</pubDate>
    <dc:creator>Matthew_Hum1</dc:creator>
    <dc:date>2016-01-21T15:32:00Z</dc:date>
    <item>
      <title>G3 Switch  If SACL's are configured it is not possible to login to switch with radius account</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10665#M1693</link>
      <description>&lt;BR /&gt;
If SACL's are configured it is not possible to login to switch with radius account.&lt;BR /&gt;
&lt;BR /&gt;
If you configure a SACL that contains a service, it is NOT possible to login to the switch with your radius users anymore, only local users are able to login like "admin".&lt;BR /&gt;
&lt;BR /&gt;
Firmware on this G3 is: 06.61.15.0003&lt;BR /&gt;
Radius login credentials are on the NAC Gateways.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jan 2016 16:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10665#M1693</guid>
      <dc:creator>Rainer_Adam</dc:creator>
      <dc:date>2016-01-20T16:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: G3 Switch  If SACL's are configured it is not possible to login to switch with radius account</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10666#M1694</link>
      <description>Does the SACL include access to the RADUS server/NAC Gateway? Can you post the SACLs here?&lt;BR /&gt;
&lt;BR /&gt;
Service ACLs are applied on the host interface of the switch and apply to all traffic destined to the switch management. Therefore this will also apply to RADIUS traffic, so they will block the access-accept RADIUS return that will allow the user to login.&lt;BR /&gt;
&lt;BR /&gt;
Another indication that this is the case is that the local login will only work on RADIUS timeout. if the RADIUS server actually sent a Access-Reject then the local user would not be able to login. So the local management falls back when the response does not reach the switch management.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jan 2016 19:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10666#M1694</guid>
      <dc:creator>Matthew_Hum1</dc:creator>
      <dc:date>2016-01-20T19:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: G3 Switch  If SACL's are configured it is not possible to login to switch with radius account</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10667#M1695</link>
      <description>I am not allowed to post here the correct ip addresses, but booth devices are in this list, the NAC Gatways (2 in this case) and the Netsight Server and the Backup Netsight server. You are not able to allow "radius" traffic. It is not bounded to a physical interface. So this does'nt make sense, the customer has more then 50 of these G3 switches in his edge. &lt;BR /&gt;
&lt;BR /&gt;
That the commands I have used, but with different real IP addresses.&lt;BR /&gt;
&lt;BR /&gt;
here the config&lt;BR /&gt;
&lt;BR /&gt;
set system service-acl sacl permit service telnet &lt;BR /&gt;
set system service-acl sacl permit service ssh&lt;BR /&gt;
set system service-acl sacl permit service tftp&lt;BR /&gt;
set system service-acl sacl permit service sntp&lt;BR /&gt;
set system service-acl sacl permit ip-source 10.1.1.250 wildcard 0.0.0.0 service snmp &lt;BR /&gt;
set system service-acl sacl permit ip-source 10.2.1.250 wildcard 0.0.0.0 service snmp &lt;BR /&gt;
set system service-acl sacl permit ip-source 10.1.1.247 wildcard 0.0.0.0 service snmp &lt;BR /&gt;
set system service-acl sacl permit ip-source 10.1.1.237 wildcard 0.0.0.0 service snmp &lt;BR /&gt;
set system service-acl sacl permit ip-source 10.1.1.249 wildcard 0.0.0.0 service snmp &lt;BR /&gt;
set system service-class sacl&lt;BR /&gt;
&lt;BR /&gt;
the ip's with .250 are the NAC Gateways, 237 and 247 are the Netsight Servers and .249 is a Spectrum maschine.&lt;BR /&gt;
&lt;BR /&gt;
For this I have opend also a GTAC Ticket with ID 01182646&lt;BR /&gt;
&lt;BR /&gt;
I have opended this here that other users may find it if they found the same problem.</description>
      <pubDate>Thu, 21 Jan 2016 15:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10667#M1695</guid>
      <dc:creator>Rainer_Adam</dc:creator>
      <dc:date>2016-01-21T15:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: G3 Switch  If SACL's are configured it is not possible to login to switch with radius account</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10668#M1696</link>
      <description>Yes, you need to either allow everything from the NAC Gateway or also allow RADIUS (port 1812) from theNAC Gateways. &lt;BR /&gt;
 try adding this:&lt;BR /&gt;
 set system service-acl sacl permit ip-source &lt;NAC gateway=""&gt; port 1812&lt;/NAC&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10668#M1696</guid>
      <dc:creator>Matthew_Hum1</dc:creator>
      <dc:date>2016-01-21T15:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: G3 Switch  If SACL's are configured it is not possible to login to switch with radius account</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10669#M1697</link>
      <description>Such a line he did not exept.&lt;BR /&gt;
&lt;BR /&gt;
Command:&lt;BR /&gt;
set system service-acl sacl permit ip-source 10.1.1.250 port 1812 &lt;BR /&gt;
&lt;BR /&gt;
Error:&lt;BR /&gt;
&lt;BR /&gt;
Invalid Media in [port-string]. ERROR: Invalid interface - 1812&lt;BR /&gt;
&lt;BR /&gt;
In this constellation the "port" 1812 means a physical interface on the switch....</description>
      <pubDate>Thu, 21 Jan 2016 15:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10669#M1697</guid>
      <dc:creator>Rainer_Adam</dc:creator>
      <dc:date>2016-01-21T15:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: G3 Switch  If SACL's are configured it is not possible to login to switch with radius account</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10670#M1698</link>
      <description>it shouldn't be. in the CLI guide on pg 34-3 it says: G3(su)-&amp;gt;set system service-acl my-sacl permit ip-source 10.10.22.2 port 123 to allow NTP.  so you should be able to replace that with 1812 for RADIUS. unless there is a bug in the code...</description>
      <pubDate>Thu, 21 Jan 2016 15:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10670#M1698</guid>
      <dc:creator>Matthew_Hum1</dc:creator>
      <dc:date>2016-01-21T15:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: G3 Switch  If SACL's are configured it is not possible to login to switch with radius account</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10671#M1699</link>
      <description>10.1.1.250 and 10.2.1.250 in this case are the ip addresses from the NAC gateway. If I unterstood it correct my config will allow all the traffic from 10.1.1.250 and 10.2.1.250, right?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10671#M1699</guid>
      <dc:creator>Rainer_Adam</dc:creator>
      <dc:date>2016-01-21T15:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: G3 Switch  If SACL's are configured it is not possible to login to switch with radius account</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10672#M1700</link>
      <description>You've only allowed "service snmp" and not all traffic from this source as per your config.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10672#M1700</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2016-01-21T15:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: G3 Switch  If SACL's are configured it is not possible to login to switch with radius account</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10673#M1701</link>
      <description>Oh my god, yes, thats it!</description>
      <pubDate>Thu, 21 Jan 2016 15:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/g3-switch-if-sacl-s-are-configured-it-is-not-possible-to-login/m-p/10673#M1701</guid>
      <dc:creator>Rainer_Adam</dc:creator>
      <dc:date>2016-01-21T15:48:00Z</dc:date>
    </item>
  </channel>
</rss>

