netconf-yang agent rate-limit
To set the rate-limit for the netconf yang agent, use the netconf-yang agent rate-limit command in the appropriate mode. To delete the set rate-limit, use the no form of the command.
netconf-yang agent rate-limit bytes
no netconf-yang agent rate-limit bytes
Syntax Description
| bytes |
The number of bytes to process per second. Range is 4096-4294967295. It is based on the size of the request(s) from the client to the netconf server. |
Command Default
By default, no limit is set
Command Modes
XR Config mode
Command History
| Release | Modification |
|---|---|
| Release 7.0.1 |
This command was introduced. |
Usage Guidelines
No specific guidelines impact the use of this command.
Use the show netconf-yang rate-limit command to check if the set limit is adequate.
Task ID
| Task ID | Operation |
|---|---|
|
config-services |
read, write |
Examples
This example shows how to use the netconf-yang agent rate-limit command:
RP/0/RP0/CPU0:router # netconf-yang agent rate-limit 5000
Feedback