[Contents] [Prev] [Next] [Index] [Report an Error]

usm

Syntax

usm {
local-engine {
user username {
authentication-md5 {
authentication-password authentication-password;
}
authentication-sha {
authentication-password authentication-password;
}
authentication-none;
privacy-aes128 {
privacy-password privacy-password;
}
privacy-des {
privacy-password privacy-password;
}
privacy-3des {
privacy-password privacy-password;
}
privacy-none {
privacy-password privacy-password;
privacy-none;
}
}
remote-engine engine-id {
user username {
authentication-md5 {
authentication-password authentication-password;
}
authentication-sha {
authentication-password authentication-password;
}
authentication-none;
privacy-aes128 {
privacy-password privacy-password;
}
privacy-des {
privacy-password privacy-password;
}
privacy-3des {
privacy-password privacy-password;
}
privacy-none {
privacy-password privacy-password;
}
}
}
}
}

Hierarchy Level

[edit snmp v3]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure user-based security model (USM) information.

The remaining statements are explained separately.

Usage Guidelines

See Creating SNMPv3 Users.

Required Privilege Level

snmp—To view this statement in the configuration.

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


[Contents] [Prev] [Next] [Index] [Report an Error]