[ https://issues.apache.org/jira/browse/CLOUDSTACK-7364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14217541#comment-14217541 ]
Rajesh Battala commented on CLOUDSTACK-7364: -------------------------------------------- I have verified on NS 10.1. I see the behaviour is same. The commands bind vlan public vlan to interface and then bind vlan to public ip address. I have verified these commands executed on 10.1 and 10.5. when checked NS resource java, we bind the public vlan to interfance and ip address. there is no version specific code changes or branches in code. here is output from 10.1 NS. " Done > show version NetScaler NS10.1: Build 126.12.nc, Date: May 13 2014, 07:39:11 Done > show vlan 1) VLAN ID: 1 Link-local IPv6 addr: fe80::fc03:cdff:fe6f:9e52/64 Interfaces : 1/1 1/2 0/1 0/2 LO/1 2) VLAN ID: 100 VLAN Alias Name: Interfaces : 1/1(T) IPs : 10.102.242.199 Mask: 255.255.254.0 3) VLAN ID: 458 VLAN Alias Name: Interfaces : 1/2(T) IPs : 10.1.32.21 Mask: 255.255.240.0 Done " these are commands gets executed in NS to bind vlan and ip address "bind vlan 100 -IPAddres s 10.102.242.199 255.255.254.0 -devno 18120704" - Status "Success" Nov 19 00:18:48 <local0.info> 10.102.246.15 11/19/2014:00:18:48 GMT Cloud-VPX-10 0-PPE-0 : UI CMD_EXECUTED 153 0 : User nsroot - Remote_ip 10.102.192.251 - Command "bind vlan 100 -ifnum 1/ 1 -tagged -devno 18153472" - Status "Success" us "Success" Nov 19 00:18:48 <local0.info> 10.102.246.15 11/19/2014:00:18:48 GMT Cloud-VPX-10 0-PPE-0 : UI CMD_EXECUTED 152 0 : User nsroot - Remote_ip 10.102.192.251 - Command "bind vlan 100 -IPAddres s 10.102.242.199 255.255.254.0 -devno 18120704" - Status "Success" Nov 19 00:18:48 <local0.info> 10.102.246.15 11/19/2014:00:18:48 GMT Cloud-VPX-10 0-PPE-0 : UI CMD_EXECUTED 153 0 : User nsroot - Remote_ip 10.102.192.251 - Command "bind vlan 100 -ifnum 1/ 1 -tagged -devno 18153472" - Status "Success" > NetScaler won't create the Public VLAN and Bind the IP to it > ------------------------------------------------------------ > > Key: CLOUDSTACK-7364 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7364 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Affects Versions: 4.3.0, 4.4.0, 4.4.1 > Reporter: Francois Gaudreault > Assignee: Rajesh Battala > Priority: Critical > Attachments: management-server.log.debug.gz, screenshot-1.png, > screenshot-2.png > > > When adding a Load Balancing rule with the NetScaler, the provider will tag > and bind the private IP to the appropriate interface. However, the behaviour > for the Public Interface is different. It simply adds the IP untagged on all > interfaces. This is wrong. > The public VLAN should be tagged, and the VIP bound to the right VLAN tag to > avoid unnecessary ARP on other VLANs. > NS Version tested: 123,11, 127.10, 128.8 -- This message was sent by Atlassian JIRA (v6.3.4#6332)