Blog Viewer

Can I change the SNMP agent engine ID?

By Erdem posted 02-01-2016 10:48

  

Question

Can I change the SNMP agent engine ID?

Answer

Yes, you can change the SNMP agent engine ID to the MAC address of the device, the IP address of the device, or any other desired value. Several examples are included in this article.

 

The following example shows how to use the MAC address of a device as the SNMP agent engine ID:

 

user@host# show snmp
engine-id {
use-mac-address;
}

 

The following example shows how to use the IP address of a device as the SNMP agent engine ID:

 

user@host# show snmp
engine-id {
use-default-ip-address;
}

 

The following example shows the use of a selected value, AA in this case, as the SNMP agent engine ID of a device:

 

user@host# show snmp
engine-id {
local AA;
}

 For more information, click: Configuring SNMP on devices running Junos OS


#FAQ
#SNMPagentengine
#JunosOS

Permalink