Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

This section makes frequent use of data contained in the Technical Requirements.

All relevant sections of the Technical Requirements Data collection should be completed or known before commencing with the steps in this section.

...


There are two parts to the configuration, the first being the server(s) under management, and the second being the supporting configuration on the web portal. Both are covered in this chapter.

...

Table of Contents

Media Server Configuration

Adding a new AMS Login

Create an Administrator account. The VSM Probe requires access with Administrative rights.

Add an account that, when used, provides access to the Linux bash prompt.

Refer to the completed technical requirements forms:


  • Start an SSH session. At the command prompt type:

    Code Block
    languagetext
    $ su root
    • When prompted enter the 'root' user password.
  • Use the command:

    Code Block
    languagetext
    $ useradd {NAME}
    • where NAME is the account name to create.

  • Use the command: 

    Code Block
    languagetext
    $ passwd {NAME}
    • where NAME is the account name created above.

  • Hit enter. Enter the password then hit enter again.

  • Enter the command: 

    Code Block
    languagetext
    $ chage –M 99999 {NAME}
    • To set the System Manager account password to: "not expire".

    • NAME is the account created above.

...

Navigate to the Media Servers Web administration interface then Home > System Configuration > Media Processing > General Settings. Add a Dual Unicast Monitoring Server.

Image Modified

Populate the fields as per the table below and then click 'Save'.

...

FieldSetting

Monitoring Server IP

IP Address of the VSM probe (refer to technical requirements forms)collector

Monitoring Server Port

5005 – *See note

...

Navigate to the Media Servers Web administration interface then Home > System Configuration > Logging Settings. Add a Syslog Destination Server.

Image Modified

Field

Setting

Server Address

IP Address of the VSM probe (refer to technical requirements forms)collector

Port

514

Configuring SNMP

SNMP is used to capture alarms raised by AMS and to query the AMS for information. The VSM Probe Server must be added as a destination for SNMP traps.

SNMP is configured via the AMS Web Administration interface then System Configuration> Network Settings> SNMP.
Image Modified


Click on SNMP> Users, then select 'Add'.
Image Modified


Administer this user as SNMP V3 or 2c using the SNMP details captured in the Customer Collection Page. Once . Once administered click 'Save'.

...

...

EDITED: Used to say Technical Requirements Document, but I changed it to Customer Data Collection Page and created a link for it.

Is this correct?


AMS SNMP User Field Description

Fields

Setting

Security Name

SNMP Community String (refer to technical requirements forms)

Description

Free text field to name this user is desired

Version

Select the version of SNMP used to query this device v1/v2c, v3.

Access rights

read-only

Authentication Mode (V3)

SHA (recommended)

Authentication Password (V3)

Password

Privacy Mode (V3)

DES (recommended)

Privacy Password (V3)

Password

...

Click on SNMP> Agent Settings.
Image Modified
 

Under General Settings, check the 'Agent Enabled' box and ensure the port is set to 161.

...

Add a Trap Destination and a Trap Route using details from the technical requirements forms.

AMS Add Trap Destination Field Descriptions

Field

Setting

Destination Address

The VSM probe collector IP Address

Destination Port

162

...

Field

Setting

Destination Address

The VSM probe collector IP Address

Trap Unlocked

Checked

Version

v1/2c or v3

User

SNMP User created earlier

Description

Free text field (optional)

...

For the particular customer, select Service Desk > Equipment Locations. Right-click on the Equipment Location (Appliance) that will serve this particular AMS and select 'Manage Equipment':

At the bottom of the 'Manage Equipment' page, click on the 'Add Equipment' button.

A form will open which you can populate with the equipment details as per this table.

Select the Vendor 'Avaya' and the Product 'Media Server'.

Image Modified

If you are adding more than one piece of the same equipment type, check the 'Add another' box at the bottom of the form and the bulk of the configuration will be carried over for the next item.

...

Field

Setting

Vendor

Avaya

Product

Media Server

Equipment Name

Friendly name (refer to technical requirements forms)

Username

SSH Username (refer to technical requirements forms)

PasswordPassword (refer to technical requirements forms)

SSH Password 

IP Address/Host Name

IP Address or Hostname of the Media server (refer to technical requirements forms)

Site

Friendly name for the site (where this server is located)

Image Modified

SNMP

Complete the Equipment tab fields, and then click on the SNMP Query tab.

Click on the down arrow, and select the SNMP version you wish VSM to use for querying the server:

SNMP V1 or V2
Image Modified 

Media Server SNMP V1/V2 Field Descriptions

Fields

Setting

Version

V1, V2

SNMP Community String

Community String as administered on the server

SNMP V3
Image Modified

Media Server SNMP V3 Field Description

Fields

Setting

Version

V3

Username

SNMP V3 Username (refer to technical requirements forms)Username 

Authentication Protocol

SHA

Authentication PasswordPassword (refer to technical requirements)

Password 

Privacy Protocol

DES

Privacy PasswordPassword (refer to technical requirements forms)

Password 

Test Access

Once all fields are populated Click on the 'Test Access' button.

...

  1. The SSH test ensures the VSM probe collector can connect to, and log in using the account configured.
  2. The SNMP test ensures an SNMP query can be run.

...