Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 660 Bytes

ios-xr-netconf.md

File metadata and controls

40 lines (32 loc) · 660 Bytes
description
Netconf configuration template for IOS XR

Netconf Template

Template

{% tabs %} {% tab title="Cisco IOS XR" %}

netconf-yang agent ssh
!
ssh server v2
ssh server netconf vrf {{ VRF_NAME }} ipv4 access-list {{ NETCONF_ACL_NAME }}
ssh server netconf port {{ NETCONF_PORT_NUMBER | default('830') }}
ssh timeout 120

{% endtab %} {% endtabs %}

Example

ipv4 access-list ACL-NETCONF
 10 permit ipv4 host 192.168.1.1 any
! 
netconf-yang agent ssh
!
ssh server v2
ssh server netconf vrf default ipv4 access-list ACL-NETCONF

Show commands

show netconf-yang statistics
show netconf-yang clients