Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed formating

Overview

Setting the System's Identity provides a unique identifying name for when the system identifies itself to other routers in the network and when accessing services such as DHCP, Neighbour Discovery, and default wireless SSID. The default system Identity is set to 'MikroTik'.Note: 

Note

System Identity has a 64 maximum character length

Configuration

To set system identity in RouterOS:

Code Block
languageros
[admin@MikroTik] > /system identity set name=New_Identity 
[admin@New_Identity] >


The current System Identity is always displayed after the logged-in account name and with the print command:

Code Block
languageros
[admin@New_Identity] /system identity>print
name: New_Identity
[admin@New_Identity] /system identity>

SNMP

It is also possible to change the router system identity by SNMP set command:

Code Block
languageros
snmpset -c public -v 1 192.168.0.0 1.3.6.1.2.1.1.5.0 s New_Identity

...

snmpset - Linux based SNMP application used for SNMP SET requests to set information on a network entity;

  • public - router's community name;
  • 192.168.0.0 - IP address of the router;
  • 1.3.6.1.2.1.1.5.0 - SNMP value for router's identity;