Add Virtual IP Address

Contents


1   Description

This instruction describes how to add a Virtual IP (VIP) address to an Abstract Load Balancer (ALB). For example, to add an extra VIP address to an ALB with an existing VIP address.

The purpose of adding an extra VIP address is to achieve one or both of the following objectives:

When the reason of adding VIP addresses is to achieve traffic separation in an external DCN, the CPE is configured accordingly to achieve the expected separation of paths in the DCN.

When static routing is used to connect to the CPE, for example, external routers, the CPE is reconfigured for the new IP address.

When the Open Shortest Path First (OSPF) routing is used to the CPE, the default behavior is that the new VIP address is automatically announced to the CPE after adding a VIP address. The new address is directly ready for service.

Note:  
If the described default behavior to announce the new VIP address automatically after configuration is not to be used by a specific application, then the specific application in question will if needed provide instructions for the explicit activation of the VIP address.

2   Procedure

2.1   Add Virtual IP Address

Prerequisites

Steps

  1. Navigate to the EvipVips Managed Object (MO), for example:

    >dn ManagedElement=NODE06ST,Transport=1,Evip=1,EvipAlbs=1,EvipAlb=NetworkPartnerVPN_01,EvipVips=1

  2. Enter Config mode:

    (EvipVips=1)>configure

  3. Set the new VIP address to be used for incoming traffic to address servers of the application, for example:

    (config-EvipVips=1)>EvipVip=10.1.1.4

  4. Allow the new VIP address to be used for an alias IP address for outgoing connections:

    (config-EvipVip=10.1.1.4)>equivSrcAddr="no"

    Note:  
    This is required, as this is an ordinary VIP address and not a VIP equivalent source address. This VIP address does not automatically replace any other VIP address as source IP address for outgoing TCP or UDP connections if another VIP address in the ALB consumes all its ephemeral port numbers.

  5. Commit the settings:

    (config-EvipVip=10.1.1.4)>commit

  6. Navigate to the EvipVips MO:

    (EvipVip=10.1.1.4)>up

  7. Verify the settings:

    (EvipVips=1)>show -r

    The following is an example output:

    EvipVips=1
       EvipVip=10.1.1.1
          equivSrcAddr="no"
       EvipVip=10.1.1.4
          equivSrcAddr="no"


Copyright

© Ericsson AB 2017. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Add Virtual IP Address