Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

remote-engine

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
remote-engine engine-id {
    user username {
        authentication-md5 {
            (authentication-key authentication-key | authentication-password authentication-password);
        }
        authentication-none;
        authentication-sha {
            (authentication-key authentication-key | authentication-password authentication-password);
        }
        privacy-aes128 (privacy-key privacy-key | privacy-password privacy-password);
        }
        privacy-des {
             (privacy-key privacy-key | privacy-password privacy-password);
        }
        privacy-3des {
             (privacy-key privacy-key | privacy-password privacy-password);
        }
        privacy-none {
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit snmp v3 usm]

Description

Configure the remote engine information for the user-based security model (USM). To send inform messages to an SNMPv3 user on a remote device, you must configure the engine identifier for the SNMP agent on the remote device where the user resides.

Options

engine-id—Specify engine identifier in hexadecimal format. Used to compute the security digest for authenticating and encrypting packets sent to a user on the remote host.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

snmp—To view this statement in the configuration.

snmp-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 7.4.

footer-navigation