avCmUpdateShow

Last Updated : Jul 12, 2021 |
Prolog information
MIB group name
OID
Type
avCmUpdateShow
enterprises.6889.2.73.8.1.9
Table

Description

The avCmUpdateShow MIB Group uses the update_show command to retrieve the Servers Patch information.

Releases Supported

6.3.100 and later

Polling Type

Configuration

Polling Interval

Not more than once a day.

Default Caching Interval

60 seconds

Timeout Interval

Initial Timeout should be set to 15 seconds.

Retry Interval

Initial Retry should be set to 3.

Limitations

Green/Low: The data collected by this MIB Group is minimal and therefore has a low impact on the system.

Associated Communication Manager Commands:

MIB group name
Bash/SAT
Associated command
Form/Report name
avCmUpdateShow
Bash
n/a

Reference Document

A detailed description of the command and form can be found in the Maintenance Commands for Avaya Aura® Communication Manager, Branch Gateways and Servers document. This document can be downloaded from http://support.avaya.com/document/.

Command permissions or user profile

No special permissions needed.
Command permissions or user profile

Objects

Object Name
OID
R/W
Type
Field Name
Description
Form/Report name
avCmUpdateShowTable
.1
n/a
SEQUENCE OF avCmUpdateShowEntry
n/a
A list of the avCmUpdateShow entries.
avCmUpdateShowEntry
.1.1
n/a
avCmUpdateShowEntry
n/a
An avCmUpdateShow entry containing objects of the avCmUpdateShow information sent by the switch.
avCmUpdateShowIdx
.1.1.1
n/a
SnmpAdminString (SIZE (0..33))
n/a
An object that uniquely identifies each Update.
avCmUpdateShowID
.1.1.2
R
SnmpAdminString (SIZE (0..33))
Update ID
An object that contains the Patch ID.
avCmUpdateShowStatus
.1.1.3
R
SnmpAdminString (SIZE (0..15))
Status
An object that contains the Status of the Patch.
avCmUpdateShowType
.1.1.4
R
SnmpAdminString (SIZE (0..10))
Type
An object that contains the Type of the Patch.
avCmUpdateShowDescription
.1.1.5
R
SnmpAdminString (SIZE (0..80))
Description
An object that contains the Description of the Patch.

Sample output of forms

server1> update_show
Update ID                         Status       Type  Update description
--------------------------------- ------------ ----- -----------------
00.0.438.0-1234                   unpacked     cold  No description given.
00.0.438.0-171717               activated    cold  171717 patch


Platform/Security ID              Status       Type  Update description
--------------------------------- ----- ----- ------------------------

Sample Output of SNMP Walk command:

server1> snmpwalk -v2c -c public 192.0.2.0 -m /usr/share/snmp/mibs/AVAYA-AURA-CM-MIB.txt avCmUpdateShow
AVAYA-AURA-CM-MIB::avCmUpdateShowID."00.0.438.0-1234" = STRING: 00.0.438.0-1234
AVAYA-AURA-CM-MIB::avCmUpdateShowID."00.0.438.0-777777" = STRING: 00.0.438.0-171717
AVAYA-AURA-CM-MIB::avCmUpdateShowStatus."00.0.438.0-1234" = STRING: unpacked
AVAYA-AURA-CM-MIB::avCmUpdateShowStatus."00.0.438.0-777777" = STRING: activated
AVAYA-AURA-CM-MIB::avCmUpdateShowType."00.0.438.0-1234" = STRING: cold
AVAYA-AURA-CM-MIB::avCmUpdateShowType."00.0.438.0-777777" = STRING: cold
AVAYA-AURA-CM-MIB::avCmUpdateShowDescription."00.0.438.0-1234" = STRING: No description given.
AVAYA-AURA-CM-MIB::avCmUpdateShowDescription."00.0.438.0-777777" = STRING: 171717 patch