asamTechSupportActionEvent
ASAM-SYSTEM-MIB ·
.1.3.6.1.4.1.637.61.1.9.53.4.1.2
Object
column r/w
Enumeration
Indicate which action to trigger.
The Following scenarios are possible:
- Generate an On Demand TS File
A set with the below fields specified will generate an on-demand
Tech Support file generation for a dedicated board.
It will result in the creation of a row in the
asamTechSupportSessionTable by which the progress of the generation
can be followed. When the Session goes into done state, then the
corresponding file can be retrieved from /pub/TS/ONDEMAND
The Mandatory fields to be set in one PDU are
asamTechSupportActionEvent : MUST be generate (1)
asamTechSupportActionType : MUST be boardOnDemand (2)
asamTechSupportActionObject : Equipment Slot ID
asamTechSupportActionFile : filename to write
In case a dedicated SessionId is wanted, it can be set via the following
optional field:
asamTechSupportActionSessionId : requested session id
asamTechSupportActionServerIP is also an optional fields which if
set should be fixed to value 0
- Clear an On Demand TS File
A set with the below fields will results in the removal of the entry
from the asamTechSupportSessionTable and the corresponding file from disk.
The Mandatory fields to e set in 1 PDU are
asamTechSupportActionEvent : MUST be clear(2)
asamTechSupportActionSessionId : SessionId to remove
ALCATEL NOTE:
SUPPORT: YES INSRVMOD: NA RANGE: 1..2
PERSIST: YES DEFVALUE: 1 UNITS: NA
Context
- MIB
- ASAM-SYSTEM-MIB
- OID
.1.3.6.1.4.1.637.61.1.9.53.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- asamTechSupportActionEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ASAM-SYSTEM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-SYSTEM-MIB::asamTechSupportActionEvent'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASAM-SYSTEM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-SYSTEM-MIB::asamTechSupportActionEvent.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASAM-SYSTEM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASAM-SYSTEM-MIB::asamTechSupportActionEvent'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.