Add Virtual IP Equivalent Source Address

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to add a Virtual IP (VIP) equivalent source address to an Abstract Load Balancer (ALB) with an existing single VIP address.

The purpose is to increase the capacity for outgoing connections, which is limited by the amount of free TCP or UDP ephemeral port numbers available to an IP address.

After the procedure is completed, if all ephemeral port numbers for any VIP address in the ALB are consumed for outgoing traffic, more outgoing connections can still be made, but with the added address used as source IP address. Thus, the capacity ceiling is raised for outgoing connections.

For TCP and UDP traffic, the routing in the external network with respect to VIP addresses is not arranged for "shared fate paths diversity", where packets with different VIP addresses are routed with different preferences with respect to path. As from the ALB, this VIP equivalent source address can replace any other configured VIP address as a source IP address.

When the Open Shortest Path First (OSPF) routing is used to the CPE, the new VIP address is automatically announced to the CPE and thus ready for service.

1.1   Prerequisites

This section describes the prerequisites, which must be fulfilled before using the procedure.

1.1.1   Conditions

The following conditions must apply:

2   Procedure

To add a VIP equivalent source address:

  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 equivalent source address, for example:

    (config-EvipVips=1)>EvipVip=10.1.1.7

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

    (config-EvipVip=10.1.1.7)>equivSrcAddr="yes"

  5. Commit the settings:

    (config-EvipVip=10.1.1.7)>commit

  6. Navigate to the EvipVips MO:

    (EvipVip=10.1.1.7)>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.7
          equivSrcAddr="yes"


Copyright

© Ericsson AB 2015. 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 Equivalent Source Address