2020-10-29 11:46:58 -04:00
|
|
|
|
|
|
|
.. tie1580219717420
|
|
|
|
.. _setting-snmp-identifying-information:
|
|
|
|
|
|
|
|
================================
|
|
|
|
Set SNMP Identifying Information
|
|
|
|
================================
|
|
|
|
|
2020-11-11 09:02:55 -05:00
|
|
|
You can set :abbr:`SNMP (Simple Network Management Protocol)` system
|
|
|
|
information including name, location and contact details.
|
2020-10-29 11:46:58 -04:00
|
|
|
|
|
|
|
.. rubric:: |proc|
|
|
|
|
|
|
|
|
- Use the following command syntax to set the **sysContact** attribute.
|
|
|
|
|
|
|
|
.. code-block:: none
|
|
|
|
|
|
|
|
~(keystone_admin)$ system modify --contact <site-contact>
|
|
|
|
|
|
|
|
- Use the following command syntax to set the **sysLocation** attribute.
|
|
|
|
|
|
|
|
.. code-block:: none
|
|
|
|
|
|
|
|
~(keystone_admin)$ system modify --location <location>
|
|
|
|
|
|
|
|
- Use the following command syntax to set the **sysName** attribute.
|
|
|
|
|
|
|
|
.. code-block:: none
|
|
|
|
|
|
|
|
~(keystone_admin)$ system modify --location <system-name>
|