04-28-2013 06:39 AM - edited 03-10-2019 08:22 PM
I've ISE v1.1.2.145 and Cat 6500 IOS ADVENTERPRISEK9-M, Version 15.0(1)SY2
I'm trying to add 6500 in the trustsec group with ISE and followed the trustsec 2.1 documentation. After configuring it keeps on giving me error in the ISE logs below with the subject #CTSREQUEST#
11302 Received Secure RADIUS request without a cts-pac-opaque cisco-av-pair attribute
Below are the steps:
11001 Received RADIUS Access-Request |
11017 RADIUS created a new session |
15012 Selected Access Service - NDAC_SGT_Service |
11302 Received Secure RADIUS request without a cts-pac-opaque cisco-av-pair attribute |
Also after i configure cts credentials and radius-server pac command in 6500, it starts giving me log messages that radius is down and the next moment it comes up again. It is continously doing that.
Thanks in advance for the help.
Regards,
Zohaib
Solved! Go to Solution.
01-07-2019 01:41 AM
had a similar issue the one you having.
just make sure you have right config. which i assume you do.
aaa new-model
aaa authentication dot1x default group ISE
aaa authorization default group ISE
aaa authorization ISE group ISE
aaa accounting dot1x default start-stop group ISE
aaa group radius server ISE
radius server CISCO
aaa server radius dynamic author
client X.X.X.X. serverkey cisco
radius server CISCO
addres ipv4 x.x.x.x auth-port 1812 acct-port 1813
pac key cisco
!
radius-server attribute 6 on
radius-server attribute 8
radius-server attribute 25
radius-server vsa sent auth
radius-server vsa sent account
!
dot1x system-auth
!
cts authorization list ISE
!
cts credentials id <device id> password <password>
!
give it 5 to 10 min. it will download it.
also make sure to use the port 1812 1813.
05-02-2013 12:28 PM
Hello Zohaib,
You may find the following of help in solving the problem.
Configuring EAP-FAST Settings
http://www.cisco.com/en/US/docs/security/ise/1.1/user_guide/ise_auth_pol.html#wp1146184
Configuring Security Group Access Settings
http://www.cisco.com/en/US/docs/security/ise/1.1.1/user_guide/ise_sga_pol.html#wp1102430
Extensible Authentication Protocol-Flexible Authentication via Secure Tunneling
http://www.cisco.com/en/US/docs/security/ise/1.0/user_guide/ise10_net_acc_flows.html#wp1135510
EAP-FAST
05-04-2013 12:03 AM
I've already opened a TAC case and the engineer said every thing is configured fine. Will send some debugs to them. I'll update here once the case is solved.
Thanks for your help.
Regards,
Zohaib
05-27-2016 06:56 AM
Hi Zohaib
I've been facing the same error-messages and you, and found a pritty good "Step by Step guide" which helped me out:
Best Regards
Jarle
01-06-2019 09:22 PM
Hi Zohaib,
could you solve this issue? I have the same problem to authenticate 3850 core switches in ISE.
01-06-2019 10:52 PM
01-06-2019 11:17 PM
Please check the whether the credentials configured at the NAD is matching the credentials configured in ISE for the respective NAD.
You can refer this link to check the credentials at ISE end.
Use this command to configure cts credentials at NAD
cts credentials id <device id> password <password>
After that check whether pac is generated at the NAD using show cts pacs
-Aravind
01-07-2019 01:41 AM
had a similar issue the one you having.
just make sure you have right config. which i assume you do.
aaa new-model
aaa authentication dot1x default group ISE
aaa authorization default group ISE
aaa authorization ISE group ISE
aaa accounting dot1x default start-stop group ISE
aaa group radius server ISE
radius server CISCO
aaa server radius dynamic author
client X.X.X.X. serverkey cisco
radius server CISCO
addres ipv4 x.x.x.x auth-port 1812 acct-port 1813
pac key cisco
!
radius-server attribute 6 on
radius-server attribute 8
radius-server attribute 25
radius-server vsa sent auth
radius-server vsa sent account
!
dot1x system-auth
!
cts authorization list ISE
!
cts credentials id <device id> password <password>
!
give it 5 to 10 min. it will download it.
also make sure to use the port 1812 1813.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide