<?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: Hi Martin, in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/4187208#M563931</link>
    <description>&lt;P&gt;Thanks Jatin, was facing the exact same issue and that fixed it. On Cisco Cat 3650 running 16.9.4. The 'device-sensor accounting' command wasn't available. Initially, TCPDump on ISE wasn't seeing CDP device-sensor accounting messages. With these extra commands, tcpdump shows the tlv's and profiling is good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rick.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2020 02:27:29 GMT</pubDate>
    <dc:creator>rick505d3</dc:creator>
    <dc:date>2020-11-23T02:27:29Z</dc:date>
    <item>
      <title>IBNS 2.0 Device Sensor Accounting</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965038#M38762</link>
      <description>&lt;P&gt;Hello together&lt;/P&gt;
&lt;P&gt;I got a Cat2960S (15.2(2)E5) and a Cat2960X (15.2(4)E1) configured with IBNS 2.0. Everything is working fine from an authentication and authorization perspective but the switch does not send the device sensor data to ISE via RADIUS accounting. Therefore profiling for some devices is not working. The RADIUS profiling probe is activated in ISE.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In IBNS 1.0 i had to use the &lt;STRONG&gt;device-sensor accounting&lt;/STRONG&gt; command, but this command is not available anymore under IBNS 2.0.&lt;/P&gt;
&lt;P&gt;Currently I have the following device sensor and&amp;nbsp; accounting configuration:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;aaa group server radius ISE&lt;BR /&gt;&amp;nbsp;server-private 10.40.250.234 auth-port 1812 acct-port 1813 test username RADIUS-TEST idle-time 30 key XYZ&lt;BR /&gt;&amp;nbsp;ip radius source-interface Vlan2030&lt;BR /&gt;!&lt;BR /&gt;aaa authentication dot1x default group ISE&lt;BR /&gt;aaa authorization network default group ISE&lt;BR /&gt;aaa accounting update newinfo periodic 5&lt;BR /&gt;aaa accounting identity default start-stop group ISE&lt;BR /&gt;!&lt;BR /&gt;aaa server radius dynamic-author&lt;BR /&gt;&amp;nbsp;client 10.40.250.234 server-key XYZ&lt;/SPAN&gt;&lt;BR /&gt;!&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;device-sensor filter-list cdp list CDP-FILTER&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;tlv name device-name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;tlv name platform-type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;device-sensor filter-spec cdp include list CDP-FILTER&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;device-sensor notify all-changes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;access-session attributes filter-list list DEVICE-SENSOR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp;cdp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;access-session accounting attributes filter-spec include list DEVICE-SENSOR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Any idea's how to get the device sensor data to ISE with IBNS 2.0? Am I missing a configuration parameter?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 06:59:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965038#M38762</guid>
      <dc:creator>martin.fischer</dc:creator>
      <dc:date>2019-03-11T06:59:26Z</dc:date>
    </item>
    <item>
      <title>Hi Martin,</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965039#M38763</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;
&lt;P&gt;When IBNS 2.0 is used the device sensor data is not added to the radius accounting packets even after addition of the command device-sensor accounting (in some cases this command is not available after enabling IBNS 2.0 due to CSCur93458), so the following commands are needed to be added:&lt;BR /&gt;&lt;BR /&gt;access-session attributes filter-list list &amp;lt;list name&amp;gt;&lt;BR /&gt;cdp&lt;BR /&gt;lldp&lt;BR /&gt;dhcp&lt;BR /&gt;&lt;BR /&gt;access-session accounting attributes filter-spec include list &amp;lt;list name&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jatin&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;~ Do rate helpful posts.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 14:28:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965039#M38763</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2016-08-13T14:28:56Z</dc:date>
    </item>
    <item>
      <title>Hi Jatin</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965040#M38764</link>
      <description>&lt;P&gt;Hi Jatin&lt;/P&gt;
&lt;P&gt;Thanks for your response. As you might see in my example I already added these commands to my configuration. But I still don't see any data sent via RADIUS accounting. Any other ideas &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ?.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 08:55:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965040#M38764</guid>
      <dc:creator>martin.fischer</dc:creator>
      <dc:date>2016-08-15T08:55:49Z</dc:date>
    </item>
    <item>
      <title>I am also missing this</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965041#M38765</link>
      <description>&lt;P&gt;I am also missing this command on the 3850 03.06.04.E platform while using similar config as above. When debugging radius accounting, I do not see any info sent.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Sep 28 10:19:56.587 CET: RADIUS/ENCODE(00000000):Orig. component type = Invalid&lt;BR /&gt;Sep 28 10:19:56.587 CET: RADIUS(00000000): Config NAS IP: 10.1.9.152&lt;BR /&gt;Sep 28 10:19:56.587 CET: RADIUS(00000000): Config NAS IPv6: ::&lt;BR /&gt;Sep 28 10:19:56.587 CET: RADIUS(00000000): sending&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS(00000000): Send Accounting-Request to 10.7.10.222:1646 id 1646/15, len 449&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS: authenticator A4 B5 14 6A 51 5E 58 A4 - FB 87 EB 9C 76 DF C6 C8&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS: Vendor, Cisco [26] 44&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS: Cisco AVpair [1] 38 "lldp-tlv= "&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS: Vendor, Cisco [26] 25&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS: Cisco AVpair [1] 19 "lldp-tlv= "&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS: Vendor, Cisco [26] 30&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Cisco AVpair [1] 24 "lldp-tlv= "&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Vendor, Cisco [26] 28&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Cisco AVpair [1] 22 "lldp-tlv= "&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Vendor, Cisco [26] 27&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Cisco AVpair [1] 21 "lldp-tlv= "&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Framed-IP-Address [8] 6 10.191.1.119&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: User-Name [1] 14 "d4785600424a"&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Vendor, Cisco [26] 49&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Cisco AVpair [1] 43 "audit-session-id=0A0109980000117F07BE675A"&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Vendor, Cisco [26] 18&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Cisco AVpair [1] 12 "method=mab"&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Called-Station-Id [30] 19 "C4-14-3C-98-01-01"&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Calling-Station-Id [31] 19 "D4-78-56-00-42-4A"&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: NAS-IP-Address [4] 6 10.1.9.152&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: NAS-Port-Id [87] 22 "GigabitEthernet2/0/1"&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: NAS-Port-Type [61] 6 Ethernet [15]&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: NAS-Port [5] 6 50201&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: Acct-Session-Id [44] 10 "00001598"&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: Class [25] 58&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: 6F C1 30 18 AF 64 47 0F 8E B3 F6 52 9F 5C 1D A4 BF 0B 00 00 00 00 00 00 52 30 30 30 33 63 36 34 30 2D [o0dGR\R0003c640-]&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: 30 31 2D 35 37 65 62 37 64 30 66 00 00 00 00 00 00 00 00 00 00 00 [ 01-57eb7d0f]&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: Acct-Status-Type [40] 6 Watchdog [3]&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: Event-Timestamp [55] 6 1475050796&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: Acct-Input-Octets [42] 6 2126&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: Acct-Output-Octets [43] 6 9634&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: Acct-Input-Packets [47] 6 22&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: Acct-Output-Packets [48] 6 17&lt;BR /&gt;&lt;SPAN&gt;switch&lt;/SPAN&gt;(config-if)#&lt;BR /&gt;Sep 28 10:19:56.590 CET: RADIUS: Acct-Delay-Time [41] 6 0&lt;BR /&gt;Sep 28 10:19:56.591 CET: RADIUS(00000000): Sending a IPv4 Radius Packet&lt;BR /&gt;Sep 28 10:19:56.591 CET: RADIUS(00000000): Started 5 sec timeout&lt;BR /&gt;Sep 28 10:19:56.597 CET: RADIUS: Received from id 1646/15 10.7.10.222:1646, Accounting-response, len 20&lt;BR /&gt;Sep 28 10:19:56.598 CET: RADIUS: authenticator F3 D7 97 72 A9 6C 3C 13 - C5 43 AF ED 81 3F 26 11&lt;BR /&gt;switch(config-if)#&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 08:21:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965041#M38765</guid>
      <dc:creator>i.va</dc:creator>
      <dc:date>2016-09-28T08:21:50Z</dc:date>
    </item>
    <item>
      <title>Hi Jatin</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965042#M38766</link>
      <description>&lt;P&gt;Hi Jatin&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;We had the similar issue. After enabling the above mentioned commands sensor seems to be working however cannot view the dhcp infor sent via radius accounting. Only cdp and lldp is sent. Have you seen this issue?&lt;/P&gt;
&lt;P&gt;Note we are running 3.7.3 code 3850&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Gaj&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 14:39:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965042#M38766</guid>
      <dc:creator>Gaj Ana</dc:creator>
      <dc:date>2016-12-28T14:39:07Z</dc:date>
    </item>
    <item>
      <title>Hi Gaj</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965043#M38767</link>
      <description>&lt;P&gt;Hi Gaj&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can you check if 'ip dhcp snooping' and 'ip dhcp snooping vlan &amp;lt;&amp;gt;' are enabled? We need that for dhcp attributes to be cached and sent.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vishal&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 03:49:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965043#M38767</guid>
      <dc:creator>vishalsi</dc:creator>
      <dc:date>2017-04-28T03:49:10Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965044#M38768</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In the debugs we can see lldp TLVs are being sent.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS: Cisco AVpair [1] 38 "lldp-tlv= "&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS: Vendor, Cisco [26] 25&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS: Cisco AVpair [1] 19 "lldp-tlv= "&lt;BR /&gt;Sep 28 10:19:56.588 CET: RADIUS: Vendor, Cisco [26] 30&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Cisco AVpair [1] 24 "lldp-tlv= "&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Vendor, Cisco [26] 28&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Cisco AVpair [1] 22 "lldp-tlv= "&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Vendor, Cisco [26] 27&lt;BR /&gt;Sep 28 10:19:56.589 CET: RADIUS: Cisco AVpair [1] 21 "lldp-tlv= "&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;On the switch, this is how it is shown in the debugs. If you want to see the TLVs then you can do 'show device-sensor cache mac &amp;lt;&amp;gt;'. Also in ISE, you can see the TLVs if you check the accounting reports.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vishal&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 03:51:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/2965044#M38768</guid>
      <dc:creator>vishalsi</dc:creator>
      <dc:date>2017-04-28T03:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Martin,</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/3989778#M38769</link>
      <description>FYI this fixed a profiling issue we were having with IOS XE 16.9.4. Before applying these commands ISE was not seeing the endpoints DHCP Class Identifier, afterwards everything works. Thanks!</description>
      <pubDate>Tue, 26 Nov 2019 20:26:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/3989778#M38769</guid>
      <dc:creator>Leroy Plock</dc:creator>
      <dc:date>2019-11-26T20:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Martin,</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/3989810#M38770</link>
      <description>&lt;P&gt;If you don't want to use dhcp snooping, ip helpers on the l3 interfaces (physical or SVI) will accomplish the same thing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dhcp snooping is the only way to get dhcp informstion via the device sensor/radius probe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pretty common for a deployment to use both, or choosing just ip helper.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 21:08:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/3989810#M38770</guid>
      <dc:creator>Damien Miller</dc:creator>
      <dc:date>2019-11-26T21:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Martin,</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/3989834#M38771</link>
      <description>We use dhcp snooping to support arp inspection anyways, it was nice to turn off the helpers and the DHCP probe.&lt;BR /&gt;Isn't dhcp snooping required for device tracking to work anyways?</description>
      <pubDate>Tue, 26 Nov 2019 21:32:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/3989834#M38771</guid>
      <dc:creator>Leroy Plock</dc:creator>
      <dc:date>2019-11-26T21:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Martin,</title>
      <link>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/4187208#M563931</link>
      <description>&lt;P&gt;Thanks Jatin, was facing the exact same issue and that fixed it. On Cisco Cat 3650 running 16.9.4. The 'device-sensor accounting' command wasn't available. Initially, TCPDump on ISE wasn't seeing CDP device-sensor accounting messages. With these extra commands, tcpdump shows the tlv's and profiling is good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rick.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 02:27:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ibns-2-0-device-sensor-accounting/m-p/4187208#M563931</guid>
      <dc:creator>rick505d3</dc:creator>
      <dc:date>2020-11-23T02:27:29Z</dc:date>
    </item>
  </channel>
</rss>

