cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1027
Views
0
Helpful
4
Replies

NAC doesn't work when client on same network as ACS

limtohsoon
Level 1
Level 1

Hi Sir,

I manage to set up a working NAC in a lab environment. The client (with OfficeScan client & CTA) is on one side of the router, and ACS & Trend Micro servers are on the other side of the router.

I changed the setup by moving the client to the same network as ACS & TM servers. NAC doesn't work anymore (see attached file).

Please help.

Thank you.

B.Rgds,

Lim TS

4 Replies 4

pcomeaux
Cisco Employee
Cisco Employee

Hi Lim -

When you have the ACS Server and the Trend server on the same side as the client, does you interface ACL permit the Trend Server and ACS server to communicate to the router?

Another approach you could use is add the ACS Server and the Trend Server to the exception list that you can build on the router.

Please let me know if you already ruled out this as a possibly cause and we can dig deeper.

thanks

peter

Hi Peter Comeaux,

Referring to the NAC setup in my diagram, after I placed the client on the same side as ACS and Trend Servers, I made the following modifications to the previously working router config:

--------------------------------------

!

identity profile eapoudp

device authorize ip-address policy exemptpol

device authorize ip-address policy exemptpol

identity policy exemptpol

access-group exempt-acl

!

!

interface FastEthernet0/0

description --- Server-side network ---

ip access-group 110 in

ip admission TEST-NAC

!

!

ip access-list extended exempt-acl

permit ip any any

!

access-list 110 permit ip any any log-input

!

--------------------------------------

I turned on the following debug commands on the router and enabled CTA logging ("ctalogd enable") on the Win2K notebook.

- debug eou all

- debug radius authentication

- debug radius brief

- debug eap all

When the Win2K notebook continuously pinged the host on the other side of the router, the following were observed:

(1) The pings got thru (because of ACL 110) but there was no debug output at all.

(2) "show eou all" showed no entries.

(3) The CTA log file on the Win2K notebook did not have any new logs.

(4) No entries in Passed Authentications or Failed Attempts logs on ACS.

(5) No entries in Client Validation Log on Trend Policy Server.

(6) "clear eou all" and "clear ip admission cache *" did not help.

Is this some sort of known limitation of NAC, i.e client cannot be on the same side as ACS & Trend servers? Are you able to confirm this? Most of the NAC examples on Cisco website show the client on different network from the servers.

Attached is NAC Operational Detail which I hope it can give you more clues. I'm not able to explain the lab results based on the theory.

Please help.

Thank you.

B.Rgds,

Lim TS

Hi Peter,

Referring to the NAC setup in my diagram, after I placed the client on the same side as ACS and Trend Servers, I made the following modifications to the previously working router config:

--------------------------------------

!

identity profile eapoudp

device authorize ip-address policy exemptpol

device authorize ip-address policy exemptpol

identity policy exemptpol

access-group exempt-acl

!

!

interface FastEthernet0/0

description --- Server-side network ---

ip access-group 110 in

ip admission TEST-NAC

!

!

ip access-list extended exempt-acl

permit ip any any

!

access-list 110 permit ip any any log-input

!

--------------------------------------

I turned on the following debug commands on the router and enabled CTA logging ("ctalogd enable") on the Win2K notebook.

- debug eou all

- debug radius authentication

- debug radius brief

- debug eap all

When the Win2K notebook continuously pinged the host on the other side of the router, the following were observed:

(1) The pings got thru (because of ACL 110) but there was no debug output at all.

(2) "show eou all" showed no entries.

(3) The CTA log file on the Win2K notebook did not have any new logs.

(4) No entries in Passed Authentications or Failed Attempts logs on ACS.

(5) No entries in Client Validation Log on Trend Policy Server.

(6) "clear eou all" and "clear ip admission cache *" did not help.

Is this some sort of known limitation of NAC, i.e client cannot be on the same side as ACS & Trend servers? Are you able to confirm this? Most of the NAC examples on Cisco website show the client on different network from the servers.

Attached is NAC Operational Detail which I hope it can give you more clues. I'm not able to explain the lab results based on the theory.

Please help.

Thank you.

B.Rgds,

Lim TS

Hi Lim -

I've deployed NAC at a High School in the city that I am in. The ACS server and Trend server are both on the inside of the router.

Here's my setup

Internet --- Router ---- Firewall --- NAC Router ---- LAN

The ACS Server and the Trend Server are both on the lan and so are all the clients (about 800).

If you would like, you can e-mail me your router config and I can take a closer look at the config - pgc@cisco.com. I can't see any problems with the pieces you've posted, but I'd like to look at the entire router config.

thanks

peter