<?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: Deploying ISE for Wired Visibility on Switches in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774300#M486588</link>
    <description>Please share your switch configuration.&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Jan 2019 17:24:13 GMT</pubDate>
    <dc:creator>gbekmezi-DD</dc:creator>
    <dc:date>2019-01-07T17:24:13Z</dc:date>
    <item>
      <title>Deploying ISE for Wired Visibility on Switches</title>
      <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3773281#M486577</link>
      <description>&lt;P&gt;My customer is evaluating ISE 2.4 primarily for visibility. A large part of that is getting visibility about the wired endpoints on their network. We would like to set up Device Sensor probes for them on their switches. I've gone through the new ISE Profiling Design Guide and looked at the info about a deployment on switches that does not pre-suppose any previous configurations for RADIUS AAA. We've added what we think are the needed config lines on a test switch (2960X) and defined the switch to ISE. We've done the "test aaa group....." command and confirmed the switch can speak RADIUS to ISE. A running of the "show device-sensor cache all" command displays the expected output. However, we have not added any RADIUS port level commands on the switch (only global commands). The switch is not showing up in ISE (Context Visibility--&amp;gt; Network Devices) and we don't see any endpoints that are connected to the switch being reported in ISE. Also note that wireless visibility is working fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any guidance on what we may be missing? We did not include any port level configs because we are not doing any authentication/authorization but I'm thinking that may be the problem. I'm wondering that I really need to apply the port level RADIUS configs to place the switch in "Monitor Mode" to get it to start sending the RADIUS info to ISE without forcing any access control. In my ISE 2.4 lab I have 2 switches defined along with all the global AND port level RADIUS configs and my switches are showing up and reporting on their attached endpoints via RADIUS probes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 21:46:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3773281#M486577</guid>
      <dc:creator>pacavell</dc:creator>
      <dc:date>2019-01-04T21:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying ISE for Wired Visibility on Switches</title>
      <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3773386#M486580</link>
      <description>Hi, when you configure radius server on the switch, you need to define&lt;BR /&gt;radius ports 1812 and 1813 which ISE is using for authorization,&lt;BR /&gt;authentication , accounting. Even if you don't use aaa you need to point to&lt;BR /&gt;right ports.&lt;BR /&gt;&lt;BR /&gt;By default the switch uses 1645 and 1646.&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Jan 2019 07:41:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3773386#M486580</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2019-01-05T07:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying ISE for Wired Visibility on Switches</title>
      <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3773426#M486583</link>
      <description>&lt;P&gt;curious if you have the right config. here what i remember.&lt;/P&gt;&lt;P&gt;=======================================&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;&amp;nbsp;aaa authentication dot1x default group ISE&lt;/P&gt;&lt;P&gt;&amp;nbsp;aaa authorization network default group ISE&lt;/P&gt;&lt;P&gt;&amp;nbsp;aaa accounting dot1x default start-stop group ISE&lt;/P&gt;&lt;P&gt;&amp;nbsp;aaa group server radius ISE&lt;/P&gt;&lt;P&gt;&amp;nbsp; radius name CISCO&lt;/P&gt;&lt;P&gt;aaa radius server dynamic author&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;client 1.1.1.1 server key cisco&lt;/P&gt;&lt;P&gt;radius server CISCO&lt;/P&gt;&lt;P&gt;&amp;nbsp;address ipv4 1.1.1.1 auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;&amp;nbsp;key cisco&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius-server attributes 6 on&lt;/P&gt;&lt;P&gt;radius-server attributes 8&lt;/P&gt;&lt;P&gt;radius-server attriibutes 25&lt;/P&gt;&lt;P&gt;radius-server attributes 31&lt;/P&gt;&lt;P&gt;radius-server vsa sen auth&lt;/P&gt;&lt;P&gt;radius-server vsa sen acct&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip device tracking&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;epm logging&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dot1x system auth&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dot1x logg verb&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;======================================&lt;/P&gt;&lt;P&gt;kindly make sure you have radius port correctly configured on both ISE and the switch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2019 11:05:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3773426#M486583</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-05T11:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying ISE for Wired Visibility on Switches</title>
      <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3773720#M486587</link>
      <description>Thanks Mohammed. I have defined ports 1812 and 1813.&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Jan 2019 15:21:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3773720#M486587</guid>
      <dc:creator>pacavell</dc:creator>
      <dc:date>2019-01-06T15:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying ISE for Wired Visibility on Switches</title>
      <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774300#M486588</link>
      <description>Please share your switch configuration.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2019 17:24:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774300#M486588</guid>
      <dc:creator>gbekmezi-DD</dc:creator>
      <dc:date>2019-01-07T17:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying ISE for Wired Visibility on Switches</title>
      <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774332#M486589</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Please refer to&amp;nbsp; Device-Sensor section in the below deployment guide for configurations related to device-sensor and CLI are more or less same for 2960X as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.cisco.com/t5/mcc-security-archive-documents/cisco-ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3759910" target="_blank"&gt;https://community.cisco.com/t5/mcc-security-archive-documents/cisco-ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3759910&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;You need below configuration for Device-Sensor data&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;1. Enabling Accounting Augmentation under respective sections..&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;aaa new-model&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;aaa accounting dot1x default start-stop group radius&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;radius-server host{hostname|ip-address}[auth-port port-number][acct-port port-number][timeout seconds][retransmit retries][key string]&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;radius-server vsa send accounting&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;device-sensor accounting&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;device-sensor notify all-changes&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;2. Gather Raw Endpoint data from protocols such as CDP, LLDP, DHCP - Refer to the URL for configs..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps..&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 18:00:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774332#M486589</guid>
      <dc:creator>mnagired</dc:creator>
      <dc:date>2019-01-07T18:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying ISE for Wired Visibility on Switches</title>
      <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774339#M486590</link>
      <description>I’ve included all those lines in my config. What I don’t have are any port level config commands. I’m thinking that is the issue.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2019 18:09:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774339#M486590</guid>
      <dc:creator>pacavell</dc:creator>
      <dc:date>2019-01-07T18:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying ISE for Wired Visibility on Switches</title>
      <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774349#M486591</link>
      <description>&lt;P&gt;port level config is only need when you doing dot1x authentication or doing mab etc. or unless you have cts running on to ports where you core&amp;nbsp; is actiing as seed switch&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 18:20:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774349#M486591</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-07T18:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying ISE for Wired Visibility on Switches</title>
      <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774390#M486690</link>
      <description>&lt;P&gt;Yes, thats right you need port-level authentication configs and yeah it can be in monitor-mode either..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Found this old doc.. Refer to the troubleshooting section..&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/200292-Configure-Device-Sensor-for-ISE-Profilin.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/200292-Configure-Device-Sensor-for-ISE-Profilin.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 19:56:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774390#M486690</guid>
      <dc:creator>mnagired</dc:creator>
      <dc:date>2019-01-07T19:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying ISE for Wired Visibility on Switches</title>
      <link>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774396#M486695</link>
      <description>&lt;P&gt;I am sorry i mixed up my post. do apologies i thought this post if for cts trouble.&lt;/P&gt;&lt;P&gt;to many windows open in my browser. so please forgive me.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 20:05:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/deploying-ise-for-wired-visibility-on-switches/m-p/3774396#M486695</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-07T20:05:55Z</dc:date>
    </item>
  </channel>
</rss>

