NETCONF
Overview
EOS provides support for managing the switch via NETCONF.
NETCONF
Currently supported NETCONF operations: get, get-config, get-schema, edit-config, lock, unlock, close-session, kill-session.
To configure NETCONF in default VRF we can enable the ssh transport under
management api netconf:
Default VRF
Non-default VRF
Changing the port
Restricting access
Applying ACLs on NETCONF
NETCONF ACLs are configured in the management ssh mode with the commands:
ip|ipv6 access-group <vrf> in
Note
The ACL should be a standard ACL allowing hosts or subnets.