Created
February 15, 2019 05:56
-
-
Save tonfever/d68dbcaf28676bb8e7f9783b9dd0cf98 to your computer and use it in GitHub Desktop.
Sample of Cisco AnyConnect Secure Mobility Client Profiles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<AnyConnectProfile xmlns="http://schemas.xmlsoap.org/encoding/"> | |
<ServerList> | |
<HostEntry> | |
<User>XXXX</User> <!-- your username --> | |
<HostName>YYYYY</HostName> <!-- your hostname that will show as a profile --> | |
<HostAddress>ZZZZZZ</HostAddress> <!-- host url --> | |
</HostEntry> | |
</ServerList> | |
<ServerList> | |
<HostEntry> | |
<User>AAAAA</User> | |
<HostName>BBBBBBBBBB</HostName> | |
<HostAddress>CCCCCCCCCC</HostAddress> | |
</HostEntry> | |
</ServerList> | |
</AnyConnectProfile> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment