Configure Own Node

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to configure the Diameter own node, acting either as a client, as a server, or as an agent.

The Diameter Base Protocol allows the establishment of direct connections between a generic Diameter node (called the own node) and one or more Diameter peer nodes. Diameter messages can be transferred over the Transmission Control Protocol (TCP) or the Stream Control Transmission Protocol (SCTP), over IPv4 or IPv6.

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

Configure the Node

To configure the own node:

  1. Navigate to the DIA-CFG-OwnNodeConfig Managed Object (MO), for example:

    >dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-OwnNodeConfig=abc

  2. Enter Config mode:

    (DIA-CFG-OwnNodeConfig=abc)>configure

  3. Set string attribute hostId to the node identifier of the own node, for example:

    (config-DIA-CFG-OwnNodeConfig=abc)>hostId="dia.node"

  4. Set string attribute productName to the name of the Diameter product running on the own node, for example:

    (config-DIA-CFG-OwnNodeConfig=abc)>productName="Ericsson Diameter Stack"

  5. Set string attribute realm to the name of the node realm, for example:

    (config-DIA-CFG-OwnNodeConfig=abc)>realm="ericsson.com"

  6. Set string attribute supportedVendorsIds to the vendor IDs, for example:

    (config-DIA-CFG-OwnNodeConfig=abc)>supportedVendorsIds="193"

  7. Set attributes transportLayerType and ipAddressesList of the DIA-CFG-OwnNodeConfig MO, for example.

    (config-DIA-CFG-OwnNodeConfig=abc)>transportLayerType=1

    (config-DIA-CFG-OwnNodeConfig=abc)>ipAddressesList="0:10.1.137.2"

    (config-DIA-CFG-OwnNodeConfig=abc)>ipAddressesList="1:2dea::66:2"

  8. Commit the settings:

    (config-DIA-CFG-OwnNodeConfig=abc)>commit -s

  9. Verify the own node configuration result:

    (DIA-CFG-OwnNodeConfig=abc)>show

    The following is an example output:

       allowConnectFromUnknownNode=false
       enabled=false
       firmwareRevision="0"
       hostId="dia.node"
       ipAddressesList
          "0:10.1.137.2"
          "1:2dea::66:2"
       loadRegulationEnabled=false
       productName="Ericsson Diameter Stack"
       realm="ericsson.com"
       sctpHandlerLogLevel="DEFAULT"
       sendErrorAtOverload=false
       supportedVendorsIds
          "193"
       traceSctpHandler="DEFAULT"
       transportLayerType="1"
    

Enable or Disable the Node

  1. Enable the own node:

    (config-DIA-CFG-OwnNodeConfig=abc)>enabled=true

    Note:  
    To disable the own node, set enabled to false.

  2. Commit the settings:

    (config-DIA-CFG-OwnNodeConfig=abc)>commit

  3. Verify the own node configuration result:

    (DIA-CFG-OwnNodeConfig=abc)>show enabled

    The following is an example output:

    enabled=true
    


Copyright

© Ericsson AB 2015, 2016. 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.

    Configure Own Node