<?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: Get Linegroup from Device (name) in Management</title>
    <link>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441657#M416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias,&lt;/P&gt;&lt;P&gt;I'm not sure if I understand your question.&lt;/P&gt;&lt;P&gt;Do you want to send an device's name and get the line group who contains the device?&lt;/P&gt;&lt;P&gt;Did you mean that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2016 22:23:26 GMT</pubDate>
    <dc:creator>lior look</dc:creator>
    <dc:date>2016-03-30T22:23:26Z</dc:date>
    <item>
      <title>Get Linegroup from Device (name)</title>
      <link>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441653#M412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Hello there,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="hps"&gt;I try&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to get&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;my&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Line Group&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;out&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;via the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;AXL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;API&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="hps"&gt;I want to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;specify the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;device name&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;get the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Line Group&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="hps"&gt;Can someone&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;call the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;string&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gruß Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 14:04:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441653#M412</guid>
      <dc:creator>Matthias.assmann1</dc:creator>
      <dc:date>2016-02-04T14:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get Linegroup from Device (name)</title>
      <link>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441654#M413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might help, from the data dictionary:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.cisco.com/legacyfs/online/fusion/92964_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run sql select lg.name, np.dnorpattern&amp;nbsp; from linegroup lg, linegroupnumplanmap lgnpm, numplan np where lgnpm.fklinegroup = lg.pkid and np.pkid = lgnpm.fknumplan and np.dnorpattern = '3335'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dnorpattern&lt;/P&gt;&lt;P&gt;======== ===========&lt;/P&gt;&lt;P&gt;LG_Unity 3335&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 15:40:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441654#M413</guid>
      <dc:creator>istibekesi</dc:creator>
      <dc:date>2016-02-12T15:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get Linegroup from Device (name)</title>
      <link>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441655#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Is it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;alternatively&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;possible&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to get from&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Windows&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;user&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Device&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Name&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 07:17:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441655#M414</guid>
      <dc:creator>Matthias.assmann1</dc:creator>
      <dc:date>2016-02-17T07:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get Linegroup from Device (name)</title>
      <link>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441656#M415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I understand your question... Windows user and Device Name are independent, not linked to each other, unless you have your own naming convention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 07:41:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441656#M415</guid>
      <dc:creator>istibekesi</dc:creator>
      <dc:date>2016-02-18T07:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get Linegroup from Device (name)</title>
      <link>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441657#M416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias,&lt;/P&gt;&lt;P&gt;I'm not sure if I understand your question.&lt;/P&gt;&lt;P&gt;Do you want to send an device's name and get the line group who contains the device?&lt;/P&gt;&lt;P&gt;Did you mean that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 22:23:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/get-linegroup-from-device-name/m-p/3441657#M416</guid>
      <dc:creator>lior look</dc:creator>
      <dc:date>2016-03-30T22:23:26Z</dc:date>
    </item>
  </channel>
</rss>

