Vijay, I know it took a bit of time to respond on this thread.
The end goal to take advantage of NetScaler offerings and have LB and VIP support. I will definitely try out the regex.. Thank you -ilya -----Original Message----- From: Vijay Venkatachalam [mailto:[email protected]] Sent: Thursday, December 06, 2012 11:00 AM To: [email protected] Subject: RE: Connecting Netscaler VPX and CS4 Hi Ilya, What is your goal? How do you want to use the netscaler? You can ask the admin to create a user with a command policy with the following command spec. (^\S* ns ip 10.0.*$)| (^\S* (server|service) 10.0.*$)|(^\S* vlan 400.*$)|(^show.*$)| (^save ns config$)|(^set cli mode -disabledFeatureAction ALLOW$)|(^stat.*$)|(^add* lb vserver Cloud\S* \S* 192.68.10.3.*$)|(^(rm|bind|unbind) lb vserver Cloud\S* .*$) 1. Your guest network is 10.0.x.x (please modify accordingly to suite your needs) 2. Your vlan id is 400 (please modify 400 accordingly to suite your needs) 3. You public ip address in your setup is 192.68.10.3 (please modify to suite your needs) I have come up with the above command set by doing a grep on the ns.log. If you face problems you correct as Once that is done you can use this cloud user to configure NetScaler in your cloud setup. Also I am assuming the following 1. NetScaler is configured for only LB services (NAT is not selected in offering) 2. An advanced zone (not a basic zone setup) 3. No autoscale configuration Thanks, Vijay V. > -----Original Message----- > From: Musayev, Ilya [mailto:[email protected]] > Sent: Thursday, December 06, 2012 4:19 AM > To: [email protected] > Subject: Connecting Netscaler VPX and CS4 > > What user permissions would I need? > > My Network Team would not give me admin priveleges - since I would not > have admin in the production, so I need to know which perms are needed > or commands used to create a custom perm set. > > Thanks > ilya
