The authentication-mode command configures the authentication mode and password on a Data Collecting Point (DCP).
The undo authentication-mode command deletes the authentication mode and password on a DCP.
By default, no authentication mode or password is configured on a DCP.
authentication-mode hmac-sha256 key-id key-id [ cipher ] password
undo authentication-mode hmac-sha256
Parameter | Description | Value |
---|---|---|
hmac-sha256 | Uses HMAC-SHA256 to encrypt and authenticate packets sent by a DCP to the MCP. | - |
key-id key-id | Specifies the ID of the authentication password configured on a DCP. | The value is an integer that ranges from 1 to 64. |
cipher | Specifies the cipher-text authentication password on a DCP. | - |
password | Specifies the authentication password on a DCP. | The value is a case-sensitive character string without
spaces.
|
Usage Scenario
To enhance network security and performance statistics reliability, run the authentication-mode command so that authentication is performed during IP FPM performance statistics. An MCP and its associated DCPs must have the same authentication mode and password configured. The MCP processes packets only from the authenticated DCPs.
Prerequisites
Global DCP has been enabled using the nqa ipfpm dcp command.