<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic CLI commands missing from YANG model in Tools</title>
    <link>https://community.cisco.com/t5/tools/cli-commands-missing-from-yang-model/m-p/4533642#M1478</link>
    <description>&lt;P&gt;I'm working on building a network configuration security compliance script that pulls the YANG running-config using NETCONF and checks that the Cisco 3850(16.9) has specific security configurations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've run into an issue where I'm not seeing "login block-for" or "login quiet-mode" CLI options defined in the YANG model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked through the YANG models for 16.9 on GitHub &amp;lt;&lt;A href="https://community.cisco.com/" target="_blank"&gt;https://github.com/YangModels/yang/tree/master/vendor/cisco/xe/1691&amp;gt; &lt;/A&gt;and I don't see those options in the model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something or are the Cisco IOS Login Enhancements not part of the YANG model? Is it possible to push a partial custom update of the YANG model to fix the issue locally?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jan 2022 21:13:51 GMT</pubDate>
    <dc:creator>leviing</dc:creator>
    <dc:date>2022-01-18T21:13:51Z</dc:date>
    <item>
      <title>CLI commands missing from YANG model</title>
      <link>https://community.cisco.com/t5/tools/cli-commands-missing-from-yang-model/m-p/4533642#M1478</link>
      <description>&lt;P&gt;I'm working on building a network configuration security compliance script that pulls the YANG running-config using NETCONF and checks that the Cisco 3850(16.9) has specific security configurations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've run into an issue where I'm not seeing "login block-for" or "login quiet-mode" CLI options defined in the YANG model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked through the YANG models for 16.9 on GitHub &amp;lt;&lt;A href="https://community.cisco.com/" target="_blank"&gt;https://github.com/YangModels/yang/tree/master/vendor/cisco/xe/1691&amp;gt; &lt;/A&gt;and I don't see those options in the model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something or are the Cisco IOS Login Enhancements not part of the YANG model? Is it possible to push a partial custom update of the YANG model to fix the issue locally?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 21:13:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/cli-commands-missing-from-yang-model/m-p/4533642#M1478</guid>
      <dc:creator>leviing</dc:creator>
      <dc:date>2022-01-18T21:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: CLI commands missing from YANG model</title>
      <link>https://community.cisco.com/t5/tools/cli-commands-missing-from-yang-model/m-p/4537435#M1479</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;SPAN&gt;"login block-for" or "login quiet-mode" were introduced&amp;nbsp; in IOS XE 17.3.1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In order to access to this part of the config , you will have to upgrade your device to the release 17.3.1 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here the result of the grep&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;nabil@LAPTOP:~/yang/vendor/cisco/xe$ grep -r -n -i "block-for"  *
1731/Cisco-IOS-XE-native.yang:49:        - Added model for block-for attempts and within
1731/Cisco-IOS-XE-native.yang:2646:        leaf block-for {
1741/Cisco-IOS-XE-native.yang:58:       - Added model for block-for attempts and within
1741/Cisco-IOS-XE-native.yang:2725:        leaf block-for {
1751/Cisco-IOS-XE-native.yang:66:       - Added model for block-for attempts and within
1751/Cisco-IOS-XE-native.yang:2809:        leaf block-for {
1761/Cisco-IOS-XE-native.yang:77:       - Added model for block-for attempts and within
1761/Cisco-IOS-XE-native.yang:2827:        leaf block-for {
1771/Cisco-IOS-XE-native.yang:85:       - Added model for block-for attempts and within
1771/Cisco-IOS-XE-native.yang:2922:        leaf block-for {
1771/YANG_1.1/Cisco-IOS-XE-native.yang:86:       - Added model for block-for attempts and within
1771/YANG_1.1/Cisco-IOS-XE-native.yang:2923:        leaf block-for {
nabil@LAPTOP:~/yang/vendor/cisco/xe$ grep -r -n -i "quiet-mode"  *
1731/Cisco-IOS-XE-native.yang:48:        - Added model for quiet-mode and access-class
1731/Cisco-IOS-XE-native.yang:2628:      container quiet-mode {
1731/Cisco-IOS-XE-native.yang:2630:          "Set quiet-mode options";
1731/Cisco-IOS-XE-native.yang:2648:            "Set quiet-mode active time period";
1741/Cisco-IOS-XE-native.yang:57:       - Added model for quiet-mode and access-class
1741/Cisco-IOS-XE-native.yang:2707:      container quiet-mode {
1741/Cisco-IOS-XE-native.yang:2709:          "Set quiet-mode options";
1741/Cisco-IOS-XE-native.yang:2727:            "Set quiet-mode active time period";
1751/Cisco-IOS-XE-native.yang:65:       - Added model for quiet-mode and access-class
1751/Cisco-IOS-XE-native.yang:2791:      container quiet-mode {
1751/Cisco-IOS-XE-native.yang:2793:          "Set quiet-mode options";
1751/Cisco-IOS-XE-native.yang:2811:            "Set quiet-mode active time period";
1761/Cisco-IOS-XE-native.yang:76:       - Added model for quiet-mode and access-class
1761/Cisco-IOS-XE-native.yang:2809:      container quiet-mode {
1761/Cisco-IOS-XE-native.yang:2811:          "Set quiet-mode options";
1761/Cisco-IOS-XE-native.yang:2829:            "Set quiet-mode active time period";
1771/Cisco-IOS-XE-native.yang:84:       - Added model for quiet-mode and access-class
1771/Cisco-IOS-XE-native.yang:2904:      container quiet-mode {
1771/Cisco-IOS-XE-native.yang:2906:          "Set quiet-mode options";
1771/Cisco-IOS-XE-native.yang:2924:            "Set quiet-mode active time period";
1771/YANG_1.1/Cisco-IOS-XE-native.yang:85:       - Added model for quiet-mode and access-class
1771/YANG_1.1/Cisco-IOS-XE-native.yang:2905:      container quiet-mode {
1771/YANG_1.1/Cisco-IOS-XE-native.yang:2907:          "Set quiet-mode options";
1771/YANG_1.1/Cisco-IOS-XE-native.yang:2925:            "Set quiet-mode active time period";
nabil@DESKTOP-8ECTID4:~/yang/vendor/cisco/xe$&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 19:44:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/cli-commands-missing-from-yang-model/m-p/4537435#M1479</guid>
      <dc:creator>Nabsch</dc:creator>
      <dc:date>2022-01-24T19:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: CLI commands missing from YANG model</title>
      <link>https://community.cisco.com/t5/tools/cli-commands-missing-from-yang-model/m-p/4539684#M1480</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1258687"&gt;@Nabsch&lt;/a&gt;&amp;nbsp;!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I update to the 17.3 schema if the Cisco 3850 latest IOS release is 16.12?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 20:37:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/cli-commands-missing-from-yang-model/m-p/4539684#M1480</guid>
      <dc:creator>leviing</dc:creator>
      <dc:date>2022-01-26T20:37:57Z</dc:date>
    </item>
  </channel>
</rss>

