tmnxLogIdDestination
TIMETRA-LOG-MIB ·
.1.3.6.1.4.1.6527.3.1.2.12.5.1.9
Object
column
r/w
Enumeration
The value of tmnxLogIdDestination specifies the event log stream
destination. Once this object has been set to a value other than
the default 'none' it cannot be modified and attempts to reset
it to another value will fail with an INCONSISTENT VALUE error.
The 'console' destination causes all selected log events to be
directed to the system console. If the console is not connected
then all entries are dropped.
The 'syslog' destination sends all selected log events to the
syslog address configured in tmnxSyslogTargetAddress and
tmnxSyslogTargetUdpPort in the tmnxSyslogTargetTable row entry
pointed to by the value of tmnxLogIdSyslogId. An attempt to
set this object to 'syslog' will fail with an inconsistentValue
error if tmnxLogIdSource has the value 'li' set.
The 'snmpTraps' destination causes events defined as SNMP traps
to be sent to the configured SNMP trap destinations and also to
be logged in the NOTIFICATION-LOG-MIB tables. The allocated memory
size for the log of transmitted traps is specified in
tmnxLogIdMaxMemorySize. The events are logged to memory in a circular
fashion. Once the space is full, the oldest entry is replaced with
a new entry.
The 'file' destination causes all selected log events to be
directed to a file on one of the CPM's compact flash discs.
Details of the file's configuration are in the tmnxLogFileIdTable
entry pointed to by the value of tmnxLogIdFileId. An attempt to
set this object to 'file' will fail with an inconsistentValue
error if tmnxLogIdSource has the value 'li' set.
The 'memory' destination causes all selected log events to be
directed to an in memory storage area. The allocated memory size
for the log is specified in tmnxLogIdMaxMemorySize. The events are
logged to memory in a circular fashion. Once the space is full,
the oldest entry is replaced with a new entry.
Context
- MIB
- TIMETRA-LOG-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.12.5.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tmnxLogIdEntry
- Table
- tmnxLogIdTable
- Siblings
- 18
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | console |
2 | syslog |
3 | snmpTraps |
4 | file |
5 | memory |
7 | netconf |
8 | subscribedCli |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| tmnxLogIdIndex The value of tmnxLogIdIndex uniquely identifies an event stream log. | column | TmnxLogIdIndex | .1.3.6.1.4.1.6527.3.1.2.12.5.1.1 |
| tmnxLogIdFileId The value of tmnxLogIdFileId is the index to the entry in the
tmnxLogFileIdTable that specifies the file characteristics to be used
for the destination of the log events written t… | column | TmnxLogFileId | .1.3.6.1.4.1.6527.3.1.2.12.5.1.10 |
| tmnxLogIdSyslogId The value of tmnxLogIdSyslogId is the index into the
tmnxSyslogTargetTable for the row entry with the information to format
event messages to be sent to a specific syslog collecto… | column | TmnxSyslogIdOrEmpty | .1.3.6.1.4.1.6527.3.1.2.12.5.1.11 |
| tmnxLogIdMaxMemorySize The value of tmnxLogIdMaxMemorySize specifies the amount of memory to
allocate for this log. This object can be set only once together with
tmnxLogIdDestination has a value of 'm… | column | events Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.12.5.1.12 |
| tmnxLogIdConsoleSession obsolete This object exists for the convenience of the Nokia SROS CLI.
When set to 'true' it indicates that the 'CONSOLE' log output
should be printed to the Telnet session instead of the … | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.6527.3.1.2.12.5.1.13 |
| tmnxLogIdForwarded The value of tmnxLogIdForwarded is the count of the number of events
that have been forwarded to this log's destination. This counter is
incremented after an event has been selec… | column | SNMPv2-SMICounter64 | .1.3.6.1.4.1.6527.3.1.2.12.5.1.14 |
| tmnxLogIdDropped The value of tmnxLogIdDropped is the count of the number of events
that have been sent to this logs source(s) and that have not been
forwarded to the log destination because they … | column | SNMPv2-SMICounter64 | .1.3.6.1.4.1.6527.3.1.2.12.5.1.15 |
| tmnxLogIdTimeFormat The value of tmnxLogIdTimeFormat specifies the type of timestamp
format for events sent to logs where tmnxLogIdDestination has a value
of either 'syslog (2)' or 'file (4)'.
… | column | Enumeration | .1.3.6.1.4.1.6527.3.1.2.12.5.1.16 |
| tmnxLogIdPythonPolicy The value of tmnxLogIdPythonPolicy specifies the name of a Python
policy.
The name refers to a conceptual row in the
TIMETRA-PYTHON-MIB::tmnxPythonPolicyTable. The … | column | TIMETRA-TC-MIBTNamedItemOrEmpty | .1.3.6.1.4.1.6527.3.1.2.12.5.1.17 |
| tmnxLogIdOperDestination The value of tmnxLogIdOperDestination indicates the operational value
of event log stream destination.
The 'console' destination indicates all selected log events w… | column | Enumeration | .1.3.6.1.4.1.6527.3.1.2.12.5.1.18 |
| tmnxLogIdNetconfStream The value of tmnxLogIdNetconfStream specifies the name of the NETCONF
stream associated with this log.
A non-empty value for this object is only allowed if the valu… | column | TIMETRA-TC-MIBTNamedItemOrEmpty | .1.3.6.1.4.1.6527.3.1.2.12.5.1.19 |
| tmnxLogIdRowStatus This object allows entries to be created and deleted
in the tmnxLogIdTable. Deletion of an entry in this
table will not succeed if tmnxLogIdOperStatus is not
'outOfService'. tmn… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.6527.3.1.2.12.5.1.2 |
| tmnxLogIdStorageType The storage type for this conceptual row. Conceptual rows having the
value 'permanent' need not allow write access to any columnar objects
in the row. | column | LogStorageType | .1.3.6.1.4.1.6527.3.1.2.12.5.1.3 |
| tmnxLogIdAdminStatus The value of tmnxLogIdAdminStatus specifies the desired administrative
state for this log. | column | TIMETRA-TC-MIBTmnxAdminState | .1.3.6.1.4.1.6527.3.1.2.12.5.1.4 |
| tmnxLogIdOperStatus The value of tmnxLogIdOperStatus indicates the current operational
status of this log. | column | TIMETRA-TC-MIBTmnxOperState | .1.3.6.1.4.1.6527.3.1.2.12.5.1.5 |
| tmnxLogIdDescription The value of tmnxLogIdDescription is a user provided description
string for this log. It can consist of any printable,
seven-bit ASCII characters up to 80 characters in length. | column | TIMETRA-TC-MIBTItemDescription | .1.3.6.1.4.1.6527.3.1.2.12.5.1.6 |
| tmnxLogIdFilterId The value of tmnxLogIdFilterId is the index into the
tmnxLogFilterTable to the entry the defines a filter to be
applied to this log's source event stream to limit the events
outpu… | column | TmnxLogFilterId | .1.3.6.1.4.1.6527.3.1.2.12.5.1.7 |
| tmnxLogIdSource The value of tmnxLogIdSource is a bit mask that specifies the
log event source stream(s) to be forwarded to the destination
specified in tmnxLogIdDestination. Events from more th… | column | Bits | .1.3.6.1.4.1.6527.3.1.2.12.5.1.8 |