This community is for technical, feature, configuration and deployment questions.
For production deployment issues, please contact the TAC!
We will not comment or assist with your TAC case in these forums.
Please see How to Ask the Community for Help for other best practices.
HI
i am going to deploy NAM and ISE Posture for dot1x and compliance only
is core and vpn module required and why
Solved! Go to Solution.
In additon to what @Mohammed al Baqari correctly noted, you can prevent the AnyConnect VPN tile from appearing by using a VPNDisable_ServiceProfile.xml as follows:
Here is the profile for reference:
<?xml version="1.0" encoding="utf-8"?> <!-- Cisco AnyConnect VPN Profile - This profile is a sample intended to allow for the disabling of VPN service for those installations that do not require VPN support. --> <AnyConnectProfile xmlns="http://schemas.xmlsoap.org/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/encoding/ AnyConnectProfile.xsd"> <ClientInitialization> <ServiceDisable>true</ServiceDisable> </ClientInitialization> </AnyConnectProfile>