01-17-2021 11:30 PM
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.
01-17-2021 11:53 PM
01-17-2021 11:53 PM
01-18-2021 05:31 AM - edited 01-18-2021 05:33 AM
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>
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