<?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 Restconf on CUBE in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5043967#M3527</link>
    <description>&lt;P&gt;I need help &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;BR /&gt;Anyone present with experience in using restconf to modify the configuration on dial-peers in a CUBE (Cat8000V version 17.10.1a).&lt;/P&gt;
&lt;P&gt;More specific I need to apply shutdown to a dial-peer using a restconf call.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2024 13:58:07 GMT</pubDate>
    <dc:creator>Flemming Ortvald</dc:creator>
    <dc:date>2024-03-19T13:58:07Z</dc:date>
    <item>
      <title>Restconf on CUBE</title>
      <link>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5043967#M3527</link>
      <description>&lt;P&gt;I need help &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;BR /&gt;Anyone present with experience in using restconf to modify the configuration on dial-peers in a CUBE (Cat8000V version 17.10.1a).&lt;/P&gt;
&lt;P&gt;More specific I need to apply shutdown to a dial-peer using a restconf call.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 13:58:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5043967#M3527</guid>
      <dc:creator>Flemming Ortvald</dc:creator>
      <dc:date>2024-03-19T13:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Restconf on CUBE</title>
      <link>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5044037#M3528</link>
      <description>&lt;P&gt;Hi, can you post the dial-peer config in IOS CLI?&lt;/P&gt;
&lt;P&gt;As soon as I know the CLI commands, I can post the corresponding RESTCONF call.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 14:32:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5044037#M3528</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2024-03-19T14:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restconf on CUBE</title>
      <link>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5044398#M3529</link>
      <description>&lt;P&gt;I'll configured it via CLI and tried to initially read the config. I'll get an empty data element with NETCONF and no data with RESTCONF, will look in closer tomorrow.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 19:33:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5044398#M3529</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2024-03-19T19:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Restconf on CUBE</title>
      <link>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5046364#M3531</link>
      <description>&lt;P&gt;That mimics my experience ;-(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 08:43:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5046364#M3531</guid>
      <dc:creator>Flemming Ortvald</dc:creator>
      <dc:date>2024-03-21T08:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Restconf on CUBE</title>
      <link>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5046372#M3532</link>
      <description>&lt;P&gt;I had similiar issues in the past, it seems like depending on the release certain parts of the YANG models just don't work (like it's documented but not correctly implemented). So my best advise is to try another (newer) release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 08:59:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5046372#M3532</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2024-03-21T08:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Restconf on CUBE</title>
      <link>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5046387#M3533</link>
      <description>&lt;P&gt;dial-peer voice &amp;lt;tag&amp;gt;&lt;/P&gt;
&lt;P&gt;shutdown&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;&lt;/P&gt;
&lt;P&gt;no shutdown&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 09:23:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5046387#M3533</guid>
      <dc:creator>Flemming Ortvald</dc:creator>
      <dc:date>2024-03-21T09:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Restconf on CUBE</title>
      <link>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5046392#M3534</link>
      <description>&lt;P&gt;I have been trying on 17.13.1a, with even less success.&lt;/P&gt;
&lt;P&gt;TAC is involved, as even basic GET for config fails.&lt;/P&gt;
&lt;P&gt;My thought is trying to use the "cli-rpc" to just send the needed commands.&lt;/P&gt;
&lt;P&gt;Any thought (or examples) on this approach?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 09:27:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5046392#M3534</guid>
      <dc:creator>Flemming Ortvald</dc:creator>
      <dc:date>2024-03-21T09:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Restconf on CUBE</title>
      <link>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5046399#M3535</link>
      <description>&lt;P&gt;I never used cli-rpc. If I run into such issues I switch to nornir with the netmiko-plugin - I try to avoid CLI frameworks whenever possible, but sometimes it's the only thing working.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 09:32:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/restconf-on-cube/m-p/5046399#M3535</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2024-03-21T09:32:33Z</dc:date>
    </item>
  </channel>
</rss>

