Enable Netconf
Using the Network Configuration Protocol (NETCONF) over the Secure Shell Version 2 (SSHv2), you can securely configure networks through the Cisco command-line interface (CLI). The NETCONF client, also known as the NETCONF Network Manager, must communicate with the NETCONF server using Secure Shell Version 2 (SSHv2) as the network transport. The NETCONF server allows multiple NETCONF clients to connect to it for network configuration purposes.
To enable netconf, perform these steps:
Procedure
Step 1 |
configure terminal |
Step 2 |
netconf-yang agent ssh Example:
|
Step 3 |
ssh server v2. Example:
|
Step 4 |
ssh server rate-limit rate-limit. Example:
|
Step 5 |
ssh server netconf |
Step 6 |
Commit the changes using the commit command. |