<?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: Adding two separate DNS on ICX 7850 as well adding two separate TACACS in To Be Moved</title>
    <link>https://community.ruckuswireless.com/t5/To-Be-Moved/Adding-two-separate-DNS-on-ICX-7850-as-well-adding-two-separate/m-p/30742#M1698</link>
    <description>Hi Hayder,&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hope you are doing Great!!!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;You are Most Welcome.&amp;nbsp; The pleasure is mine.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;You have a Great Weekend!!!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Thanks&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hashim&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
    <pubDate>Sat, 10 Oct 2020 19:11:04 GMT</pubDate>
    <dc:creator>hashim_bharooc1</dc:creator>
    <dc:date>2020-10-10T19:11:04Z</dc:date>
    <item>
      <title>Adding two separate DNS on ICX 7850 as well adding two separate TACACS</title>
      <link>https://community.ruckuswireless.com/t5/To-Be-Moved/Adding-two-separate-DNS-on-ICX-7850-as-well-adding-two-separate/m-p/30739#M1695</link>
      <description>Hi WIFI Expert&amp;nbsp;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;I have an ICX7850-48 port using it as a Core router , if we configure two private DNS server on ICX7850 using this command&amp;nbsp;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;7850(Config)#ip dns server-address 10.192.0.1&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;7850(Config)#ip dns server-address 10.190.0.1&lt;BR /&gt;&lt;BR /&gt;will the Icx treat each DNS as a separate entity or treat the second DNS as a failover DNS?&lt;BR /&gt;&lt;BR /&gt;the second question related to the same ICX7850&amp;nbsp;&lt;BR /&gt;if we add two different radius server to have two different organization authenticate/access ICX7850, will ICX7850 treat each Radius configuration as separate authentication or ICX7850 treat them second radius configuration as a failover if the 1st Radius failed&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&amp;nbsp;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:00:54 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/To-Be-Moved/Adding-two-separate-DNS-on-ICX-7850-as-well-adding-two-separate/m-p/30739#M1695</guid>
      <dc:creator>hayder_al_windi</dc:creator>
      <dc:date>2020-09-28T17:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two separate DNS on ICX 7850 as well adding two separate TACACS</title>
      <link>https://community.ruckuswireless.com/t5/To-Be-Moved/Adding-two-separate-DNS-on-ICX-7850-as-well-adding-two-separate/m-p/30740#M1696</link>
      <description>&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hi Hayder,&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hope you are doing Great!!!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Configuring DNS server addresses in a Brocade device
 
	  
		&lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;
 You can configure the Brocade device to recognize up to four DNS 
servers. The first entry serves as the primary default address. If a 
query to the primary address fails to be resolved after three attempts, 
the next DNS address is queried (also up to three times). This process 
continues for each defined DNS address until the query is resolved. The 
order in which the default DNS addresses are polled is the same as the 
order in which you enter them. 
		&lt;/P&gt;
 
		&lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;Use the 
		  ip dns server-address command to configure DNS servers. 
		&lt;/P&gt;
 
		&lt;PRE alt="" name="" rel="" target="" title="" type="" value=""&gt;device(config)# ip dns server-address 10.157.22.199 10.96.7.15 10.95.7.25 10.98.7.15
&lt;/PRE&gt;
 
		&lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;Alternatively, you can configure DNS servers one after the other.
		&lt;/P&gt;

		
		  &lt;PRE alt="" name="" rel="" target="" title="" type="" value=""&gt;device(config)# ip dns server-address 10.157.22.199
device(config)# ip dns server-address 10.96.7.15
device(config)# ip dns server-address 10.95.7.25
device(config)# ip dns server-address 10.98.7.15
&lt;/PRE&gt;

		&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;
 
		&lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;
 In this example, the first IP address entered becomes the primary DNS 
address and all others are secondary addresses. Because IP address 
10.98.7.15 is the last address listed, it is also the last address 
consulted to resolve a query. 
		&lt;/P&gt;
 
	 As for Multiple DNS:&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Multiple RADIUS servers
&lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt; 
  &lt;/P&gt;
 
	 &lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;Flexible
 authentication communicates with the RADIUS server to authenticate a 
new client or reauthenticate an already authenticated client. The ICX 
device supports multiple RADIUS servers. If communication with one of 
the RADIUS servers times out, the others are tried in sequential order. 
If a response from a RADIUS server is not received within a specified 
time (by default, 3 seconds), the RADIUS request times out, and the 
device retries the request up to three times. If no response is 
received, that RADIUS server is marked as down, and the next available 
RADIUS server is chosen, until all servers are exhausted, or a response 
is received. 
	 &lt;/P&gt;
 
	 &lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;Marking
 the RADIUS server as down helps in making the authentication process 
faster, as only the available servers are contacted. When configured, 
the servers that are down are periodically contacted to check if they 
are available, and when they become available, they are marked 
accordingly. 
	 &lt;/P&gt;
 
	 &lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;There
 are several professional and experimental quality RADIUS servers, and 
all servers are configured with the usernames and passwords of 
authenticated users. For MAC authentication, the username and password 
are the MAC address itself. The ICX device uses the MAC address for both
 the username and the password in the request sent to the RADIUS server.
 For 8021.X, the username and password are typically configured as 
unique IDs, which the clients use when they log into the network. For 
example, given a MAC address of 00:10:94:00:fe:aa, the user's file on 
the RADIUS server is configured with the username and password both set 
to 00:10:94:00:fe:aa. If a user using dot1x has to authenticate from the
 same device, the user profile may have name, password. 
	 &lt;/P&gt;
 
  &lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hope this Helps.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Thanks&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hashim&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;
 
  &lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Sat, 03 Oct 2020 18:00:06 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/To-Be-Moved/Adding-two-separate-DNS-on-ICX-7850-as-well-adding-two-separate/m-p/30740#M1696</guid>
      <dc:creator>hashim_bharooc1</dc:creator>
      <dc:date>2020-10-03T18:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two separate DNS on ICX 7850 as well adding two separate TACACS</title>
      <link>https://community.ruckuswireless.com/t5/To-Be-Moved/Adding-two-separate-DNS-on-ICX-7850-as-well-adding-two-separate/m-p/30741#M1697</link>
      <description>Hashim,&amp;nbsp;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;thank you very much regarding the detailed explanation !!&amp;nbsp;</description>
      <pubDate>Sat, 10 Oct 2020 18:44:15 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/To-Be-Moved/Adding-two-separate-DNS-on-ICX-7850-as-well-adding-two-separate/m-p/30741#M1697</guid>
      <dc:creator>hayder_al_windi</dc:creator>
      <dc:date>2020-10-10T18:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two separate DNS on ICX 7850 as well adding two separate TACACS</title>
      <link>https://community.ruckuswireless.com/t5/To-Be-Moved/Adding-two-separate-DNS-on-ICX-7850-as-well-adding-two-separate/m-p/30742#M1698</link>
      <description>Hi Hayder,&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hope you are doing Great!!!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;You are Most Welcome.&amp;nbsp; The pleasure is mine.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;You have a Great Weekend!!!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Thanks&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Hashim&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Sat, 10 Oct 2020 19:11:04 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/To-Be-Moved/Adding-two-separate-DNS-on-ICX-7850-as-well-adding-two-separate/m-p/30742#M1698</guid>
      <dc:creator>hashim_bharooc1</dc:creator>
      <dc:date>2020-10-10T19:11:04Z</dc:date>
    </item>
  </channel>
</rss>

