1 Introduction
This document describes how to configure a Diameter vendor and an Attribute-Value Pair (AVP) for the vendor.
A vendor registers its own Diameter applications, commands, or AVPs not defined by the Internet Engineering Task Force (IETF).
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:
- The settings for the vendor are known.
- The settings for the AVP are known.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To configure a Diameter vendor and an AVP:
- Navigate to the DIA-CFG-DictionaryContainer Managed Object (MO), for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-DictionaryContainer=dictionaryContainerName
- Enter Config mode:
(DIA-CFG-DictionaryContainer=dictionaryContainerName)>configure
- Create the DIA-CFG-Vendor MO,
for example:
(config-DIA-CFG-DictionaryContainer=dictionaryContainerName)>DIA-CFG-Vendor=1
- Set attribute diaVendorName, for example:
(config-DIA-CFG-Vendor=1)>diaVendorName="ERICMOB"
- Commit the settings:
(config-DIA-CFG-Vendor=1)>commit
- Verify the settings:
(DIA-CFG-Vendor=1)>show
The following is an example output:
DIA-CFG-Vendor=1 diaVendorName="ERICMOB" - Enter Config mode:
(DIA-CFG-Vendor=1)>configure
- Create a DIA-CFG-AvpDef MO,
for example:
(config-DIA-CFG-Vendor=1)>DIA-CFG-AvpDef=1:1
- Set attribute avpDataType,
for example:
(config-DIA-CFG-AvpDef=1:1)>avpDataType=1
- Set attribute avpName, for
example:
(config-DIA-CFG-AvpDef=1:1)>avpName="DEF"
- Set attribute stackIds, for
example:
(config-DIA-CFG-AvpDef=1:1)>stackIds="0:StackId0"
- Set the required optional attributes for the DIA-CFG-AvpDef=1:1 MO.
- Commit the settings:
(config-DIA-CFG-AvpDef=1:1)>commit
- Verify the settings:
(DIA-CFG-AvpDef=1:1)>show
The following is an example output:
DIA-CFG-AvpDef=1:1 avpDataType="1" avpName="DEF" stackIds "0:StackId0"

Contents