<?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: Prime Infrastructure Template VTL Variable type declaration in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/prime-infrastructure-template-vtl-variable-type-declaration/m-p/3683883#M47</link>
    <description>&lt;P&gt;I tried&amp;nbsp;&lt;SPAN&gt;$networkip.parseInt($networkip), but I do not get it working - any ideas?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2018 07:26:25 GMT</pubDate>
    <dc:creator>Tobias Heisele</dc:creator>
    <dc:date>2018-08-08T07:26:25Z</dc:date>
    <item>
      <title>Prime Infrastructure Template VTL Variable type declaration</title>
      <link>https://community.cisco.com/t5/wireless/prime-infrastructure-template-vtl-variable-type-declaration/m-p/3410275#M46</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm creating a CLI template to setup ip interfaces. For this, I need to add a number to a dropdown value, but Prime is only concating strings &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#set ($lastoctett = $networkip + 3) --&amp;gt; if $networkip is 0, $lastocctett is 03 instead of 3,&amp;nbsp;&lt;SPAN&gt;if $networkip is 16, $lastocctett is 163 instead of 19, ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How can I make Prime handling my dropdownvalue as an integer?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 15:48:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/prime-infrastructure-template-vtl-variable-type-declaration/m-p/3410275#M46</guid>
      <dc:creator>Tobias Heisele</dc:creator>
      <dc:date>2021-07-05T15:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Prime Infrastructure Template VTL Variable type declaration</title>
      <link>https://community.cisco.com/t5/wireless/prime-infrastructure-template-vtl-variable-type-declaration/m-p/3683883#M47</link>
      <description>&lt;P&gt;I tried&amp;nbsp;&lt;SPAN&gt;$networkip.parseInt($networkip), but I do not get it working - any ideas?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 07:26:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/prime-infrastructure-template-vtl-variable-type-declaration/m-p/3683883#M47</guid>
      <dc:creator>Tobias Heisele</dc:creator>
      <dc:date>2018-08-08T07:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Prime Infrastructure Template VTL Variable type declaration</title>
      <link>https://community.cisco.com/t5/wireless/prime-infrastructure-template-vtl-variable-type-declaration/m-p/3684886#M48</link>
      <description>&lt;P&gt;($lastoctett = $networkip + 3) ???&lt;BR /&gt;networkip is not a number but a combination of numbers and dots -&amp;gt; basically this is of type string&lt;BR /&gt;you first need to strip in separate octets before you do this &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;maybe you can refer to $ipaddress.lastoctet ???&lt;/P&gt;
&lt;P&gt;or set&amp;nbsp;&lt;SPAN&gt;($lastoctett.number = $networkip + 3) ???&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 12:44:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/prime-infrastructure-template-vtl-variable-type-declaration/m-p/3684886#M48</guid>
      <dc:creator>pieterh</dc:creator>
      <dc:date>2018-08-09T12:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Prime Infrastructure Template VTL Variable type declaration</title>
      <link>https://community.cisco.com/t5/wireless/prime-infrastructure-template-vtl-variable-type-declaration/m-p/3684893#M49</link>
      <description>&lt;P&gt;&lt;SPAN&gt;$networkip is the last octett of the network address, e.g 192.168.1.&lt;STRONG&gt;0&lt;/STRONG&gt; /24&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 12:45:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/prime-infrastructure-template-vtl-variable-type-declaration/m-p/3684893#M49</guid>
      <dc:creator>Tobias Heisele</dc:creator>
      <dc:date>2018-08-09T12:45:00Z</dc:date>
    </item>
  </channel>
</rss>

