<?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: Can not create transceiver type using YDK in Tools</title>
    <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756987#M899</link>
    <description>&lt;P&gt;&lt;SPAN&gt;C9200L-24T-4X&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I execute them from&amp;nbsp;terminal it works:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;!
!
transceiver type all
 monitoring&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 18 Jan 2023 19:16:29 GMT</pubDate>
    <dc:creator>vaniat</dc:creator>
    <dc:date>2023-01-18T19:16:29Z</dc:date>
    <item>
      <title>Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756703#M895</link>
      <description>&lt;P&gt;I am trying to configure "transceiver type all monitoring" using ydk but I get RPC error. I don't think this is YDK related though. Here is XML I sent to device and response I get:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"&amp;gt;&amp;lt;edit-config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"&amp;gt;
  &amp;lt;target&amp;gt;
    &amp;lt;candidate/&amp;gt;
  &amp;lt;/target&amp;gt;
  &amp;lt;config&amp;gt;&amp;lt;native xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-native" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"&amp;gt;
  &amp;lt;hostname&amp;gt;MYXXX-ASW001&amp;lt;/hostname&amp;gt;
  &amp;lt;memory&amp;gt;
    &amp;lt;free&amp;gt;
      &amp;lt;low-watermark&amp;gt;
        &amp;lt;processor&amp;gt;290488&amp;lt;/processor&amp;gt;
      &amp;lt;/low-watermark&amp;gt;
    &amp;lt;/free&amp;gt;
  &amp;lt;/memory&amp;gt;
  &amp;lt;service&amp;gt;
    &amp;lt;password-encryption/&amp;gt;
    &amp;lt;unsupported-transceiver/&amp;gt;
  &amp;lt;/service&amp;gt;
  &amp;lt;platform&amp;gt;
    &amp;lt;punt-keepalive xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-platform"&amp;gt;
      &amp;lt;disable-kernel-core&amp;gt;false&amp;lt;/disable-kernel-core&amp;gt;
    &amp;lt;/punt-keepalive&amp;gt;
  &amp;lt;/platform&amp;gt;
  &amp;lt;archive&amp;gt;
    &amp;lt;log&amp;gt;
      &amp;lt;config&amp;gt;
        &amp;lt;hidekeys/&amp;gt;
        &amp;lt;logging&amp;gt;
          &amp;lt;enable/&amp;gt;
        &amp;lt;/logging&amp;gt;
        &amp;lt;notify&amp;gt;
          &amp;lt;syslog&amp;gt;
            &amp;lt;contenttype&amp;gt;plaintext&amp;lt;/contenttype&amp;gt;
          &amp;lt;/syslog&amp;gt;
        &amp;lt;/notify&amp;gt;
      &amp;lt;/config&amp;gt;
    &amp;lt;/log&amp;gt;
  &amp;lt;/archive&amp;gt;
  &amp;lt;ip&amp;gt;
    &amp;lt;source-route&amp;gt;false&amp;lt;/source-route&amp;gt;
    &amp;lt;domain&amp;gt;
      &amp;lt;lookup&amp;gt;false&amp;lt;/lookup&amp;gt;
      &amp;lt;name&amp;gt;MYXXX.COM&amp;lt;/name&amp;gt;
    &amp;lt;/domain&amp;gt;
    &amp;lt;gratuitous-arps-conf&amp;gt;
      &amp;lt;gratuitous-arps&amp;gt;false&amp;lt;/gratuitous-arps&amp;gt;
    &amp;lt;/gratuitous-arps-conf&amp;gt;
    &amp;lt;name-server&amp;gt;
      &amp;lt;no-vrf&amp;gt;10.10.1.1&amp;lt;/no-vrf&amp;gt;
    &amp;lt;/name-server&amp;gt;
    &amp;lt;routing-conf&amp;gt;
      &amp;lt;routing&amp;gt;false&amp;lt;/routing&amp;gt;
    &amp;lt;/routing-conf&amp;gt;
    &amp;lt;multicast-routing xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-multicast" nc:operation="remove"/&amp;gt;
    &amp;lt;http xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-http"&amp;gt;
      &amp;lt;server&amp;gt;false&amp;lt;/server&amp;gt;
    &amp;lt;/http&amp;gt;
  &amp;lt;/ip&amp;gt;
  &amp;lt;cdp&amp;gt;
    &amp;lt;run xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-cdp"/&amp;gt;
  &amp;lt;/cdp&amp;gt;
  &amp;lt;logging&amp;gt;
    &amp;lt;buffered&amp;gt;
      &amp;lt;size-value&amp;gt;16000&amp;lt;/size-value&amp;gt;
      &amp;lt;severity-level&amp;gt;warnings&amp;lt;/severity-level&amp;gt;
    &amp;lt;/buffered&amp;gt;
    &amp;lt;console&amp;gt;
      &amp;lt;severity&amp;gt;critical&amp;lt;/severity&amp;gt;
    &amp;lt;/console&amp;gt;
  &amp;lt;/logging&amp;gt;
  &amp;lt;aaa&amp;gt;
    &amp;lt;authentication xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-aaa"&amp;gt;
      &amp;lt;login&amp;gt;
        &amp;lt;name&amp;gt;default&amp;lt;/name&amp;gt;
        &amp;lt;a1&amp;gt;
          &amp;lt;local/&amp;gt;
        &amp;lt;/a1&amp;gt;
      &amp;lt;/login&amp;gt;
      &amp;lt;login&amp;gt;
        &amp;lt;name&amp;gt;console&amp;lt;/name&amp;gt;
        &amp;lt;a1&amp;gt;
          &amp;lt;local/&amp;gt;
        &amp;lt;/a1&amp;gt;
      &amp;lt;/login&amp;gt;
    &amp;lt;/authentication&amp;gt;
  &amp;lt;/aaa&amp;gt;
  &amp;lt;login&amp;gt;
    &amp;lt;on-failure&amp;gt;
      &amp;lt;log/&amp;gt;
    &amp;lt;/on-failure&amp;gt;
    &amp;lt;on-success&amp;gt;
      &amp;lt;log/&amp;gt;
    &amp;lt;/on-success&amp;gt;
  &amp;lt;/login&amp;gt;
  &amp;lt;spanning-tree&amp;gt;
    &amp;lt;mode xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-spanning-tree"&amp;gt;rapid-pvst&amp;lt;/mode&amp;gt;
    &amp;lt;extend xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-spanning-tree"&amp;gt;
      &amp;lt;system-id/&amp;gt;
    &amp;lt;/extend&amp;gt;
  &amp;lt;/spanning-tree&amp;gt;
  &amp;lt;vtp&amp;gt;
    &amp;lt;mode xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-vtp"&amp;gt;
      &amp;lt;off/&amp;gt;
    &amp;lt;/mode&amp;gt;
  &amp;lt;/vtp&amp;gt;
  &amp;lt;port-channel&amp;gt;
    &amp;lt;load-balance xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-ethernet"&amp;gt;
      &amp;lt;load-balance&amp;gt;src-dst-ip&amp;lt;/load-balance&amp;gt;
    &amp;lt;/load-balance&amp;gt;
  &amp;lt;/port-channel&amp;gt;
  &amp;lt;system&amp;gt;
    &amp;lt;mtu xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-switch"&amp;gt;
      &amp;lt;size&amp;gt;9000&amp;lt;/size&amp;gt;
    &amp;lt;/mtu&amp;gt;
  &amp;lt;/system&amp;gt;
  &amp;lt;errdisable&amp;gt;
    &amp;lt;detect&amp;gt;
      &amp;lt;cause&amp;gt;
        &amp;lt;gbic-invalid nc:operation="remove"/&amp;gt;
      &amp;lt;/cause&amp;gt;
    &amp;lt;/detect&amp;gt;
  &amp;lt;/errdisable&amp;gt;
  &amp;lt;transceiver&amp;gt;
    &amp;lt;type&amp;gt;
      &amp;lt;all nc:operation="create"&amp;gt;
        &amp;lt;monitoring nc:operation="create"/&amp;gt;
      &amp;lt;/all&amp;gt;
    &amp;lt;/type&amp;gt;
  &amp;lt;/transceiver&amp;gt;
  &amp;lt;ntp&amp;gt;
    &amp;lt;server xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-ntp"&amp;gt;
      &amp;lt;server-list&amp;gt;
        &amp;lt;ip-address&amp;gt;10.10.7.10&amp;lt;/ip-address&amp;gt;
      &amp;lt;/server-list&amp;gt;
      &amp;lt;server-list&amp;gt;
        &amp;lt;ip-address&amp;gt;10.10.4.10&amp;lt;/ip-address&amp;gt;
      &amp;lt;/server-list&amp;gt;
      &amp;lt;server-list&amp;gt;
        &amp;lt;ip-address&amp;gt;10.10.4.11&amp;lt;/ip-address&amp;gt;
      &amp;lt;/server-list&amp;gt;
    &amp;lt;/server&amp;gt;
  &amp;lt;/ntp&amp;gt;
  &amp;lt;lldp xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-lldp"&amp;gt;
    &amp;lt;run/&amp;gt;
  &amp;lt;/lldp&amp;gt;
  &amp;lt;diagnostic xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-diagnostics"&amp;gt;
    &amp;lt;bootup&amp;gt;
      &amp;lt;level&amp;gt;complete&amp;lt;/level&amp;gt;
    &amp;lt;/bootup&amp;gt;
  &amp;lt;/diagnostic&amp;gt;
&amp;lt;/native&amp;gt;
&amp;lt;/config&amp;gt;
&amp;lt;/edit-config&amp;gt;
&amp;lt;/rpc&amp;gt;

And I get back:

&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="7"&amp;gt;
  &amp;lt;rpc-error&amp;gt;
    &amp;lt;error-type&amp;gt;application&amp;lt;/error-type&amp;gt;
    &amp;lt;error-tag&amp;gt;unknown-element&amp;lt;/error-tag&amp;gt;
    &amp;lt;error-severity&amp;gt;error&amp;lt;/error-severity&amp;gt;
    &amp;lt;error-path xmlns:ios="http://cisco.com/ns/yang/Cisco-IOS-XE-native" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"&amp;gt;
    /nc:rpc/nc:edit-config/nc:config/ios:native/ios:transceiver
  &amp;lt;/error-path&amp;gt;
    &amp;lt;error-info&amp;gt;
      &amp;lt;bad-element&amp;gt;transceiver&amp;lt;/bad-element&amp;gt;
    &amp;lt;/error-info&amp;gt;
  &amp;lt;/rpc-error&amp;gt;
&amp;lt;/rpc-reply&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 18 Jan 2023 11:40:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756703#M895</guid>
      <dc:creator>vaniat</dc:creator>
      <dc:date>2023-01-18T11:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756733#M896</link>
      <description>&lt;P&gt;Change the ns in your native and config tags:&lt;/P&gt;
&lt;P&gt;Is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;config&amp;gt;
&amp;lt;native xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-native" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"&amp;gt;
...
&amp;lt;/native&amp;gt;
&amp;lt;/config&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Should:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"&amp;gt;
&amp;lt;native xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-native"&amp;gt;
...
&amp;lt;/native&amp;gt;
&amp;lt;/config&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 12:33:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756733#M896</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2023-01-18T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756751#M897</link>
      <description>&lt;P&gt;Hi Marcel,&lt;/P&gt;&lt;P&gt;I am using ydk-gen kit to generate the RPC's. It only fails on transceiver part. If I remove that XML, rest of config is applied correctly?&lt;/P&gt;&lt;P&gt;Here is how I create it using ydk-gen:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;native_config = Cisco_ISO_XE_native.Native()
native_config.transceiver.type.all = native_config.Transceiver.Type.All()
native_config.transceiver.type.all.yfilter = YFilter.create
native_config.transceiver.type.all.monitoring = native_config.Transceiver.Type.All.Monitoring()
native_config.transceiver.type.all.monitoring.yfilter = YFilter.create&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 18 Jan 2023 13:05:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756751#M897</guid>
      <dc:creator>vaniat</dc:creator>
      <dc:date>2023-01-18T13:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756945#M898</link>
      <description>&lt;P&gt;Whats the platform, maybe there are no transceivers at all and therefore the call is failing?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 18:36:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756945#M898</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2023-01-18T18:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756987#M899</link>
      <description>&lt;P&gt;&lt;SPAN&gt;C9200L-24T-4X&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I execute them from&amp;nbsp;terminal it works:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;!
!
transceiver type all
 monitoring&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 18 Jan 2023 19:16:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4756987#M899</guid>
      <dc:creator>vaniat</dc:creator>
      <dc:date>2023-01-18T19:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757002#M900</link>
      <description>&lt;P&gt;The fact that you can configure transceiver in the CLI does not mean that YANG model and Netconf support this configuration.&lt;/P&gt;
&lt;P&gt;What is the XE release number?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 19:27:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757002#M900</guid>
      <dc:creator>ygorelik</dc:creator>
      <dc:date>2023-01-18T19:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757004#M901</link>
      <description>&lt;P&gt;17.6.4&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 19:30:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757004#M901</guid>
      <dc:creator>vaniat</dc:creator>
      <dc:date>2023-01-18T19:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757116#M902</link>
      <description>&lt;P&gt;I've looked at the YANG model for release 17.7.1 (the 17.6.4 is yet to be published) and noted this:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;container transceiver {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;if-feature "ios-features:transceiver";&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;That means the feature must be enabled on the device. Please check the device capabilities before applying this model. I guess it is not enabled, hence the error 'bad-element'.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 00:17:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757116#M902</guid>
      <dc:creator>ygorelik</dc:creator>
      <dc:date>2023-01-19T00:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757487#M903</link>
      <description>&lt;P&gt;I found this indeed:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Cisco-IOS-XE-native.yang:    container transceiver {
Cisco-IOS-XE-native.yang:      if-feature "ios-features:transceiver";&lt;/LI-CODE&gt;&lt;P&gt;However when I list device capabilities, I seem to get only&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;- http://cisco.com/ns/yang/Cisco-IOS-XE-transceiver-oper?module=Cisco-IOS-XE-transceiver-oper&amp;amp;revision=2020-03-01&lt;/LI-CODE&gt;&lt;P&gt;I suppose this means it is not supported then?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 10:22:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757487#M903</guid>
      <dc:creator>vaniat</dc:creator>
      <dc:date>2023-01-19T10:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757493#M904</link>
      <description>&lt;P&gt;17.06.04 seems to be latest recommended Cisco release:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-01-19 at 11.23.25.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/173772i236B6B3FA68D2EDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-01-19 at 11.23.25.png" alt="Screenshot 2023-01-19 at 11.23.25.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 10:23:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757493#M904</guid>
      <dc:creator>vaniat</dc:creator>
      <dc:date>2023-01-19T10:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757913#M905</link>
      <description>&lt;P&gt;Thant means my post was a solution. Please vote.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 15:24:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757913#M905</guid>
      <dc:creator>ygorelik</dc:creator>
      <dc:date>2023-01-19T15:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757930#M906</link>
      <description>&lt;P&gt;I accepted it as solution but I don't see how to vote?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 15:54:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4757930#M906</guid>
      <dc:creator>vaniat</dc:creator>
      <dc:date>2023-01-19T15:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can not create transceiver type using YDK</title>
      <link>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4873143#M3353</link>
      <description>&lt;P&gt;The error message you received indicates that the device is reporting an "unknown-element" error related to the &amp;lt;transceiver&amp;gt; element in your XML configuration. The device does not recognize the&amp;nbsp; element or does not support configuring it through the NETCONF interface.&lt;/P&gt;&lt;P&gt;To troubleshoot this issue, you can perform the following steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Verify device capabilities: Ensure that the device you are targeting supports the configuration of transceivers through NETCONF. You can check the device's documentation or contact the manufacturer to confirm if this feature is supported and the correct YANG data models are available.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Check YANG models: Validate that the YANG model associated with the device's native configuration supports the &amp;lt;transceiver&amp;gt; element. The error message suggests that the device does not recognize this element, so it's possible that it is not included in the YANG model or it has a different name.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Consult device documentation: Review the device's documentation or configuration guides to understand if there is a specific method or API for configuring transceivers. It's possible that transceiver configuration requires a different approach or a specialized API that is not covered by the native YANG model.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;By performing these steps, you should gain a better understanding of whether transceiver configuration is supported and how to correctly configure it using NETCONF or another appropriate method for your device. Understand the completely use of &lt;A title="xml presets" href="https://alrightapk.in/xml-presets-in-alight-motion/" target="_self"&gt;xml presets&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 08:22:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/can-not-create-transceiver-type-using-ydk/m-p/4873143#M3353</guid>
      <dc:creator>devoraharvey3</dc:creator>
      <dc:date>2023-07-13T08:22:22Z</dc:date>
    </item>
  </channel>
</rss>

