<?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 Re: Arista netconf time-modified in tag data is invalid in NSO Developer Hub Discussions</title>
    <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4898077#M7983</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I just checked the YANG model that Arista publishes here: &lt;A href="https://github.com/aristanetworks/yang/blob/master/EOS-4.30.1F/experimental/eos/models/rpc/arista-rpc-netconf.yang" target="_blank"&gt;https://github.com/aristanetworks/yang/blob/master/EOS-4.30.1F/experimental/eos/models/rpc/arista-rpc-netconf.yang&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is progress as at least they are documenting what they are doing and not just breaking the standard. So, one thing is that a vendor modifies the configuration with vendor-specific extensions and native YANG models. That all clients (like NSO does) should be able to adapt. In this case, what Arista is doing is modifying the IETF base NETCONF RPCs and therefore, although allowed, you cannot assume that all clients will support your proprietary extension (because breaks the basic on why we have standards).&lt;/P&gt;
&lt;P&gt;I believe you have three options:&lt;/P&gt;
&lt;P&gt;1- Check with Arista if there is a configuration option in their device where this extension is disabled.&lt;/P&gt;
&lt;P&gt;2- As mentioned, talk to your Cisco/Partner rep as NSO can craft a special NED that includes this specific Arista extension (not part of NETCONF standard based NED-Builder). This would be a Generic NED which development is documented but typically customers prefer that our team take care of it: &lt;A href="https://developer.cisco.com/docs/nso/guides/#!network-element-drivers-neds/generic-ned" target="_blank"&gt;https://developer.cisco.com/docs/nso/guides/#!network-element-drivers-neds/generic-ned&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;3- Go back to Arista CLI NED that is already available (arista-eos).&lt;/P&gt;
&lt;P&gt;Roque&lt;/P&gt;
&lt;P&gt;Extension definition in Arista YANG models.&lt;/P&gt;
&lt;HR /&gt;&lt;LI-CODE lang="markup"&gt;extension time-modified {
    description
      "This extension defines an annotation of modification timestamps for
      NETCONF RPC outputs.  When the extension is applied to an RPC's output
      schema node, the data container in the output tree of that RPC is
      annotated with the timestamp of the latest date and time when a value in
      the output tree was modified.  The timestamp is encoded as an attribute
      named 'time-modified' with a value in RFC 3339 format.

      Example:

        &amp;lt;rpc-reply xmlns='urn:ietf:params:xml:ns:netconf:base:1.0' message-id='101'&amp;gt;
          &amp;lt;data xmlns:arnc='http://arista.com/yang/rpc/netconf'
                arnc:time-modified='2006-01-02T15:04:05.999999999Z'&amp;gt;
      ";
  }

  augment "/nc:get-config/nc:output" {
    description
      "Adds time-modified annotation to get-config data.";
    arista-rpc-netconf:time-modified;
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 08:29:36 GMT</pubDate>
    <dc:creator>rogaglia</dc:creator>
    <dc:date>2023-08-03T08:29:36Z</dc:date>
    <item>
      <title>Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4759086#M7645</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm trying to do a POC with NSO 6 and some Arista vEOS routers in my lab. When using any Netconf NED on these Arista devices I get this error in NSO:&lt;/P&gt;&lt;PRE&gt;admin@ncs# devices device spine-11 sync-from&lt;BR /&gt;result false&lt;BR /&gt;info spine-11: Attribute time-modified in tag data is invalid&lt;/PRE&gt;&lt;P&gt;I found &lt;A href="https://aristanetworks.force.com/AristaCommunity/s/question/0D52I00007ERqP5SAL/timemodified-attribute-in-netconf-response" target="_blank" rel="noopener"&gt;someone else having this problem as well&lt;/A&gt; using netconf with ydk. The response from Arista is the following:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;Hello Anderzej, &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;time-modified attribute isn't defined in the default namespace, so this causes confusion for some clients who looks in the default namespace to find the attribute but cannot find it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;To work around this, we should register a module namespace along the lines of "&lt;/SPAN&gt;&lt;A title="" href="http://arista.com/yang/arista/datastore" target="_blank" rel="noopener noreferrer"&gt;http://arista.com/yang/arista/datastore&lt;/A&gt;&lt;SPAN class=""&gt;", prefix "ards" and register that in &lt;/SPAN&gt;&lt;SPAN class=""&gt;this element, e.g.,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&amp;lt;data xmlns:ards="http://arista.com/yang/arista/datastore" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" ards:time-modified="..."&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;lt;/data&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;Basically this means adding this attribute to the start element, and changing the "xml:",attr"" tag for time-modified to look like, e.g., TimeModified time.Time xml:"&lt;/SPAN&gt;&lt;A title="" href="http://arista.com/yang/arista/datastore" target="_blank" rel="noopener noreferrer"&gt;http://arista.com/yang/arista/datastore&lt;/A&gt;&lt;SPAN class=""&gt; time-modified,attr"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The XML returned from the Arista device looks like:&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;BR /&gt;&amp;lt;rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"&amp;gt;&lt;BR /&gt;&amp;lt;data time-modified="2020-07-29T20:33:36.301561073Z"&amp;gt;&lt;BR /&gt;&amp;lt;interfaces xmlns="http://openconfig.net/yang/interfaces"&amp;gt;&lt;BR /&gt;&amp;lt;interface&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;Ethernet2&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;lt;description/&amp;gt;&lt;BR /&gt;&amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;&lt;BR /&gt;&amp;lt;load-interval xmlns="http://arista.com/yang/openconfig/interfaces/augments"&amp;gt;300&amp;lt;/load-interval&amp;gt;&lt;BR /&gt;&amp;lt;loopback-mode&amp;gt;false&amp;lt;/loopback-mode&amp;gt;&lt;BR /&gt;&amp;lt;mtu&amp;gt;0&amp;lt;/mtu&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;Ethernet2&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;tpid xmlns="http://openconfig.net/yang/vlan" xmlns:oc-vlan-types="http://openconfig.net/yang/vlan-types"&amp;gt;oc-vlan-types:TPID_0X8100&amp;lt;/tpid&amp;gt;&lt;BR /&gt;&amp;lt;type xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type"&amp;gt;ianaift:ethernetCsmacd&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;ethernet xmlns="http://openconfig.net/yang/interfaces/ethernet"&amp;gt;&lt;BR /&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;lt;fec-encoding xmlns="http://arista.com/yang/openconfig/interfaces/augments"&amp;gt;&lt;BR /&gt;&amp;lt;disabled&amp;gt;false&amp;lt;/disabled&amp;gt;&lt;BR /&gt;&amp;lt;fire-code&amp;gt;false&amp;lt;/fire-code&amp;gt;&lt;BR /&gt;&amp;lt;reed-solomon&amp;gt;false&amp;lt;/reed-solomon&amp;gt;&lt;BR /&gt;&amp;lt;reed-solomon544&amp;gt;false&amp;lt;/reed-solomon544&amp;gt;&lt;BR /&gt;&amp;lt;/fec-encoding&amp;gt;&lt;BR /&gt;&amp;lt;forwarding-viable xmlns="http://openconfig.net/yang/hercules/interfaces"&amp;gt;true&amp;lt;/forwarding-viable&amp;gt;&lt;BR /&gt;&amp;lt;mac-address&amp;gt;00:00:00:00:00:00&amp;lt;/mac-address&amp;gt;&lt;BR /&gt;&amp;lt;port-speed&amp;gt;SPEED_UNKNOWN&amp;lt;/port-speed&amp;gt;&lt;BR /&gt;&amp;lt;sfp-1000base-t xmlns="http://arista.com/yang/openconfig/interfaces/augments"&amp;gt;false&amp;lt;/sfp-1000base-t&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;pfc xmlns="http://arista.com/yang/openconfig/interfaces/augments"/&amp;gt;&lt;BR /&gt;&amp;lt;switched-vlan xmlns="http://openconfig.net/yang/vlan"&amp;gt;&lt;BR /&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;lt;access-vlan&amp;gt;200&amp;lt;/access-vlan&amp;gt;&lt;BR /&gt;&amp;lt;interface-mode&amp;gt;ACCESS&amp;lt;/interface-mode&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;/switched-vlan&amp;gt;&lt;BR /&gt;&amp;lt;/ethernet&amp;gt;&lt;BR /&gt;&amp;lt;hold-time&amp;gt;&lt;BR /&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;lt;down&amp;gt;0&amp;lt;/down&amp;gt;&lt;BR /&gt;&amp;lt;up&amp;gt;0&amp;lt;/up&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;/hold-time&amp;gt;&lt;BR /&gt;&amp;lt;subinterfaces&amp;gt;&lt;BR /&gt;&amp;lt;subinterface&amp;gt;&lt;BR /&gt;&amp;lt;index&amp;gt;0&amp;lt;/index&amp;gt;&lt;BR /&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;lt;description/&amp;gt;&lt;BR /&gt;&amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;&lt;BR /&gt;&amp;lt;index&amp;gt;0&amp;lt;/index&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"&amp;gt;&lt;BR /&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;lt;dhcp-client&amp;gt;false&amp;lt;/dhcp-client&amp;gt;&lt;BR /&gt;&amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;&lt;BR /&gt;&amp;lt;mtu&amp;gt;1500&amp;lt;/mtu&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;unnumbered&amp;gt;&lt;BR /&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;/unnumbered&amp;gt;&lt;BR /&gt;&amp;lt;/ipv4&amp;gt;&lt;BR /&gt;&amp;lt;ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"&amp;gt;&lt;BR /&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;lt;dhcp-client&amp;gt;false&amp;lt;/dhcp-client&amp;gt;&lt;BR /&gt;&amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;&lt;BR /&gt;&amp;lt;mtu&amp;gt;1500&amp;lt;/mtu&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;/ipv6&amp;gt;&lt;BR /&gt;&amp;lt;/subinterface&amp;gt;&lt;BR /&gt;&amp;lt;/subinterfaces&amp;gt;&lt;BR /&gt;&amp;lt;/interface&amp;gt;&lt;BR /&gt;&amp;lt;/interfaces&amp;gt;&lt;BR /&gt;&amp;lt;/data&amp;gt;&lt;BR /&gt;&amp;lt;/rpc-reply&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;How to proceed with this? Is there an option in NSO to handle this, or do I need to upload new models to the router?&lt;/P&gt;&lt;P&gt;Thanks a lot for any direction or answer!&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2023 13:40:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4759086#M7645</guid>
      <dc:creator>smtimmerman</dc:creator>
      <dc:date>2023-01-21T13:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897252#M7975</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;smtimmerman, how did you solve this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 22:06:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897252#M7975</guid>
      <dc:creator>davicard</dc:creator>
      <dc:date>2023-08-01T22:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897434#M7976</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/626026"&gt;@davicard&lt;/a&gt;, I didn't find any solution for it, can you help, or think of any?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 09:36:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897434#M7976</guid>
      <dc:creator>smtimmerman</dc:creator>
      <dc:date>2023-08-02T09:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897763#M7977</link>
      <description>&lt;P&gt;In NSO there is the option to create licensed NETCONF NEDs for devices with deviations to the standard (which sounds like the case as you need a proprietary attribute). You can contact your Cisco contact to discuss this option rather than using the NETCONF Builder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 17:00:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897763#M7977</guid>
      <dc:creator>rogaglia</dc:creator>
      <dc:date>2023-08-02T17:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897765#M7978</link>
      <description>&lt;P&gt;I would say that in any case, this looks like a bug in Arista (as recognized in their answer to the referred post) so my first action course would be to check if them if/when it was fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 17:03:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897765#M7978</guid>
      <dc:creator>rogaglia</dc:creator>
      <dc:date>2023-08-02T17:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897887#M7980</link>
      <description>&lt;P&gt;My only idea now is to update the device OS from&amp;nbsp;&lt;SPAN&gt;4.25.1F to&amp;nbsp;4.29.1F which is target for customer and doesn't seem to have the "time-modified" attribute in the yang models&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 21:46:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897887#M7980</guid>
      <dc:creator>davicard</dc:creator>
      <dc:date>2023-08-02T21:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897888#M7981</link>
      <description>&lt;P&gt;The attribute is defined in a particular yang model, but it's augmenting:&lt;/P&gt;
&lt;P&gt;augment "/nc:get-config/nc:output"&lt;/P&gt;
&lt;P&gt;and it seems NSO is expecting a "clean" output without the time-modified attribute&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 21:48:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4897888#M7981</guid>
      <dc:creator>davicard</dc:creator>
      <dc:date>2023-08-02T21:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4898028#M7982</link>
      <description>&lt;P&gt;I've tried two versions, 4.29.1F and 4.30.1F they made a change in&amp;nbsp;4.30.1F where the time-modified attribute is now namespaced, see the responses below:&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;vEOS 4.29.1F&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:f1fe8d54-8c23-43fd-908f-97b9b054470b"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;data time-modified="2023-07-04T08:07:49.945376825Z"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;lldp xmlns=&lt;A href="http://openconfig.net/yang/lldp" target="_blank" rel="noopener"&gt;http://openconfig.net/yang/lldp&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system-description&amp;gt;Arista Networks EOS version 4.29.1F running on an Arista vEOS-lab&amp;lt;/system-description&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/lldp&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/data&amp;gt;&lt;BR /&gt;&amp;lt;/rpc-reply&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;vEOS 4.30.1F&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:ea82040e-5936-4ab6-9150-3b5403ac98dd"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;data xmlns:netconf=&lt;A href="http://arista.com/yang/rpc/netconf" target="_blank" rel="noopener"&gt;http://arista.com/yang/rpc/netconf&lt;/A&gt; netconf:time-modified="2023-07-04T08:07:52.227291666Z"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;lldp xmlns=&lt;A href="http://openconfig.net/yang/lldp" target="_blank" rel="noopener"&gt;http://openconfig.net/yang/lldp&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system-description&amp;gt;Arista Networks EOS version 4.30.1F running on an Arista vEOS-lab&amp;lt;/system-description&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/lldp&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/data&amp;gt;&lt;BR /&gt;&amp;lt;/rpc-reply&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;But I have no idea how to make this work with NSO. Do you think compiling the NETCONF NED again based on the vEOS 4.30.1F models is going to make a difference?&lt;/P&gt;&lt;P&gt;Is there another way to instruct NSO to ignore the attribute, maybe there is a way to loosen the validation or ignore certain attributes etc?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 06:26:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4898028#M7982</guid>
      <dc:creator>smtimmerman</dc:creator>
      <dc:date>2023-08-03T06:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4898077#M7983</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I just checked the YANG model that Arista publishes here: &lt;A href="https://github.com/aristanetworks/yang/blob/master/EOS-4.30.1F/experimental/eos/models/rpc/arista-rpc-netconf.yang" target="_blank"&gt;https://github.com/aristanetworks/yang/blob/master/EOS-4.30.1F/experimental/eos/models/rpc/arista-rpc-netconf.yang&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is progress as at least they are documenting what they are doing and not just breaking the standard. So, one thing is that a vendor modifies the configuration with vendor-specific extensions and native YANG models. That all clients (like NSO does) should be able to adapt. In this case, what Arista is doing is modifying the IETF base NETCONF RPCs and therefore, although allowed, you cannot assume that all clients will support your proprietary extension (because breaks the basic on why we have standards).&lt;/P&gt;
&lt;P&gt;I believe you have three options:&lt;/P&gt;
&lt;P&gt;1- Check with Arista if there is a configuration option in their device where this extension is disabled.&lt;/P&gt;
&lt;P&gt;2- As mentioned, talk to your Cisco/Partner rep as NSO can craft a special NED that includes this specific Arista extension (not part of NETCONF standard based NED-Builder). This would be a Generic NED which development is documented but typically customers prefer that our team take care of it: &lt;A href="https://developer.cisco.com/docs/nso/guides/#!network-element-drivers-neds/generic-ned" target="_blank"&gt;https://developer.cisco.com/docs/nso/guides/#!network-element-drivers-neds/generic-ned&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;3- Go back to Arista CLI NED that is already available (arista-eos).&lt;/P&gt;
&lt;P&gt;Roque&lt;/P&gt;
&lt;P&gt;Extension definition in Arista YANG models.&lt;/P&gt;
&lt;HR /&gt;&lt;LI-CODE lang="markup"&gt;extension time-modified {
    description
      "This extension defines an annotation of modification timestamps for
      NETCONF RPC outputs.  When the extension is applied to an RPC's output
      schema node, the data container in the output tree of that RPC is
      annotated with the timestamp of the latest date and time when a value in
      the output tree was modified.  The timestamp is encoded as an attribute
      named 'time-modified' with a value in RFC 3339 format.

      Example:

        &amp;lt;rpc-reply xmlns='urn:ietf:params:xml:ns:netconf:base:1.0' message-id='101'&amp;gt;
          &amp;lt;data xmlns:arnc='http://arista.com/yang/rpc/netconf'
                arnc:time-modified='2006-01-02T15:04:05.999999999Z'&amp;gt;
      ";
  }

  augment "/nc:get-config/nc:output" {
    description
      "Adds time-modified annotation to get-config data.";
    arista-rpc-netconf:time-modified;
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 08:29:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4898077#M7983</guid>
      <dc:creator>rogaglia</dc:creator>
      <dc:date>2023-08-03T08:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4898246#M7984</link>
      <description>&lt;P&gt;Hi Roque, thanks for the elaborate answer!&lt;/P&gt;&lt;P&gt;About the options you presented, I have explored those but I don't have any leverage as this is not a big project, I was trying to show NSO (which I know from my previous employer) to colleagues and wanted to work with it in my lab in my own time.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I did that, my ticket with them caused the change in 4.30.1F, unfortunately for me that wasn't enough to get it working out of the box. I also hoped for a switch. I was already happy with the response since there's no commercial deal behind this for them, so I don't see them make another change there.&lt;/LI&gt;&lt;LI&gt;I currently don't have any contacts with Cisco about this since it's not an official project or PoC that warrants them spending time on it.&lt;/LI&gt;&lt;LI&gt;I would love to use the Arista CLI NED in my lab, but I don't have it (also can't find it being used in any demo environments or sandboxes where I could 'borrow' it from), which is the only reason I went for the NETCONF approach hoping that the open models etc would work.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Sander.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 13:43:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4898246#M7984</guid>
      <dc:creator>smtimmerman</dc:creator>
      <dc:date>2023-08-03T13:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4898471#M7986</link>
      <description>&lt;P&gt;I can't find the "time-modified" augment in 4.29.1F:&amp;nbsp;&lt;A href="https://github.com/aristanetworks/yang/blob/master/EOS-4.29.1F/experimental/eos/models/rpc/arista-rpc-netconf.yang" target="_blank"&gt;https://github.com/aristanetworks/yang/blob/master/EOS-4.29.1F/experimental/eos/models/rpc/arista-rpc-netconf.yang&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But as per Sander, it seems it's still there. Anyway I'll update the device in the lab and re generate the NED to see how it goes.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 21:39:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4898471#M7986</guid>
      <dc:creator>davicard</dc:creator>
      <dc:date>2023-08-03T21:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4912758#M8011</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/387925"&gt;@rogaglia&lt;/a&gt;for argument's sake, &lt;A href="https://datatracker.ietf.org/doc/html/rfc7952" target="_self"&gt;RFC7952&lt;/A&gt; describes the yang metadata usage, how/why does the "time-modified" attribute not fit in there making it compliant?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 07:27:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/4912758#M8011</guid>
      <dc:creator>smtimmerman</dc:creator>
      <dc:date>2023-08-28T07:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/5080895#M8473</link>
      <description>&lt;P&gt;Hi all! The same problem with vEOS&amp;nbsp;4.31.2F as well. Does anyone have a working solution for this issue? Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 03:50:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/5080895#M8473</guid>
      <dc:creator>ndmitri</dc:creator>
      <dc:date>2024-04-28T03:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Arista netconf time-modified in tag data is invalid</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/5082488#M8476</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1703113"&gt;@ndmitri&lt;/a&gt;, I hear there is work planned to allow attributes in the data tag to address this issue. No timetable yet. Note that issues not related to NSO could surface once the data tag attribute has been addressed. So I believe your fastest way forward right now is what&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/387925"&gt;@rogaglia&lt;/a&gt;&amp;nbsp;recommended:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;... &lt;SPAN&gt;talk to your Cisco/Partner rep as NSO can craft a special NED that includes this specific Arista extension (not part of NETCONF standard based NED-Builder). This would be a Generic NED which development is documented but typically customers prefer that our team take care of it:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://developer.cisco.com/docs/nso/guides/#!network-element-drivers-neds/generic-ned" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/docs/nso/guides/#!network-element-drivers-neds/generic-ned&lt;/A&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 29 Apr 2024 14:49:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/arista-netconf-time-modified-in-tag-data-is-invalid/m-p/5082488#M8476</guid>
      <dc:creator>cohult</dc:creator>
      <dc:date>2024-04-29T14:49:38Z</dc:date>
    </item>
  </channel>
</rss>

