<?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 On WLCs, you are not in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/cli-commands-interface-ip-helpers/m-p/3094045#M172256</link>
    <description>&lt;P&gt;On WLCs, you are not configuring any helper address.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN&gt;Interface Name Port &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Vlan Id&lt;/STRONG&gt;&lt;/SPAN&gt; IP Address Type Ap Mgr Guest&lt;BR /&gt;vlan012 LAG &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;8&lt;/STRONG&gt; &lt;/SPAN&gt;10.11.8.4 Dynamic No No&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vlan90 LAG &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;60&lt;/STRONG&gt;&lt;/SPAN&gt; 10.11.90.4 Dynamic No No&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;As per above output, vlan 8 and 60 use for dynamic interfaces. If you look at L3 switch where those vlan's SVI defined, you will find any helper addreses configured under that&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rasika&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;*** Pls rate all useful responses ***&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2017 04:29:03 GMT</pubDate>
    <dc:creator>Rasika Nayanajith</dc:creator>
    <dc:date>2017-08-15T04:29:03Z</dc:date>
    <item>
      <title>CLI Commands Interface - IP Helpers</title>
      <link>https://community.cisco.com/t5/wireless/cli-commands-interface-ip-helpers/m-p/3094044#M172255</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have a quick question. Is there a way that I can see which vlans/interfaces in the WLC are configured with IP helpers?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I hate the GUI, it's hard for me to work in GUI, I rather work in CLI.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;(Controller) &amp;gt;&lt;STRONG&gt;show interface summary&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; &lt;SPAN style="font-family: terminal, monaco, monospace; font-size: 10pt;"&gt;Number of Interfaces.......................... 7&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; font-size: 10pt;"&gt;Interface Name Port Vlan Id IP Address Type Ap Mgr Guest&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; font-size: 10pt;"&gt;-------------------------------- ---- -------- ------------- ------- ------ -----&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; font-size: 10pt;"&gt;management LAG 20 10.11.20.9 Static Yes No &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; font-size: 10pt;"&gt;redundancy-management LAG 20 0.0.0.0 Static No No &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; font-size: 10pt;"&gt;redundancy-port - untagged 0.0.0.0 Static No No &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; font-size: 10pt;"&gt;service-port N/A N/A 192.168.20.1 Static No No &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; font-size: 10pt;"&gt;virtual N/A N/A 1.1.1.1 Static No No &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; font-size: 10pt;"&gt;vlan012 LAG 8 10.11.8.4 Dynamic No No &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; font-size: 10pt;"&gt;vlan90 LAG 60 10.11.90.4 Dynamic No No&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(Controller) &amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Like below:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Router#&lt;STRONG&gt;sh run | inc (Vlan|helper)&lt;/STRONG&gt; &lt;BR /&gt;interface Vlan4&lt;BR /&gt; ip helper-address 10.12.13.14&lt;BR /&gt; ip helper-address 10.15.16.1&lt;BR /&gt;interface Vlan8&lt;BR /&gt; ip helper-address 10.12.13.14&lt;BR /&gt; ip helper-address 10.15.16.1&lt;BR /&gt;interface Vlan60&lt;BR /&gt; ip helper-address 10.12.13.14&lt;BR /&gt; ip helper-address 10.15.16.1&lt;BR /&gt;interface Vlan100&lt;BR /&gt; ip helper-address 10.12.13.14&lt;BR /&gt; ip helper-address 10.15.16.1&lt;BR /&gt;interface Vlan101&lt;BR /&gt; ip helper-address 10.12.13.14&lt;BR /&gt; ip helper-address 10.15.16.1&lt;BR /&gt;Router#&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 14:32:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cli-commands-interface-ip-helpers/m-p/3094044#M172255</guid>
      <dc:creator>Oscar Castillo</dc:creator>
      <dc:date>2021-07-05T14:32:11Z</dc:date>
    </item>
    <item>
      <title>On WLCs, you are not</title>
      <link>https://community.cisco.com/t5/wireless/cli-commands-interface-ip-helpers/m-p/3094045#M172256</link>
      <description>&lt;P&gt;On WLCs, you are not configuring any helper address.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN&gt;Interface Name Port &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Vlan Id&lt;/STRONG&gt;&lt;/SPAN&gt; IP Address Type Ap Mgr Guest&lt;BR /&gt;vlan012 LAG &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;8&lt;/STRONG&gt; &lt;/SPAN&gt;10.11.8.4 Dynamic No No&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vlan90 LAG &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;60&lt;/STRONG&gt;&lt;/SPAN&gt; 10.11.90.4 Dynamic No No&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;As per above output, vlan 8 and 60 use for dynamic interfaces. If you look at L3 switch where those vlan's SVI defined, you will find any helper addreses configured under that&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rasika&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;*** Pls rate all useful responses ***&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 04:29:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cli-commands-interface-ip-helpers/m-p/3094045#M172256</guid>
      <dc:creator>Rasika Nayanajith</dc:creator>
      <dc:date>2017-08-15T04:29:03Z</dc:date>
    </item>
    <item>
      <title>Hi Mate,</title>
      <link>https://community.cisco.com/t5/wireless/cli-commands-interface-ip-helpers/m-p/3094046#M172257</link>
      <description>&lt;P&gt;Hi Mate,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;As Rasika mentioned, we don't have the concept of &lt;G class="gr_ gr_68 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling" id="68" data-gr-id="68"&gt;ip&lt;/G&gt; helper address, &lt;G class="gr_ gr_293 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" id="293" data-gr-id="293"&gt;instead&lt;/G&gt; we use &lt;G class="gr_ gr_91 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="91" data-gr-id="91"&gt;dhcp&lt;/G&gt; proxy. More details on &lt;G class="gr_ gr_131 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="131" data-gr-id="131"&gt;dhcp&lt;/G&gt; proxy &lt;G class="gr_ gr_153 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" id="153" data-gr-id="153"&gt;is&lt;/G&gt; mentioned in the below link.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;https://www.cisco.com/c/en/us/td/docs/wireless/controller/7-4/configuration/guides/consolidated/b_cg74_CONSOLIDATED/b_cg74_CONSOLIDATED_chapter_0110.html&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;G class="gr_ gr_222 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" id="222" data-gr-id="222"&gt;Also&lt;/G&gt; you can verify the &lt;G class="gr_ gr_184 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="184" data-gr-id="184"&gt;dhcp&lt;/G&gt; proxy settings on &lt;G class="gr_ gr_220 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins replaceWithoutSep" id="220" data-gr-id="220"&gt;command&lt;/G&gt; line of &lt;G class="gr_ gr_221 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins doubleReplace replaceWithoutSep" id="221" data-gr-id="221"&gt;controller&lt;/G&gt; using the below.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;gt;show interface detail &amp;lt;interface name&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sreejith&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 14:35:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cli-commands-interface-ip-helpers/m-p/3094046#M172257</guid>
      <dc:creator>sremk</dc:creator>
      <dc:date>2017-08-15T14:35:23Z</dc:date>
    </item>
  </channel>
</rss>

