Cisco CCNA (640-553) Security Training
Using the “citrix enabled” command
By Charles Ross CCNA - CCNP #CSCO10444244
In today’s article, I’m going to quickly inform you about the Cisco IOS webvpn group policy configuration mode command named “citrix enabled”.
CCNAs (like you) use the “citrix enabled” command to enable Citrix application support for end users in a policy group.
In other words, if your citrix clients need to have access to a remote citrix application that is running on a remote server, use the “citrix enabled” command to do so.
Below is the command syntax:
citrix enabled
As you can see, the command is extremely easy to implement; and it doesn’t use any arguments or keywords.
Below is an example of the command being used:
Router>enable
Router#configure terminal
Router(config)#webvpn context crosstext1
Router(config-webvpn-context)#policy group ONE
Router(config-webvpn-group)#citrix enabled
Router(config-webvpn-group)#end
Router#copy run start
In the example above, the policy group named “ONE”; is being configured for Citrix support. Notice, that the command is being performed while the router is in webvpn group policy configuration mode (config-webvpn-group).
And, like with mostly all Cisco IOS commands; you can use the word “no” in front of the command to remove (disable) the configured command; like you see below:
Router(config-webvpn-group)#no citrix enabled
By the way, if you decide to use the command, make sure your router(s) is running Cisco IOS 12.2(13)T or higher.
I hope this article was very informative and helped you quickly understand the usage of the citrix enabled command. If you need to learn more; I suggest you visit my website, (www.ccnaittechtips.com) were you’ll find the latest information regarding the Cisco CCNA (640-553) Security exam techniques.
To your success,
Charles Ross
CCNA- CCNP #CSCO10444244