*Below article screenshots/reference is from 22.1.4.



1) Replace the older southbound IPs with the new IP's in this file: 


/var/versa/vnms/data/conf/vnms.properties


2) Please update the "Southbound IP Addresses" under Setting. This will help update any newely deployed workflow templates to get the updated IP address in the VNF-Manager.



3) How to update the existing Templates, which may have the older Director Southbound IP address.


Login to the Director-CLI: 


cli

configure

show devices template * config system vnf-manager ip-addresses | display set


Sample Output: 



Replace the older IP address with the new Southbound IP and run the set command. In the below example, 1.3 was replace with 1.100.



Administrator@Master-Director% commit and-quit


Now commit the templates to all the appliances where the VNF-Manager, may be pointing to the older IP addresses.



4) Controllers IPsec Staging Profile must also be updated to reflect the new Southbound IP addresses, which is needed for staging of any appliances to go through.



Accessible Subnets must be edited from the Director-CLI and here is how we can do it, since we grey out to the accessible Subnets from the GUI.


Configuration that is required to be updated: 

 

Login to the Director-CLI and below is an example for one sample  Versa-Controller.


Administrator@Master-Director> configure

Administrator@Master-Director% show devices device Controller-1 config orgs org-services Snehal_Parent_Org ipsec vpn-profile Verizon-INET-Controller-1-StagingIpsec address-pools

address-range 10.0.0.32-10.0.0.47;

netmask       255.255.255.240;

accessible-subnets 10.0.0.32/28;

accessible-subnets 172.16.1.2/32;

accessible-subnets 172.16.1.3/32;


Administrator@Master-Director% show devices device Controller-2 config orgs org Snehal_Parent_Org sd-wan site branch-vnf-manager

ip-addresses [ 172.16.1.2/32 172.16.1.3/32 ];


To change the accessible-subnets and branch-vnf-manager, please follow the below steps:


Administrator@Master-Director% delete devices device Controller-1 config orgs org-services Snehal_Parent_Org ipsec vpn-profile Verizon-INET-Controller-1-StagingIpsec address-pools accessible-subnets 172.16.1.3/32


Administrator@Master-Director% set devices device Controller-1 config orgs org-services Snehal_Parent_Org ipsec vpn-profile Verizon-INET-Controller-1-StagingIpsec address-pools accessible-subnets 172.16.1.100/32


Administrator@Master-Director% set devices device Controller-2 config orgs org Snehal_Parent_Org sd-wan site branch-vnf-manager ip-addresses [ 172.16.1.2/32 172.16.1.100/32 ]


Administrator@Master-Director%  show | compare


Administrator@Master-Director%  commit and-quit



For any concerns or clarification, please feel free to reach us on [email protected]