fabric.snmp_policy.user_profile¶
The SNMP user profile is used to associate users with SNMP policies for monitoring devices in a network. SNMP is an application-layer protocol that provides a message format for communication between SNMP managers and agents.
ACI class |
|
RN |
|
Cursor |
|
Parent |
|
Atomic |
— |
Attributes¶
Accepted as keyword arguments of .user_profile(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.
parameter |
wire |
type |
values |
default |
description |
|---|---|---|---|---|---|
|
|
|
— |
— |
The name of the user profile. This name can be between 1 and 64 alphanumeric characters provided the name starts with an alphabet. |
|
|
|
— |
— |
The authentication key for the user profile. The key can be any case-sensitive alphanumeric string up to 64 chars. |
|
|
|
|
The authentication type for the user profile. The authentication type is a message authentication code (MAC) that is used between two parties sharing a secret key to validate information transmitted between them. HMAC (Hash MAC) is based on cryptographic hash functions. |
|
|
|
|
— |
— |
The privacy key for the user profile. |
|
|
|
|
The encryption type for the user profile. |
|
|
|
|
— |
— |
Specifies the description of a policy component. |