<?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: Virtual-Dot11Radio0 doesn't exists at boot ...rejecting comm in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303445#M85655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"virtual-dot11radio interfaces are used to communicate with other repeaters."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... what are you talking about ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the virtual-dot11radio interfaces in my config are managed by the IOS and I have no control over them, and I don't have anything remotely related to a reapeter as you can see in the config I posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2009 01:41:53 GMT</pubDate>
    <dc:creator>nlariguet</dc:creator>
    <dc:date>2009-07-20T01:41:53Z</dc:date>
    <item>
      <title>Virtual-Dot11Radio0 doesn't exists at boot ...rejecting commands at startup</title>
      <link>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303443#M85653</link>
      <description>&lt;P&gt;my current config has two interfaces; outside and inside as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; description InterNet uplink&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no mop enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description IntraNet downlink&lt;/P&gt;&lt;P&gt; ip address a.a.a.a m.m.m.m&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no mop enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list aclWhatever interface FastEthernet0/0 overload&lt;/P&gt;&lt;P&gt;ntp server n.n.n.n source FastEthernet0/0 prefer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... this is working very well, now suppose I want to switch from my fixed ISP to a radio interface as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Dot11Radio0/1/0&lt;/P&gt;&lt;P&gt; description InterNet uplink&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no mop enabled&lt;/P&gt;&lt;P&gt; ...&lt;/P&gt;&lt;P&gt; station-role non-root&lt;/P&gt;&lt;P&gt; ssid ssidWhatever&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;interface FastEthernet0/1 ... unchanged; same as before&lt;/P&gt;&lt;P&gt; description IntraNet downlink&lt;/P&gt;&lt;P&gt; ip address a.a.a.a m.m.m.m&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; no mop enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... PROBLEM IS I can't place the following analog commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list aclWhatever interface Dot11Radio0/1/0 overload&lt;/P&gt;&lt;P&gt;ntp server n.n.n.n source Dot11Radio0/1/0 prefer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... since the radio IP address is assigned to Virtual-Dot11Radio0 which I can overcome as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list aclWhatever interface Virtual-Dot11Radio0 overload&lt;/P&gt;&lt;P&gt;ntp server n.n.n.n source Virtual-Dot11Radio0 prefer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... only AFTER the radio interface is up and running and this works great BUT when the router is starting the lines are refused because at this time Virtual-Dot11Radio0 doesn't exists and I have to place the lines MANUALY every time I reboot the router so, how can I overcome this issue ?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 00:44:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303443#M85653</guid>
      <dc:creator>nlariguet</dc:creator>
      <dc:date>2021-07-04T00:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual-Dot11Radio0 doesn't exists at boot ...rejecting comm</title>
      <link>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303444#M85654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;virtual-dot11radio interfaces are used to communicate with other repeaters. If there is no repeater associates with the AP, the AP&lt;/P&gt;&lt;P&gt;puts the virtual-dot11radio interface to down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One most common related problem is Aironet extension. If Aironet extension is enable, Cisco APs may misidentify other vendor's wireless adapter (i.e.non CCX compliant clients) as repeater. As a result, the AP brings up the virtual-dot11radio interface for a brief moment. You may try You may turning off the corresponding SNMP alarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 00:11:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303444#M85654</guid>
      <dc:creator>hadbou</dc:creator>
      <dc:date>2009-06-25T00:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual-Dot11Radio0 doesn't exists at boot ...rejecting comm</title>
      <link>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303445#M85655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"virtual-dot11radio interfaces are used to communicate with other repeaters."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... what are you talking about ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the virtual-dot11radio interfaces in my config are managed by the IOS and I have no control over them, and I don't have anything remotely related to a reapeter as you can see in the config I posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 01:41:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303445#M85655</guid>
      <dc:creator>nlariguet</dc:creator>
      <dc:date>2009-07-20T01:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual-Dot11Radio0 doesn't exists at boot ...rejecting comm</title>
      <link>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303446#M85656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh this sucks! I see exactly what you mean. If you had a static IP address assigned to dot11radio0/1/0, then you could use it for "ip nat", but you want to use DHCP, and IOS doesn't assign this IP to both virtualdot0 and dot0/1/0 interfaces, only to virtualdot0. I'll think about this one. Did you find a solution by any chance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2009 02:32:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303446#M85656</guid>
      <dc:creator>Roman Rodichev</dc:creator>
      <dc:date>2009-07-26T02:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual-Dot11Radio0 doesn't exists at boot ...rejecting comm</title>
      <link>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303447#M85657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not at all ... stuck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thinking a bit about "fixing" this behavior with some tcl script to make something like shut/ssid whatever/no shut/nat blah blah/ntp blah blah but it seems overkill ain't it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2009 04:26:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/virtual-dot11radio0-doesn-t-exists-at-boot-rejecting-commands-at/m-p/1303447#M85657</guid>
      <dc:creator>nlariguet</dc:creator>
      <dc:date>2009-07-26T04:26:38Z</dc:date>
    </item>
  </channel>
</rss>

