<?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 pxGrid session subscription missing radius accounting session Id in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pxgrid-session-subscription-missing-radius-accounting-session-id/m-p/5310060#M1121854</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I'm building a custom middleware connector between FrotiOS 7.6 firewall and AIS as the native FortiNet connector does not work correctly for a multi node ISE deployment (we have 10 hardware nodes).&lt;BR /&gt;&lt;BR /&gt;I have the FortiGate sending radius auth request to ISE which works correctly. The FortiGate then sends an accounting start message back to the ISE PSN's something like:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;RADIUS Protocol
Code: Accounting-Request (4)
Packet identifier: 0x7f (127)
Length: 135
Authenticator: e64e88e1b0cadafb60171cbe309e2b30
Attribute Value Pairs
AVP: t=Acct-Status-Type(40) l=6 val=Start(1)
AVP: t=Event-Timestamp(55) l=6 val=Jul 16, 2025 14:19:38.000000000 AEST
AVP: t=Acct-Session-Id(44) l=18 val=00001e740050f041
AVP: t=User-Name(1) l=9 val=user
AVP: t=NAS-Identifier(32) l=12 val=nas
AVP: t=Framed-IP-Address(8) l=6 val=10.24.32.1
AVP: t=Vendor-Specific(26) l=12 vnd=Fortinet, Inc.(12356)
AVP: t=Vendor-Specific(26) l=12 vnd=Fortinet, Inc.(12356)
AVP: t=NAS-IP-Address(4) l=6 val=10.11.6.66
AVP: t=Called-Station-Id(30) l=12 val=10.11.6.66
AVP: t=Calling-Station-Id(31) l=16 val=125.168.63.113&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;my middleware is connected and subscribed to&amp;nbsp;&lt;SPAN&gt;com.cisco.ise.session and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;com.cisco.ise.session.group&lt;BR /&gt;&lt;BR /&gt;My problem is that when the session data arrives from the websocket it is missing the accounting session Id&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;  {
    "timestamp": "2025-07-16T15:44:25.245+10:00",
    "state": "STARTED",
    "userName": "user",
    "callingStationId": "125.168.63.113",
    "calledStationId": "10.11.6.66",
    "ipAddresses": ["10.24.32.1"],
    "nasIpAddress": "10.11.6.66",
    "nasIdentifier": "nas",
    "adNormalizedUser": "user",
    "providers": ["None"],
    "endpointCheckResult": "none",
    "identitySourcePortStart": 0,
    "identitySourcePortEnd": 0,
    "identitySourcePortFirst": 0,
    "networkDeviceProfileName": "Fortinet",
    "mdmRegistered": false,
    "mdmCompliant": false,
    "mdmDiskEncrypted": false,
    "mdmJailBroken": false,
    "mdmPinLocked": false,
    "selectedAuthzProfiles": ["PermitAccess"],
    "useCase": "Proxy",
    "ctsSecondarySecurityGroups": [],
    "sxpDomains": [],
    "inboundSgtDomainRules": [],
    "workloadClassification": [],
    "sessionSource": 0,
    "vrf": "",
    "destinationIPAddress": "10.254.254.52"
  }&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;I need to map group membership from a local redis table and generate a new radius request to send to the fortigate RSSO listener. it would be a more stable and scalable solution of I could get the&amp;nbsp;AVP: t=Acct-Session-Id(44) l=18 val=00001e740050f041 sent back to me through pxGrid as the middleware host does not see the RADIUS sent to ISE. Is it possible to enable this somewhere in ISE?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dale&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2025 11:21:08 GMT</pubDate>
    <dc:creator>d.blakemore</dc:creator>
    <dc:date>2025-07-16T11:21:08Z</dc:date>
    <item>
      <title>pxGrid session subscription missing radius accounting session Id</title>
      <link>https://community.cisco.com/t5/network-security/pxgrid-session-subscription-missing-radius-accounting-session-id/m-p/5310060#M1121854</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I'm building a custom middleware connector between FrotiOS 7.6 firewall and AIS as the native FortiNet connector does not work correctly for a multi node ISE deployment (we have 10 hardware nodes).&lt;BR /&gt;&lt;BR /&gt;I have the FortiGate sending radius auth request to ISE which works correctly. The FortiGate then sends an accounting start message back to the ISE PSN's something like:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;RADIUS Protocol
Code: Accounting-Request (4)
Packet identifier: 0x7f (127)
Length: 135
Authenticator: e64e88e1b0cadafb60171cbe309e2b30
Attribute Value Pairs
AVP: t=Acct-Status-Type(40) l=6 val=Start(1)
AVP: t=Event-Timestamp(55) l=6 val=Jul 16, 2025 14:19:38.000000000 AEST
AVP: t=Acct-Session-Id(44) l=18 val=00001e740050f041
AVP: t=User-Name(1) l=9 val=user
AVP: t=NAS-Identifier(32) l=12 val=nas
AVP: t=Framed-IP-Address(8) l=6 val=10.24.32.1
AVP: t=Vendor-Specific(26) l=12 vnd=Fortinet, Inc.(12356)
AVP: t=Vendor-Specific(26) l=12 vnd=Fortinet, Inc.(12356)
AVP: t=NAS-IP-Address(4) l=6 val=10.11.6.66
AVP: t=Called-Station-Id(30) l=12 val=10.11.6.66
AVP: t=Calling-Station-Id(31) l=16 val=125.168.63.113&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;my middleware is connected and subscribed to&amp;nbsp;&lt;SPAN&gt;com.cisco.ise.session and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;com.cisco.ise.session.group&lt;BR /&gt;&lt;BR /&gt;My problem is that when the session data arrives from the websocket it is missing the accounting session Id&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;  {
    "timestamp": "2025-07-16T15:44:25.245+10:00",
    "state": "STARTED",
    "userName": "user",
    "callingStationId": "125.168.63.113",
    "calledStationId": "10.11.6.66",
    "ipAddresses": ["10.24.32.1"],
    "nasIpAddress": "10.11.6.66",
    "nasIdentifier": "nas",
    "adNormalizedUser": "user",
    "providers": ["None"],
    "endpointCheckResult": "none",
    "identitySourcePortStart": 0,
    "identitySourcePortEnd": 0,
    "identitySourcePortFirst": 0,
    "networkDeviceProfileName": "Fortinet",
    "mdmRegistered": false,
    "mdmCompliant": false,
    "mdmDiskEncrypted": false,
    "mdmJailBroken": false,
    "mdmPinLocked": false,
    "selectedAuthzProfiles": ["PermitAccess"],
    "useCase": "Proxy",
    "ctsSecondarySecurityGroups": [],
    "sxpDomains": [],
    "inboundSgtDomainRules": [],
    "workloadClassification": [],
    "sessionSource": 0,
    "vrf": "",
    "destinationIPAddress": "10.254.254.52"
  }&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;I need to map group membership from a local redis table and generate a new radius request to send to the fortigate RSSO listener. it would be a more stable and scalable solution of I could get the&amp;nbsp;AVP: t=Acct-Session-Id(44) l=18 val=00001e740050f041 sent back to me through pxGrid as the middleware host does not see the RADIUS sent to ISE. Is it possible to enable this somewhere in ISE?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dale&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 11:21:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pxgrid-session-subscription-missing-radius-accounting-session-id/m-p/5310060#M1121854</guid>
      <dc:creator>d.blakemore</dc:creator>
      <dc:date>2025-07-16T11:21:08Z</dc:date>
    </item>
  </channel>
</rss>

