Config network broadcast

Hello,
I know that I can enable Broadcast in the WLC using CLI( config network broadcast enable ). Can I do it in the Web Interface?
Regards.

HI,
Ok now I got ur point.
Here is the GUI Procedure to do it .
Controller > General > enable the Broadcasting forwarding
Here is the screenshot:
Regards
DONt forget to rate helpful posts

Similar Messages

  • Config network web-auth-port 8080

    I configured the command config network web-auth-port 8080 in the controller. Now i want to revert it back to the previous settings.
    Which command will revert back to the default setting?

    Hi,
    Just type the command again and put 0 as the redirect port:
    config network web-auth-port 0
    Save it and reboot the WLC.  That will remove the additional port.
    Thanks,
    Lee

  • System config network error while parsing /etc/hosts

    I am configuring RAC on Oracle Linux,i have configured /etc/hosts on both nodes,when ever i opened network, its displaying error message.
    system config network error while parsing /etc/hosts
    wrong ip on line 25
    wrong ip on line 26
    wrong ip on line 27
    here is my host entries.
    node1
    ====
    [root@racnode1 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost
    #####Public#####
    192.168.1.101 racnode1.reg.com racnode1
    192.168.1.102 racnode2.reg.com racnode2
    192.168.1.103 racnode3.reg.com racnode3
    192.168.1.104 racnode4.reg.com racnode4
    ####Private######
    10.10.1.1 racnode1-priv.reg.com racnode1-priv
    10.10.1.2 racnode2-priv.reg.com racnode2-priv
    10.10.1.3 racnode3-priv.reg.com racnode3-priv
    10.10.1.4 racnode4-priv.reg.com racnode4-priv
    #####Virtual#####
    192.168.1.201 racnode1-vip.reg.com racnode1-vip
    192.168.1.202 racnode2-vip.reg.com racnode2-vip
    192.168.1.203 racnode3-vip.reg.com racnode3-vip
    192.168.1.204 racnode4-vip.reg.com racnode4-vip
    #SCAN
    #192.168.1.301 racdb-scan.reg.com racdb-scan
    #SCAN
    192.168.1.301 racnode1-scan.reg.com racnode1-scan
    192.168.1.302 racnode2-scan.reg.com racnode2-scan
    192.168.1.303 racnode3-scan.reg.com racnode3-scan
    [root@racnode1 ~]# hostname
    racnode1.reg.com
    [root@racnode1 ~]#
    node2 host entries
    ===========
    [root@racnode2 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost
    #####Public#####
    192.168.1.101 racnode1.reg.com racnode1
    192.168.1.102 racnode2.reg.com racnode2
    192.168.1.103 racnode3.reg.com racnode3
    192.168.1.104 racnode4.reg.com racnode4
    ####Private######
    10.10.1.1 racnode1-priv.reg.com racnode1-priv
    10.10.1.2 racnode2-priv.reg.com racnode2-priv
    10.10.1.3 racnode3-priv.reg.com racnode3-priv
    10.10.1.4 racnode4-priv.reg.com racnode4-priv
    #####Virtual#####
    192.168.1.201 racnode1-vip.reg.com racnode1-vip
    192.168.1.202 racnode2-vip.reg.com racnode2-vip
    192.168.1.203 racnode3-vip.reg.com racnode3-vip
    192.168.1.204 racnode4-vip.reg.com racnode4-vip
    #SCAN
    #192.168.1.301 racdb-scan.reg.com racdb-scan
    #SCAN
    192.168.1.301 racnode1-scan.reg.com racnode1-scan
    192.168.1.302 racnode2-scan.reg.com racnode2-scan
    192.168.1.303 racnode3-scan.reg.com racnode3-scan
    [root@racnode2 ~]#
    i am not able to ping racnode1-priv or racnode2-priv.
    from node1:
    ========
    [root@racnode1 ~]# ping racnode2-priv
    PING racnode2-priv.reg.com (10.10.1.2) 56(84) bytes of data.
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=2 Destination Host Unreachable
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=3 Destination Host Unreachable
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=4 Destination Host Unreachable
    5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4002ms
    , pipe 3
    [root@racnode1 ~]#
    from node2:
    =======
    [root@racnode2 ~]# ping racnode1-priv
    PING racnode1-priv.reg.com (10.10.1.1) 56(84) bytes of data.
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=2 Destination Host Unreachable
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=3 Destination Host Unreachable
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=4 Destination Host Unreachable
    --- racnode1-priv.reg.com ping statistics ---
    4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
    , pipe 3
    [root@racnode2 ~]#
    any idea where configuration went wrong.
    Thanks

    here is output, i can see lot of additional characters.
    [root@racnode1 ~]# cat -vet /etc/hosts
    # Do not remove the following line, or various programs$
    # that require network functionality will fail.$
    127.0.0.1 localhost.localdomain localhost$
    #::1^I^Ilocalhost6.localdomain6 localhost$
    $
    #####Public#####$
    192.168.1.101 racnode1.reg.com racnode1$
    192.168.1.102 racnode2.reg.com racnode2$
    192.168.1.103 racnode3.reg.com racnode3$
    192.168.1.104 racnode4.reg.com racnode4$
    ####Private######$
    10.10.1.1 racnode1-priv.reg.com racnode1-priv$
    10.10.1.2 racnode2-priv.reg.com racnode2-priv$
    10.10.1.3 racnode3-priv.reg.com racnode3-priv$
    10.10.1.4 racnode4-priv.reg.com racnode4-priv$
    #####Virtual#####$
    192.168.1.201 racnode1-vip.reg.com racnode1-vip$
    192.168.1.202 racnode2-vip.reg.com racnode2-vip$
    192.168.1.203 racnode3-vip.reg.com racnode3-vip$
    192.168.1.204 racnode4-vip.reg.com racnode4-vip$
    #SCAN$
    #192.168.1.301 racdb-scan.reg.com racdb-scan$
    #SCAN$
    192.168.1.301^Iracnode1-scan.reg.com^Iracnode1-scan$
    192.168.1.302^Iracnode2-scan.reg.com^Iracnode2-scan$
    192.168.1.303^Iracnode3-scan.reg.com^Iracnode3-scan$
    [root@racnode1 ~]#
    from node2:
    ========
    [root@racnode2 ~]# cat -vet /etc/hosts
    # Do not remove the following line, or various programs$
    # that require network functionality will fail.$
    127.0.0.1 localhost.localdomain localhost$
    #::1^I^Ilocalhost6.localdomain6 localhost$
    $
    #####Public#####$
    192.168.1.101 racnode1.reg.com racnode1$
    192.168.1.102 racnode2.reg.com racnode2$
    192.168.1.103 racnode3.reg.com racnode3$
    192.168.1.104 racnode4.reg.com racnode4$
    ####Private######$
    10.10.1.1 racnode1-priv.reg.com racnode1-priv$
    10.10.1.2 racnode2-priv.reg.com racnode2-priv$
    10.10.1.3 racnode3-priv.reg.com racnode3-priv$
    10.10.1.4 racnode4-priv.reg.com racnode4-priv$
    #####Virtual#####$
    192.168.1.201 racnode1-vip.reg.com racnode1-vip$
    192.168.1.202 racnode2-vip.reg.com racnode2-vip$
    192.168.1.203 racnode3-vip.reg.com racnode3-vip$
    192.168.1.204 racnode4-vip.reg.com racnode4-vip$
    #SCAN$
    #192.168.1.301 racdb-scan.reg.com racdb-scan$
    #SCAN$
    $
    192.168.1.301^Iracnode1-scan.reg.com^Iracnode1-scan$
    192.168.1.302^Iracnode2-scan.reg.com^Iracnode2-scan$
    192.168.1.303^Iracnode3-scan.reg.com^Iracnode3-scan$
    Edited by: Endeca on Apr 7, 2013 10:13 AM

  • OEL 6.3 system-config-network tool

    Hi all,
    I just do an installation of OEL 6.3 and wonder while the system-config-network tool looks completely new.
    Okay there a lot of things missing like editing hostname, domain, dns and so on.
    What do I have to do to get it back under OEL 6.3?
    I try the other tools system-config-network-tui and system-config-network-cmd but I can't find the functionality.
    What do I have to edit and configure manually when the system-config-network doesn't exists?
    kind regards
    SPA2

    Red Hat Enterprise Linux 6 and hence Oracle Linux 6 do no longer install a Graphical Desktop when doing a default server installation. If you want a Graphical Desktop you can customize the initial installation, or do it afterwards using the following command:
    <pre>
    yum groupinstall "X Window System" Desktop "General Purpose Desktop" \
    "Graphical Administration Tools" "Legacy X Window System compatibility"
    sed -i 's|id:3:initdefault:|id:5:initdefault:|g' /etc/inittab
    shutdown -r now
    </pre>
    However, keep in mind that you can generally run GUI applications using SSH with X forwarding or Tiger VNC without the need to install X Windows Server on the Linux server or running a Graphical Desktop.
    Unfortunately, the GUI version of system-config-network under EL 6 requires the Network Manager service, which you might not want to run on a server platform. Anyway, to use the connection editor GUI, the following should do:
    <pre>
    yum install NetworkManager-gnome
    service NetworkManager start
    chkconfig NetworkManager on
    nm-connection-editor
    </pre>
    Alternatively, simply edit the following files to configure your DNS, hostname and hosts file:
    <pre>
    /etc/sysconfig/network
    /etc/hosts
    /etc/sysconfig/network-scripts/ifcfg-eth0
    /etc/resolv.conf
    service network restart
    </pre>

  • Rc.conf - networking - broadcast address

    I'm moving my server to a colo and have a question about what I should use for the broadcast address.  The "anonymized" version of the information the new colo sent me is at the bottom of this post.  I believe that the following line is what I should have in rc.conf, but I am not 100% sure about the broadcast address.  Can anybody tell me if what I have is correct?  Thanks much
    eth0="eth0 172.16.222.126 netmask 255.255.255.252 broadcast 172.16.222.255"
    gateway="default gw 176.16.222.125"
    NETWORK/CIDR: 172.16.222.124/30
    GATEWAY: 172.16.222.125
    IP ADDRESS: 172.16.222.126
    SUBNET MASK: 255.255.255.252

    Tenken wrote:You want 172.16.222.127.
    Here's a nice little guide on how to determine the address, or if you're lazy like me you can use an ip calculator.
    Thank you sir.  I used the measure of last resort (i.e., I actually talked with a tech guy at our colo) and indeed that is the info he gave me.  I will be bookmarking those links, for sure.

  • How to config network card to detect router?

    Hi everyone,
    I am newbie to solaris, I installed solaris on my old PC, and it has the Netgear FA311 card. It is supported by Solaris according to HCL.
    however, it doesn't seem like it is auto-detecting the router.. as result, there is not internet connection.
    So, may I ask for your help ?
    1.) how do I know my existing network card is detected and installed probably in Solaris? is it auto detect?
    2.) how do I manually config to detect my router?
    Thanks

    Are you trying to get an IP using dhcp or static IP.
    If your trying to use dhcp then make sure your hostname is in /etc/nodename
    and do a "touch /etc/dhcp.<int>" where <int> is the name of the driver for your interface.
    If your trying to do static then put the IP of the router in /etc/defaultrouter
    And your hostname in /etc/hostname.<int>
    And make sure you have an entry for your hostname in /etc/hosts and /etc/inet/ipnodes

  • DMS Config network problem

    Hi,
    I'm having problems viewing documents in DMS CV02N, when I go into the transaction it comes up with a warning:
    <i>Function "" not possible if network address is "DEFAULT"</i>
    then when i attach the document in originals and try and view it an error comes up with the error:
    "<i>Network address DEFAULT of your computer is not maintained"</i>
    Will reward points for useful answers
    Liam.
    Message was edited by:
            Liam Wilkinson

    Hi Liam,
    this error message indicates that you do not have maintained a default entry in transaction DC20 or the system variable "hostname" on your PC.
    To maintain the DEFAULT entry please go to transaction DC20 and do the
    following steps:
    select a frontent type (e.g. PC) and mark it
    go to "Identify frontend computers" and click on the button 'Default
    entry'
    By making a DEFAULT entry in this table, you can identify all standard
    computers for which no "HOSTNAME" variable has been maintained.
    Otherwise you need to maintain an entry for each front end computer.
    Please also notice the information given by the blue info button.
    I hope that my information will help and thanks for your help.
    Best regards,
    Christoph

  • I get a network broadcast storm with Yosemite

    I had poor internet speed and loss of packets.
    BT and AAISP could not fault the external line.
    It emerged the problem happens only when I use both  wifi and wired ethernet (or indeed wifi only) on my Yosemite Macbook Pro.
    AAISP said it was likely a 'broadcast storm'.
    This problem has not happened, or was not significant,  with previous OS X.
    I am using WPA/WPA2 Personal to a Technicolor TG582N router.

    Disable all Firewalls & Anti-Virus software...try again.

  • Unable to config network in virtual solaris 10

    Dear All,
    i have win2k3 OS on which i have installed solaris 10 in vmware 5.5, ip and subnet is assigned, nut unable to connect to host machine, kindly help

    Is this a new machine or is this is something that used to work but now doesn't? What kind of machine (sparc or x86_64 ?)
    What Solaris release? Did you install the latest patch cluster? I did a quick google search to try to figure out what kind of machine uses this card which pointed to the min OS requirement.
    http://www.unix.com/solaris/99331-cannot-plumb-nxge-t5240.html
    Did you try another network interface? Maybe you have a bad card?

  • Kindly advise how i can export and distribute settings done on "about:config == network.automatic-ntlm-auth.trusted-uris" to all computers in the network. What is the best way to effect this changes on all Machines?

    I want user to access sharepoint on Mozilla without being prompted for credentials instead it should use logged on credentials

    Hi Meshackl, there is a very simple way with the distribution.ini file. Mike Kaply describes how to do that here:
    http://mike.kaply.com/2012/03/26/customizing-firefox-distribution-ini/

  • Used to be able to record network broadcasts on DVD-RW

    I have the RNG110 set top box and I used to be able to record shows for viewing at a more convenient time on my Toshiba DVD recorder/player on a reusable DVD-RW. I noticed that now I can no longer do this. 328 KOMO2 fails with the E25 error as do 343 KVOS2 and 107 KIRO/CBS and 104 KOMO/ABC. 105 KING/NBC still works fine. I have read in other posts that the RNG110 box has erroneous flag settings and in some areas of the country, Comcast/Xfinity has corrected these flags. Would it be possible in my area? Oak Harbor Washington. It appears my set top box is in need of a copy protection reset. Who ya gonna call? Any solutions out there? Is this just Comcasts way of strong-arm forcing people to rent their XY#@!& DVR?

    DVD Player is a default Apple app installed with the system. If not there, you deleted it. As a principle, to not delete Apple applications, which come with the system. i think you may copy it from another system, even if this is not the recommend method. A workaround is to download VLC, a free and good app for video and audio files, it may play any file, in fact.

  • My controller seems to stop udp broadcast

    Hello,
    I have a remote control sending
    UDP packet ->
    src:172.17.1.173:1065 dst:255.255.255.255:30718
    But the recepter (on wire network) do not receive anything.
    Both are on same subnet -> 172.17.1.160/28
    We do not use any ACL
    idea why?
    Many thanks for your precious help.
    Cheers
    Gael

    Hi Gael,
    Have you enabled broadcast on controller? Can you try "config network broadcast enable" and see if that resolves the issue.
    Regards,
    Ankur
    *Pls rate all helpfull post

  • Open udp port on Wireless Network

    I have a WLC2106 with 6 APs model 1240AG. An application uses port 11050 UDP for license management. The client send a broadcast on this port looking by the server, because this information is NOT passing through, the connection can't be established. With the original network (3com), there is no any problem but with Cisco network, this particular port appears to be closed. How can I confirm the AP is blocking this port? How can I open it? I tried with an ACL but the problem was not fixed.
    thanks in advance.

    Eric:
    Thanks so much for your support. Finally I have the application working.
    I found the problem was not with the UDP port alone, the problem was with all broadcast (your tips give me ligth).
    Besides the "Broadcasting Forwarding" option I changed the "Ethernet Multicast Mode" to Multicast.
    The key was this paragraph in the release notes:
    Re-enable Broadcast after Upgrading to Release 4.0.206.0
    In software releases 4.0.179.0 and earlier, broadcast and multicast forwarding were both controlled with a single global flag that enabled multicast. Beginning with software release 4.0.206.0, these functions were broken into separate configuration flags: one that controls broadcast and one that controls non-broadcast multicast. If you have multicast enabled in software releases 4.0.179.0 and earlier, the broadcast flag is left disabled after upgrading to software release 4.0.206.0. As a result, some applications that rely on broadcast do not work after the upgrade.
    After you upgrade to software release 4.0.206.0, use this CLI command to re-enable broadcast:
    config network broadcast enable
    When re-enabled, broadcast uses the multicast mode configured on the controller.
    To be honest I am not very clear how the multicast mode is related with the problem, but now I can see all the broadcast messages passing through wireless network.
    Thanks a lot
    Daniel Escalante.

  • Airserver multicast mDNS problem

    I have WLC 2504 running     7.4.100.0 with a single 1242AG AP
    single wireless SSID on the WLC
    an Apple AIRSERVER and an IPAD which should be able to do mirroring to show ipad screen on the pc
    they have IPs in same subnet and have base connectivity
    it just wont work! the ipad never sees the airplay server option come up
    BUT
    if i move these 2 systems to a cisco autonomous AP. or another commodity wireless LAN and have the 2 systems (pc/ipad) in same subnet it works
    if i have the pc on wired and the ipad (wireless obviously) this work on the autonomous or commodity AP fine
    so there is something "different" about using the WLC/LWAP right?
    i have tried with and without the various multicast options enabled etc
    please can anyone advise or help?
    many thanks
    dave

    thank you both for helping me and for the pointers.
    I have a config (attached)
    I have this update to the case:-
    laptop and iphone on same wireless LAN  (interface3) wireless LANcalled clients34
    With the command
    config mdns snooping DISable
    i can see the Airserver from the iPAD and it works (WITHIN) the wireless WLAN i.e. both on same WLAN and IP subnet
    if i issue
    config mdns snooping ENable
    the
    Airserver disappears and wont work
    it comes back as soon as i disable the mdns snooping
    this is consistently reproducible
    any ideas welcomed
    it never works between WLANs (so far!)
    dave
    here is the config
    config location expiry tags 5
    config interface address management 10.99.98.40 255.255.255.128 10.99.98.1
    config interface dhcp management primary 10.99.98.3
    config interface port management 1
    config interface vlan management 10
    config interface address virtual 1.1.1.1
    config interface address dynamic-interface clients33 10.10.33.6 255.255.255.0 10.10.33.1
    config interface create clients33 33
    config interface dhcp dynamic-interface clients33 primary 10.99.98.3
    config interface port clients33 2
    config interface vlan clients33 33
    config interface address dynamic-interface clients34 10.10.34.6 255.255.255.0 10.10.34.1
    config interface create clients34 34
    config interface dhcp dynamic-interface clients34 primary 10.99.98.3
    config interface port clients34 2
    config interface vlan clients34 34
    config 802.11b 11gsupport enable
    config 802.11b cac voice sip bandwidth 64 sample-interval 20
    config 802.11b cac voice sip codec g711 sample-interval 20
    config 802.11b cleanair alarm device enable 802.11-nonstd
    config 802.11b cleanair alarm device enable jammer
    config 802.11b cleanair alarm device enable 802.11-inv
    config sysname Apple
    config logging traceinfo disable debugging
    config logging syslog level debugging
    config logging syslog level 7
    config logging syslog host 10.99.98.36
    config database size 2048
    config country US
    config advanced probe limit 2 500
    config advanced probe-limit 2 500
    config advanced 802.11a channel add 36
    config advanced 802.11a channel add 40
    config advanced 802.11a channel add 44
    config advanced 802.11a channel add 48
    config advanced 802.11a channel add 52
    config advanced 802.11a channel add 56
    config advanced 802.11a channel add 60
    config advanced 802.11a channel add 64
    config advanced 802.11a channel add 149
    config advanced 802.11a channel add 153
    config advanced 802.11a channel add 157
    config advanced 802.11a channel add 161
    config advanced 802.11b channel add 1
    config advanced 802.11b channel add 6
    config advanced 802.11b channel add 11
    config mdns service query enable AFP
    config mdns service create AFP _afpovertcp._tcp.local. query enable
    config mdns service query enable AirPrint
    config mdns service create AirPrint _ipp._tcp.local. query enable
    config mdns service query enable AirTunes
    config mdns service create AirTunes _raop._tcp.local. query enable
    config mdns service query enable AppleRemoteDesktop
    config mdns service create AppleRemoteDesktop _net-assistant._udp.local. query enable
    config mdns service query enable AppleTV
    config mdns service create AppleTV _airplay._tcp.local. query enable
    config mdns service query enable HP_Photosmart_Printer_1
    config mdns service create HP_Photosmart_Printer_1 _universal._sub._ipp._tcp.local. query enable
    config mdns service query enable HP_Photosmart_Printer_2
    config mdns service create HP_Photosmart_Printer_2 _cups._sub._ipp._tcp.local. query enable
    config mdns service query enable Printer
    config mdns service create Printer _printer._tcp.local. query enable
    config mdns profile service add default-mdns-profile AirPrint
    config mdns profile service add default-mdns-profile AppleTV
    config mdns profile service add default-mdns-profile HP_Photosmart_Printer_1
    config mdns profile service add default-mdns-profile HP_Photosmart_Printer_2
    config mdns profile service add default-mdns-profile Printer
    config mdns profile create default-mdns-profile
    config mdns snooping enable
    config mobility group domain MOBGROUP
    config network rf-network-name RFGROUP
    config network telnet enable
    config network broadcast enable
    config network multicast igmp snooping enable
    config network multicast l2mcast disable service-port
    config network multicast l2mcast disable virtual
    config network multicast mld snooping enable
    config network multicast global enable
    config dhcp address-pool scope33 10.10.33.2 10.10.33.254
    config dhcp default-router scope33 10.10.33.1
    config dhcp create-scope scope33
    config dhcp network scope33 10.10.33.0 255.255.255.0
    config dhcp address-pool "scope 34" 10.10.34.2 10.10.34.254
    config dhcp default-router "scope 34" 10.10.34.1
    config dhcp create-scope "scope 34"
    config dhcp dns-servers "scope 34" 8.8.8.8
    config dhcp network "scope 34" 10.10.34.0 255.255.255.0
    config dhcp lease scope33 86400
    config dhcp enable scope33
    config dhcp lease "scope 34" 86400
    config license boot base
    config license agent max-sessions 9
    config 802.11a cac voice sip bandwidth 64 sample-interval 20
    config 802.11a cac voice sip codec g711 sample-interval 20
    config 802.11a cleanair alarm device enable 802.11-nonstd
    config 802.11a cleanair alarm device enable jammer
    config 802.11a cleanair alarm device enable 802.11-inv
    config nmsp notification interval rssi rfid 2
    config certificate generate webauth
    config wlan mfp client enable 1
    config wlan mfp client enable 3
    config wlan mfp client enable 4
    config wlan dhcp_server 1 10.99.98.3 required
    config wlan security ft over-the-ds disable 1
    config wlan security wpa wpa1 ciphers aes enable 1
    config wlan security wpa wpa1 ciphers tkip enable 1
    config wlan security wpa wpa1 enable 1
    config wlan security wpa wpa2 ciphers aes disable 1
    config wlan security wpa wpa2 disable 1
    config wlan security wpa akm psk set-key hex encrypt 1 a1f6e0bbf14d724dc3f66873d6f810a6 786fcab479dd2b3ab7fe1e79eb569f3bcd8bec22 48 db307698ce2f6146a19f3b40cb7a52b39b8062c5d6f8f0f37d60dc98cde78d6a1e8aea0014292f6192cd1a06a447fccd000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 1
    config wlan security wpa akm psk enable 1
    config wlan security wpa akm 802.1x disable 1
    config wlan security wpa enable 1
    config wlan security web-auth server-precedence 1 local radius ldap
    config wlan security wapi akm psk set-key hex encrypt 1 a1f6e0bbf14d724dc3f66873d6f810a6 786fcab479dd2b3ab7fe1e79eb569f3bcd8bec22 48 db307698ce2f6146a19f3b40cb7a52b39b8062c5d6f8f0f37d60dc98cde78d6a1e8aea0014292f6192cd1a06a447fccd000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 1
    config wlan dhcp_server 3 10.99.98.3 required
    config wlan security ft over-the-ds disable 3
    config wlan security wpa wpa1 ciphers aes enable 3
    config wlan security wpa wpa1 enable 3
    config wlan security wpa wpa2 ciphers aes disable 3
    config wlan security wpa wpa2 disable 3
    config wlan security wpa akm psk set-key hex encrypt 1 42a623f34bd4ac9f6c4d8415be540e52 aa8f5add9351816443d374a3fa1cd76ee34ec325 48 83269c2ab1bfffb0717cf80763bf2be8e30af9de5d784f132deef8aba1ef463d37eda9fcca7b3edac4f16806799bddb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 3
    config wlan security wpa akm psk enable 3
    config wlan security wpa akm 802.1x disable 3
    config wlan security wpa enable 3
    config wlan security web-auth server-precedence 3 local radius ldap
    config wlan security wapi akm psk set-key hex encrypt 1 42a623f34bd4ac9f6c4d8415be540e52 aa8f5add9351816443d374a3fa1cd76ee34ec325 48 83269c2ab1bfffb0717cf80763bf2be8e30af9de5d784f132deef8aba1ef463d37eda9fcca7b3edac4f16806799bddb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 3
    config wlan dhcp_server 4 10.99.98.3 required
    config wlan security ft over-the-ds disable 4
    config wlan security wpa wpa1 ciphers aes enable 4
    config wlan security wpa wpa1 enable 4
    config wlan security wpa wpa2 ciphers aes disable 4
    config wlan security wpa wpa2 disable 4
    config wlan security wpa akm psk set-key hex encrypt 1 5032332e8e93f8a77f2d0e2f97d411e4 37dee84d8d542d677ead99c9a06b559c3c6c39e7 48 d5576ca89f5c5201557c2a30274ac2034f0881e1502f22d0fb59b2ea05c338c9e09c57844efaa2d20967d8931c7b795c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 4
    config wlan security wpa akm psk enable 4
    config wlan security wpa akm 802.1x disable 4
    config wlan security wpa enable 4
    config wlan security web-auth server-precedence 4 local radius ldap
    config wlan security wapi akm psk set-key hex encrypt 1 5032332e8e93f8a77f2d0e2f97d411e4 37dee84d8d542d677ead99c9a06b559c3c6c39e7 48 d5576ca89f5c5201557c2a30274ac2034f0881e1502f22d0fb59b2ea05c338c9e09c57844efaa2d20967d8931c7b795c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 4
    config wlan nasid Cisco_88:af:84 1
    config wlan broadcast-ssid enable 1
    config wlan interface 1 management
    config wlan nasid Cisco_88:af:84 3
    config wlan broadcast-ssid enable 3
    config wlan interface 3 clients34
    config wlan nasid Cisco_88:af:84 4
    config wlan broadcast-ssid enable 4
    config wlan interface 4 clients33
    config wlan create 1 wall wall
    config wlan session-timeout 1 1800
    config wlan create 3 clients34 clients34
    config wlan session-timeout 3 1800
    config wlan create 4 clients33 clients33
    config wlan session-timeout 4 1800
    config wlan exclusionlist 1 60
    config wlan exclusionlist 3 60
    config wlan exclusionlist 4 60
    config wlan wmm allow 1
    config wlan wmm allow 3
    config wlan mdns disable 3
    config wlan wmm allow 4
    config wlan enable 1
    config wlan enable 3
    config wlan enable 4
    config ap packet-dump truncate 0
    config ap packet-dump buffer-size 2048
    config ap packet-dump capture-time 10
    config mgmtuser add encrypt admin 1 321719832e36efcfeefd2273c587a40e 5b6894ae997a61fda287052deb92ad880db51682 16 87acec2a7c4ebbed6eee748deb8b111c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 read-write
    config mgmtuser add encrypt l8admin 1 f2fbd280a591024db06b5e26e3aea6f0 0a6c6ee6cd7de16f828232164d3edeefdce05f4a 16 ba42eb8ce58babcf06c6e402e96353d60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 read-write
    config rfid timeout 1200
    config rfid status enable
    config rfid mobility pango disable
    transfer upload path /
    transfer upload datatype config
    transfer upload serverip 172.29.254.1
    transfer upload filename Daves_WLC.txt
    transfer download path /
    transfer download serverip 172.29.254.1
    transfer download filename Daves_WLC.txt

  • E4200v2 - Guest Network Name: STRANGE behavior!

    on a E4200v2, the Guest Network Name is not behaving rationally!
    I have 2 E4200v2's, running 2.0.37, bought at same time and configured identically, including both in BRIDGE mode (access points only) and both with the 2.4ghz network name is "acme".
    On one device the Guest Network Name is correct "acme-guest" but on the other device it is "cisco08996-guest".
    (Also, the even wierder thing is that 08996 is not the correct serial number for this device, it's really 08273, so you'd expect it to default back to "cisco08273" but it never does)
    I have tried many things to try to get it to revert to "acme-guest" but it just won't budge.  It seems like some sort of deep-seated bug in the configuration settings.
    I've tried:
    * reboot the device
    * disable Guest Access then reboot then re-enable
    * disable 2.4Ghz WiFi & Guest Access, then reboot, then re-enable both
    Nothing works!
    I don't really have time to reset & redo this devices config from scratch, and it's a very busy device anyway.  So I'd much rather there was a way to fix this problem without downtime to the users.
    Anyone faced this same problem?  Any solutions or tricks??
    Thanks in advance!

    earthmyrll120288 wrote:
    If the router is set to Bridge Mode, Guest Access is not going to work. Wireless devices would see the network broadcasting but it is not going to work.
    Not true actually.  I find it has worked great.  And another user on these boards (Counsil?) has said likewise.
    The article/point you refer to is talking about cascading routers, which we're NOT doing.  And it also talks about LAN-to-LAN access, which we're NOT doing. 
    We are just using Guest Network to share the Internet securely which it seems to do fine.
    So I'm back to my original question about the Guest Network Name... anybody have any experience with the behavior I reported in my opening post?

Maybe you are looking for

  • IPad Air's Wireless Disabled after upgrade to iOS 8.1.2

    Guys.. anyone of you encountered that once your ipad air upgraded to iOS 8.1.2, the wireless is disabled and you can't enable it back????? i'm having this issue and now my ipad air can't use wireless. i have done everything including restoration at i

  • I am very disappointed about Creative customer sercice!

    Hallo i'm writing from Italy just to tell you my adveture with Creative: -I bought a creative zen 30g on november, it was a REFURBISHED one; -After a couple of weeks it was....useless, always freezing - a coulpe of week of emails with the techician o

  • Is it possible to create a batch file in Mac OS?

    In MS-DOS, a batch file is a text file containing a series of commands intended to be executed by the command interpreter. It's very convenient and handy. Is it possible to do the same in Mac OS? I tried the automator of Mac OS and copied the workflo

  • Setting Isolation levels

    We have a window service which is responsible to send SMS to users. We have 20 instance running as a window service which hits a single table "Tab1". I have implemented isolation level – "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE", but it is not w

  • MULTIPLE Gatewqay Issue

    All, I am still facing issues with multiple gateway. This is what I am doing. I have a populated Arry of object called insPdrObjectList which contains object of type insPdrInfo in my multiple (split) I do the followingh for each pdrObj in insPdrInfoL