Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added SNMP, Netconn and tagging sections


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

SMGR Configuration

Adding a new SMGR Login

Create an Administrator account. The VSM Probe Collector 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.
Tip

If you do not have root access, your Business Partner or Avaya may be able to create this account on your behalf, or you can use the ‘cust’ credentials instead.

Configure SNMP

...

SNMP is used to capture alarms. Using a web browser, enter https://<IP address of System Manager> to connect to the System Manager server and log in using appropriate credentials as shown below:

Image Modified

The main System Manager dashboard page is presented:

Image Modified


SNMPv3 User Profile

Navigate to 'Services' > 'Inventory' then navigate to 'Manage Serviceability Agents' and select 'SNMPv3 User Profiles'.

Image Modified


Click on New, then populate the fields on the form as per the table below:
Image Modified

Anchor
SNMPv3
SNMPv3

...

Once complete click on the 'Commit' button.

SNMP Target Profiles

Navigate to 'Services' > 'Inventory' then navigate to 'Manage Serviceability Agents'.

Under 'Manage Serviceability Agents' select 'SNMP Target Profiles' then click on 'New'.

Image Modified


Configure the form as per the table below:

Image Modified

Anchor
TargetProfile
TargetProfile

FieldSetting

Name

Choose a name for the SNMP Target e.g. Virsae

IP Address

The VSM

probe

Collector IP Address

Port

162

Notification Type

Trap

Protocol

V3


Click on the ‘Attach/Detach User Profile’ tab. You will see the SNMPv3 User you created earlier.

Select the radio button next to this user, then click the blue 'Assign' text above it to assign this SNMP user to the Target Profile.

Image Modified


Once you have attached the SNMP User click on the ‘Commit’ button.

Serviceability Agents

Navigate to ‘Services' > 'Inventory’ then navigate to ‘Manage Serviceability Agents’

Under ‘Manage Serviceability Agents’ select ‘Serviceability Agents’.

Image Modified


Select an agent from the Agent List window, in this case, System Manager and click on the Manage Profiles button.

...

From the Manage Profiles window, under the SNMP Target Profiles tab, select the Virsae target profile, then click on the blue ‘Assign’ text to assign this profile to the Agent/s.

Image Modified


Click on the ‘SNMPv3 User Profiles’ tab

Select the Virsae user profile created earlier and then click on the blue ‘Assign’ text to assign this profile to the Agent/s.

Image Modified


Click the 'Commit' button.

Web Portal Configuration

Add SMGR

Log in to the VSM web portal using your credentials and password.

For a particular customer, select Service Desk > Equipment Locations. Right-click on the Equipment Location (Appliance) that will serve this particular SMGR 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 Product ‘System Manager’.

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

System Manager

Equipment Name

Friendly name (refer to technical requirements forms)

Username

Username (refer to technical requirements forms)

Password

Password (refer to technical requirements forms)

IP Address/Host Name

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

Site

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

Image ModifiedComplete 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 Removed

...

Fields

...

Setting

...

Version

...

V1, V2

...

SNMP Community String

...

Community String as administered on the server

SNMP V3
Image Removed

...

Fields

...

Setting

...

Version

...

V3

...

Username

...

SNMP V3 Username (refer to technical requirements forms)

...

Authentication Protocol

...

SHA

...

Authentication Password

...

Password (refer to technical requirements)

...

Privacy Protocol

...

DES

...

Privacy Password

...

Password (refer to technical requirements forms)

Include Page
EX:SNMP_Network Conn_Tagging
EX:SNMP_Network Conn_Tagging

Test

...

Access

Once all fields are populated Click on the 'Test Access' button. This will test that VSM can connect to the server using the settings you have entered:

Both SSH and SNMP should return success. If not, troubleshoot the configuration.

  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.

...