2 SSIDs and VLANs on each AP

I'm new to configuring IOS wireless APs, in particular, a couple of 1142Ns in autonomous mode and looking for examples/answers. These APs will be connected to the POE ports on an ASA 5505 firewall. I'm also configuring the 5505.
The requirements are that each AP have an "internal" and "external" SSID and each AP will have two VLANS.
The APs should allow roaming between them.
The internal SSID will allow full access to internal corporate networks and the Internet and will use WPA2. It will use the corporate dhcp server or employ the IOS dhcp server to hand out addresses.
The external SSID will only have access to the Internet and will use WEP. The ASA 5505 will provide dhcp services to these clients.
The two PoE ports on the ASA 5505 will be trunked for both the inside and dmz VLANS.
If anyone has examples of any of these requirements, comments, and/or similar config they are willing to share, please post them.
In particular, I would like to see an examples of the roaming config, VLAN config, SSID config, and WPA2 and WEP config.
Thanks in advance.

Hi,
Cisco terms are sometimes Complex!! In English this means.. "broadcasting the SSID or NOT" if you want your laptop to detect the SSID while searching for wireless then this is called BROADCAST if not then NON-BROADCAST.. the command is.. Guest-mode under SSID config.. that is..
en
conf t
dot11 ssid
guest-mode                           >>>>>>>>>>>> Broadcasting the ssid
end
en
conf t
dot11 ssid
no guest-mode                      >>>>>>>>>>>> Not Broadcasting the ssid (HIDDEN) MANUALLY WE NEED TO  ENTER THE SSID ON THE LAPTOP.
end
Lemme know if this answered your question..
Regards
Surendra
===
Please rate the posts which answered your quiestion or was helpfull

Similar Messages

  • Aironet 1252 doesn't broadcast SSID and VLANs

    Best regards.
    I have an autonomus AP Aironet 1252 (software version: 12.4(18a)JA1)
    I configured 3 SSID and VLANs, but the AP doesn't broadcast SSID, the vlans are working fine because I tested configuring manually the hide SSID on laptops.
    Also the AP broadcasts the SSID whe only one SSID is configured!!!
    How I can do the AP to broadcast all SSIDs?
    Thanks in advance.

    From the command line of your AP.
    Change each SSID as follows.  You want to turn off "guest-mode" and enable "mbssid" at each SSID.  Guest-mode will only broadcast one SSID, you must use mbssid  to allow all SSIDs to broadcast.
    #config t
    #dot11 ssid
    #no guest-mode
    #mbssid
    Now from each radio
    #int d0
    #mbssid
    #int d1
    #mbssid

  • SSIDs and VLAN on access points

    The commands to map an SSID to a VLAN on an IOS access point are basically like this:
    [snip]
    dot11 ssid MYSSID
    vlan 5
    interface Dot11Radio0
    ssid MYSSID
    interface Dot11Radio0.5
    encapsulation dot1q 5
    bridge-group 5
    interface FastEthernet0
    interface FastEthernet0.5
    encapsulation dot1q 5
    bridge-group 5
    [snip]
    My question is this: what does the command "vlan 5" actually do? Does it map MYSSID to bridge-group 5, which is then mapped to 802.1q tag 5 by the subinterface configurations (so that the tag number is arbitrary), or does it map MYSSID to 802.1q tag 5 on the radio interface, which is then bridged to the appropriate dot1q subinterface on the wired side by the bridge group (so that the bridge group number is arbitrary)?

    Vlan tag is tied to SSID and Bridge group is also tagged to appropriate vlan mentioned as bridge group number

  • WAP200 setup step by step for 2 SSIDs and VLAN

          I have a Wap200 in a community library environment and wish to set up a pubic open SSID and a private (secure) SSID using two VLANs with trunking to a CISCO RV180W router to force the traffic to be separate and yet allow internet access for both SSIDs.  Does anyone have step-by-step instructions for BOTH the WAP200 setup and the RV180W setup to make this work well.            

    Dear Dennis,
    Thank you for reaching Cisco Small Business Support Community.
    You can have let's say two SSID's with the Wireless Isolation enabled.  Wireless isolation between SSIDs prevents eavesdropping on the network. When it is enabled, wireless frames received on this access point are not forwarded to ther wireless networks (SSIDs).
    The wireless isolation feature should do the job but if you would still like to have VLAN's and a trunk port to the router then he "Wireless > VLAN & QoS" window allows you to configure the VLAN and QoS related settings for the access point, I suggest you to leave the Default VLAN as 1, and untagged, and make sure you use the same setting on the router.  You can even have a higher priority on the private SSID.
    Please refer to the WAP200 admin guide, chapter 6 for further reference;
    http://sen.lla.free.fr/Fichiers/WAP200_Admin_Guide.pdf
    The RV180 VLAN configuration steps please refer to to the admin guide, chapter 2;
    http://www.cisco.com/en/US/docs/routers/csbr/rv180w/administration/guide/rv180w_admin.pdf
    I hope you find this information helpful and please let me know if there is anything I may assist you with.
    Kind regards,
    Jeffrey Rodriguez S. .:|:.:|:.
    Cisco Customer Support Engineer
    *Please rate the Post so other will know when an answer has been found.

  • SSID and Vlans

    I can to have two SSIDs for all branch of my country, but each ones in a differents subnets,for example:
    Area 1
    SSID 1 : guest -> 192.168.1.1
    SSID 2 : office -> 192.168.2.1
    Area 2
    SSID 1 : guest -> 192.168.3.1
    SSID 2 : office -> 192.168.4.1
    I have configured AP-Group, and this works succesfull but only with one SSID, I need two SSID, each one associated a multiples vlans, when the user are connect to SSID guest they receive the correct ip from the subnet corresponding,(Area1 ip address of host is 192.168.1.X and the Area 2 the usuer receibe the address 192.168.3.X both using the same SSID "guest"), How I can reach this requerimients using two SSID?. Using Ap-Group or there is other methods.

    AP Group VLANs are used in a setup where a Universal WLAN (service set identifier [SSID]) is required but clients need to be differentiated (placed on different interfaces configured on the WLC) by virtue of physical LAPs they associate with. Refer URL
    http://cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008073c723.shtml#c2

  • Trying to setup 1131 in autonomous mode with multiple ssids and vlans

    hi there,
    I'm trying to setup an aironet 1131 in autonomous mode with a WLAN for each VLAN.
    I can connect to the SSID "BLUGstaff" but I don't pick up a DHCP address and when I set a static IP I can't anything on the vlan so I can only assume I have made an error.
    I have attached the config for the access point.
    The switch port the access point connects to has the following config...
    interface FastEthernet1/0/3
    description ## Access Point ##
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 121
    switchport trunk allowed vlan 1,121-124
    switchport mode trunk
    spanning-tree portfast
    end
    Can anyone explain what I've done wrong? Thanks in advance for any help,
    Huw

    Hello Huw,
    as i see in your confirguartion.
    native VLAN is 121. so you have to correct following in your AP configuration
    1) interface Dot11Radio0.121
    encapsulation dot1Q 121 native
    bridge-group 121         ->>>>>>>>>>>>>>>> change this to brige-group 1 , native always tied to bridge group 1
    2)
    interface FastEthernet0.121
    encapsulation dot1Q 121
    add also under this sub interface
    bridge-group 1
    please let me know how it goes.
    Kind regards
    Talal
    ==========
    please rate answers that you find useful , and mark as answered - when it is :-) - so others can find it easily

  • Configuring ssid and vlans on autonomous access point ?

    here is an a demonstration of how to configure vlans and ssid on a auto-ap , what i dont understand is when i configure the ssid under (interface dot11radio0) and the vlan under that command , why do i need to configure sub-interfaces for the "fastethernet" and the "dot11radio0" if i already configured it under the "interface dot11radio0" , why do i need the "encapsulation dotq x" ? and what is bridge-group ?

    If you want to use multiple SSID with multiple vlan, then you have to configure subinterfaces on Radio interfaces (in both Radio 0 & Radio 1 if you want to use both 2.4GHz & 5GHz band) & Ethernet interfaces.
    AP simply bridge wireless traffic to wired interface using these sub-interfaces. To specify which radio sub-interface traffic to map to ethernet sub-interface, a Bridge-Group number (1-255) is used.
    Bridge-Group 1 always used for native vlan traffic & usually used for AP management.
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • WLC2112 with Guest / Web-Auth and vlan

    Hi
    I'm trying to configure my WLC with guest SSID and vlan 10.
    The security is only set to Web-auth, and it is all working if the guest network is set to nativ vlan (1) But it seems that the http(s)://1.1.1.1/login.html is not reacheble from the guest SSID/VLAN??
    Please help.
    Management IP Address 192.168.14.252
    Software Version 6.0.182.0
    Emergency Image Version
    I have tried with ver. 5.2 also -

    I think that 1.1.1.1 is only reachable from a wireless client during webauth. They should not be able to reach that address once they have passed through the web auth page.
    Don't know if that helps, or not.

  • Ssid's vlan's ip address

    have a problem there would ap ssid and vlan other's want to link that I use for my final finish work, get no ip address problem
    how can you fix this

    I have a problem to get high on wireless ee ssid, but get no ip address on the host's anyone knows how to fix them

  • Is it possible to do multiple ssids and encryptions on an autonomous AP without vlans?

    I got a customer who just has autonomous APs. They are upgrading from 1210s to 1262s. They are currently running a config that is wide open with no authentication or encryption and using a VPN tunnel on the wireless clients for security. They want to switch to using WPA2/PSK with the new APs. They have existing clients that have to continue to work during the upgrade to the new APs. They run 3 shifts so it is a 24 hr operation with no downtime. What I was thinking would be to configure the 1262 with multiple SSIDs, one with their existing settings and one with the new. Then I could swap the APs one at a time and it would only impact service for a short period of time while I was mounting the new AP. Then once all the new APs are installed I could transition the clients over to the new SSID and encryption then disable the old SSID once all the clients are switched over. I've done this before with a WLC but not with an autonomous APs. The only config examples I can find uses VLANs. This customer is not using VLANs. Is there anyway to use multiple SSIDs with different encryption on a single radio on an autonomous 1262 without VLANs?
    The site has about 30 APs and 100 clients. Yes I know a controller would be preferred for a site of this size but that is a question for sales and why they didn't see them a controller. I just get stuck with what they sell them.
    thanks

    Hi Don,
    Im afraid on the autonmous platform you can not map multiple WLANS to a single vlan.
    "Satisfaction does not come from knowing the solution, it comes from knowing why." - Rosalind Franklin
    ‎"I'm in a serious relationship with my Wi-Fi. You could say we have a connection."

  • Single access point with multiple ssids and single channel possible?

    Hi everybody.
    I have this silly question.
    Let say we have three vlans, vlan1,2,3  and they are mapped to wlans as follows:
    Vlan 1  ssid1
    Vlan 2 ssid2
    Vlan3 ssid 3
                      AP --------trunk------Switchted network.
    Our Ap  has mobile devices in three wlans, i.e ssid1ssid2 and ssid3
    Since AP uses half duplex mode,  mobile devices need positive ack from ap  before they can send data,  therefore once channel let say channel 3( assuming 802.11b is used) can be shared by all mobile devices in three wlans.  
    Is  my understanding correct?
    Thanks and have a great weekend.

    Hii ,
    Yes ,that is pretty much possible as suggested by other experts on board. Depending on your access point you will have 1 (2.4 GHz) or  both 2.4 & 5GHz radios.
    You can configure multiple SSIDs (up to 16 ) known as MBSSID mode in autonomous environment. In Controller based architecture you can configure up to 512 WLAN (SSID) and transmit any 16 of them per AP (using AP group feature). However , it is recommended to keep multiple SSID count below 8 as for each SSID separate beacon will be sent on air which consumes more air time.
    Hope this helps
    Thanks
    Vinay

  • Setting up Multiple SSID's & VLAN

    I have a Cisco 1230 AP along with a Sonic Wall TZ 210 and a Linksys SFE 2010P switch. On my AP I have created 2 SSID's. and 2 VLAN's. The first SSID is being broadcasted and has WPA encryption on it for our Corporate USers. The Second SSID is a Guest SSID and too is being broadcasted. I can make a laptop connect to the 1st SSID, but for some reason the 2nd SSID nothing will connect to it.  The first SSID is associated to VLAN1 and the 2nd SSID is associated to VLAN2. VLAN1 has WPA encryption on it. VLAN2 is setup as Open and no Encryption. Any ideas?
    My next question is how to I configure traffic on this AP with the other equipment mentioned? On my sonicwall we have segmented port6 on it to be a different subnet from the corporate subnet. On the Linksys switch I have enable VLANS on port2 and port48 which are on VLAN2. All other ports are on VLAN1. The AP connects to Ports 2 on the linksys switch and port 48 connects to port 6 on the Sonic Wall. When a corporate user connects to SSID1 I want them to be able to connect to the Corporate subnet. When a guest connects to SSID2 I want them to connect to the segmented guest network to only have Internet Access.
    Hope this makes sense!
    Below is my config on the AP. I am really only familiar with the IOS web interface so if you can explain it using that I'd appreciate it.
    AP_WLAN_Bakery
    Home     Exec     Configure
    ------------------ show version ------------------
    Cisco IOS Software, C1200 Software (C1200-K9W7-M), Version 12.3(8)JEB1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2007 by Cisco Systems, Inc.
    Compiled Fri 20-Jul-07 20:51 by dchih
    ROM: Bootstrap program is C1200 boot loader
    BOOTLDR: C1200 Boot Loader (C1200-BOOT-M) Version 12.2(8)JA, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)
    AP_WLAN_Bakery uptime is 1 hour, 40 minutes
    System returned to ROM by reload
    System restarted at 10:52:05 -0400 Fri Oct 15 2010
    System image file is "flash:/c1200-k9w7-mx.123-8.JEB1/c1200-k9w7-mx.123-8.JEB1"
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    cisco AIR-AP1231G-A-K9     (PowerPC405GP) processor (revision B0) with 15138K/1236K bytes of memory.
    Processor board ID FOC0849218B
    PowerPC405GP CPU at 196Mhz, revision number 0x0145
    Last reset from reload
    1 FastEthernet interface
    1 802.11 Radio(s)
    32K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address: 00:12:D9:8B:09:93
    Part Number                          : 73-8704-08
    PCA Assembly Number                  : 800-23211-09
    PCA Revision Number                  : A0
    PCB Serial Number                    : FOC0849218B
    Top Assembly Part Number             : 800-23304-08
    Top Assembly Serial Number           : FTX0902R2V1
    Top Revision Number                  : A0
    Product/Model Number                 : AIR-AP1231G-A-K9   
    Configuration register is 0xF
    ------------------ show running-config ------------------
    Building configuration...
    Current configuration : 2544 bytes
    ! Last configuration change at 12:07:29 -0400 Fri Oct 15 2010 by admin
    ! NVRAM config last updated at 12:07:29 -0400 Fri Oct 15 2010 by admin
    version 12.3
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname AP_WLAN_Bakery
    clock timezone -0500 -5
    clock summer-time -0400 recurring
    ip subnet-zero
    aaa new-model
    aaa authentication login default local
    aaa authorization exec default local
    aaa session-id common
    dot11 vlan-name VLAN_Corporate vlan 1
    dot11 vlan-name VLAN_Guest vlan 2
    dot11 ssid WLAN_Corporate
       vlan 1
       authentication open
       authentication key-management wpa
       mbssid guest-mode
       wpa-psk ascii 7 005740565C0C5C5F5C741F
    dot11 ssid WLAN_HartKitGuest
       vlan 2
       authentication open
       mbssid guest-mode
    username admin privilege 15 password 7 <removed>
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm tkip
    encryption vlan 1 mode ciphers aes-ccm tkip
    ssid WLAN_Corporate
    ssid WLAN_HartKitGuest
    mbssid
    speed basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
    station-role root
    no dot11 extension aironet
    interface Dot11Radio0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface Dot11Radio0.2
    encapsulation dot1Q 2
    no ip route-cache
    bridge-group 2
    bridge-group 2 subscriber-loop-control
    bridge-group 2 block-unknown-source
    no bridge-group 2 source-learning
    no bridge-group 2 unicast-flooding
    bridge-group 2 spanning-disabled
    interface FastEthernet0
    no ip address
    no ip route-cache
    duplex auto
    speed auto
    interface FastEthernet0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface FastEthernet0.2
    encapsulation dot1Q 2
    no ip route-cache
    bridge-group 2
    no bridge-group 2 source-learning
    bridge-group 2 spanning-disabled
    interface BVI1
    ip address 192.168.2.240 255.255.255.0
    no ip route-cache
    ip default-gateway 192.168.2.1
    ip http server
    ip http authentication aaa
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    bridge 1 route ip
    line con 0
    line vty 0 4
    sntp server 192.168.2.5
    sntp broadcast client
    end
    ------------------ show stacks ------------------
    Minimum process stacks:
    Free/Size   Name
    4572/5500   soap_flash init
    10024/11000  DHCP Autoinstall
    5160/5500   Autoinstall
    11748/12000  Setup
    10552/11000  BootP Resolver
    5240/5500   dot11 platform init
    8824/12000  Init
    5088/5500   RADIUS INITCONFIG
    2576/3000   Rom Random Update Process
    5144/11000  HTTP CP
    3084/5500   Soap Flash Save Variables
    Interrupt level stacks:
    Level    Called Unused/Size  Name
      4      125707   8056/9000  dot11 radio interrupt
      6        9783   8960/9000  NS16550 VECTOR
    ------------------ show interfaces ------------------
    BVI1 is up, line protocol is up
      Hardware is BVI, address is 0012.d98b.0993 (bia 0013.1973.8d50)
      Internet address is 192.168.2.240/24
      MTU 1500 bytes, BW 54000 Kbit, DLY 5000 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input never, output never, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
      5 minute input rate 10000 bits/sec, 9 packets/sec
      5 minute output rate 10000 bits/sec, 4 packets/sec
         59436 packets input, 8310033 bytes, 0 no buffer
         Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
         31826 packets output, 18823451 bytes, 0 underruns
         0 output errors, 0 collisions, 0 interface resets
         0 output buffer failures, 0 output buffers swapped out
    Dot11Radio0 is up, line protocol is up
      Hardware is 802.11G Radio, address is 0013.1973.8d50 (bia 0013.1973.8d50)
      MTU 1500 bytes, BW 54000 Kbit, DLY 1000 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 00:15:20, output 00:15:20, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 47
      Queueing strategy: fifo
      Output queue: 0/30 (size/max)
      5 minute input rate 0 bits/sec, 0 packets/sec
      5 minute output rate 0 bits/sec, 0 packets/sec
         16093 packets input, 1696312 bytes, 0 no buffer
         Received 1913 broadcasts, 0 runts, 0 giants, 0 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 input packets with dribble condition detected
         8367 packets output, 2930004 bytes, 0 underruns
         13 output errors, 0 collisions, 37 interface resets
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier
         0 output buffer failures, 0 output buffers swapped out
    Dot11Radio0.1 is up, line protocol is up
      Hardware is 802.11G Radio, address is 0013.1973.8d50 (bia 0013.1973.8d50)
      MTU 1500 bytes, BW 54000 Kbit, DLY 1000 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation 802.1Q Virtual LAN, Vlan ID  1.
      ARP type: ARPA, ARP Timeout 04:00:00
      Last clearing of "show interface" counters never
    Dot11Radio0.2 is up, line protocol is up
      Hardware is 802.11G Radio, address is 0013.1973.8d50 (bia 0013.1973.8d50)
      MTU 1500 bytes, BW 54000 Kbit, DLY 1000 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation 802.1Q Virtual LAN, Vlan ID  2.
      ARP type: ARPA, ARP Timeout 04:00:00
      Last clearing of "show interface" counters never
    FastEthernet0 is up, line protocol is up
      Hardware is PowerPC405GP Ethernet, address is 0012.d98b.0993 (bia 0012.d98b.0993)
      MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      Full-duplex, 100Mb/s, MII
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 00:00:00, output 00:00:00, output hang never
      Last clearing of "show interface" counters never
      Input queue: 0/160/0/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      5 minute input rate 13000 bits/sec, 10 packets/sec
      5 minute output rate 10000 bits/sec, 4 packets/sec
         75878 packets input, 12726627 bytes
         Received 43517 broadcasts, 0 runts, 0 giants, 0 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 watchdog
         0 input packets with dribble condition detected
         38986 packets output, 19917202 bytes, 0 underruns
         0 output errors, 0 collisions, 7 interface resets
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier
         0 output buffer failures, 0 output buffers swapped out
    FastEthernet0.1 is up, line protocol is up
      Hardware is PowerPC405GP Ethernet, address is 0012.d98b.0993 (bia 0012.d98b.0993)
      MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation 802.1Q Virtual LAN, Vlan ID  1.
      ARP type: ARPA, ARP Timeout 04:00:00
      Last clearing of "show interface" counters never
    FastEthernet0.2 is up, line protocol is up
      Hardware is PowerPC405GP Ethernet, address is 0012.d98b.0993 (bia 0012.d98b.0993)
      MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation 802.1Q Virtual LAN, Vlan ID  2.
      ARP type: ARPA, ARP Timeout 04:00:00
      Last clearing of "show interface" counters never
    ------------------ show controllers ------------------
    interface Dot11Radio0
    Radio AIR-MP31G, Base Address 0013.1973.8d50, BBlock version 0.00, Software version 6.11.1
    Serial number: FOC0901D4S1
    Number of supported simultaneous BSSID on Dot11Radio0: 8
    Carrier Set: Americas (US )
    Uniform Spreading Required: No
    Current Frequency: 2412 MHz  Channel 1
    Allowed Frequencies: 2412(1) 2417(2) 2422(3) 2427(4) 2432(5) 2437(6) 2442(7) 2447(8) 2452(9) 2457(10) 2462(11)
    Listen Frequencies: 2412(1) 2417(2) 2422(3) 2427(4) 2432(5) 2437(6) 2442(7) 2447(8) 2452(9) 2457(10) 2462(11) 2467(12) 2472(13) 2484(14)
    Beacon Flags: 0; Beacons are enabled; Probes are enabled
    Current CCK Power: 100 mW
    Allowed CCK Power Levels: 1 5 10 20 30 50 100
    Current OFDM Power: 30 mW
    Allowed OFDM Power Levels: 1 5 10 20 30
    Allowed Client Power Levels: 1 5 10 20 30 50 100
    ERP settings: short slot time.
    Neighbors in non-erp mode:
    Current Rates:  basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
    Active Rates:  basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
    Allowed Rates:  1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
    Best Range Rates:  basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
    Best Throughput Rates:  basic-1.0 basic-2.0 basic-5.5 basic-6.0 basic-9.0 basic-11.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
    Default Rates:  basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
    Current Voice Rates:  5.5 6.0 11.0 12.0 24.0 [disabled until voice packet-discard enabled]
    Default Voice Rates:  5.5 6.0 11.0 12.0 24.0
    Channel / Max Power Table
      1 O=15 D=20,    2 O=15 D=20,    3 O=15 D=20,    4 O=15 D=20,    5 O=15 D=20
      6 O=15 D=20,    7 O=15 D=20,    8 O=15 D=20,    9 O=15 D=20,   10 O=15 D=20
    11 O=15 D=20
    Data Rate Sensitivity (rate, SNR dB, Contention dBm)
    ( 1.0,  1, -98)   ( 2.0,  7, -94)   ( 5.5,  9, -92)   (11.0, 16, -86)  
    ( 6.0,  7, -92)   ( 9.0, 14, -87)   (12.0, 12, -87)   (18.0, 15, -84)  
    (24.0, 17, -82)   (36.0, 24, -76)   (48.0, 29, -73)   (54.0, 33, -69)  
    Radio Management (RM) Configuration:
    Regular AP RM Mode 1   Temp Setting Disabled
    Temp  Settings: AP Tx Power 0    AP Tx Channel 0    Client Tx Power 0 
          Rates:
    Saved Settings: AP Tx Power 0    AP Tx Channel 1    Client Tx Power 0 
          Rates:
    MCST RSCs: [0]0x0 [1]0x0 [2]0x0 [3]0x0 [4]0x0
    TKIP Cum Stats: STA            MIC-L-Errs MIC-R-Errs Replay   C-Measure
                    0000.0000.0000 00000000   00000000   00000000 00000000
    AES-CCMP Cum Stats: 00000000 replays discarded
    QBSS Load: 0x0
    Policing Stats:Rx downgardes 0, Tx downgrades 0
    Configured Local Access Class Parameters
      Back      : cw-min 4 cw-max 10 fixed-slot 7 admission-control Off txop 0
      Best      : cw-min 4 cw-max 6 fixed-slot 3 admission-control Off txop 0
      Video     : cw-min 3 cw-max 4 fixed-slot 1 admission-control Off txop 3008
      Voice     : cw-min 2 cw-max 3 fixed-slot 1 admission-control Off txop 1504
    Configured Cell Access Class Parameters
      Back      : cw-min 4 cw-max 10 fixed-slot 7 admission-control Off txop 0
      Best      : cw-min 4 cw-max 10 fixed-slot 3 admission-control Off txop 0
      Video     : cw-min 3 cw-max 4 fixed-slot 2 admission-control Off txop 3008
      Voice     : cw-min 2 cw-max 3 fixed-slot 2 admission-control Off txop 1504
    Transmit queues: Active 0 In Progress 0
           ---- Active --- In-Progress --------------- Counts --------------
           Cnt Quo Bas Max Cnt Quo Bas       Sent   Discard  Fail   Retry Multi
    Uplink   0   0   0   0   0   0   0          0         0     0       0     0
    Voice    0   0   0   0   0   0   0         55         0     0       1     1
    Video    0   0   0   0   0   0   0          0         0     0       0     0
    Best     0   3  70   3   0   3  24       7937         0     0     127    12
    Mcast    0   0   0   0   0   0   0        329         0     0       0     0
    Mcast    0   0   0   0   0   0   0         30         0     0       0     0
    Back     0   0   0   0   0   0   0        329         0     0       0     0
    BSSIDS Index Flags State Next Held Defer NonDefer Clients Tsf Dtim Txq
      8D50     0    20     0    0    0     0        0       0 200    2   0
      8D51     1    20     0    0    0     0        0       0 150    2   1
    UP ClientQAged    AcQAged PacketAged Drop  Retry/Thresh Timeout CQMax
    7           0          0          0       3/100  0/500      35     4
    6           0          0          0       3/100  0/500      35     4
    5           0          0          0       3/100  0/500      35     4
    4           0          0          0       3/100  0/500      35     4
    3           0          0          0       3/100  0/500      35     4
    2           0          0          0       3/100  0/500      35     4
    1           0          0          0       3/100  0/500      35     4
    Driver TX blocks: in use 0, high 10, at reset 0, fail 0, reclaim 0
    Clients: 8021x auth in prog 0 allowed 0
    Vlan BSSID   Clients PSP Pri Encr  Key0 Key1 Key2 Key3 SSIDs
       0  8D50 0       0   0   0  234       x128         
       1n 8D50 0       0   0   0  234       x128           WLAN_Corporate
       2  8D51 1       0   0   0    0                      WLAN_HartKitGuest
    0 0 flags 3
    1 1 flags 3
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    0 0 flags 0
    17 0 flags 0
    18 0 flags 0
    Registers: io E8000000 mem 80000000 aux A0000000
    0000 FF50 0000 0000 0021 0000 0000 0000
    0001 0000 0000 0000 0000 0000 0000 0000
    0000 0000 0000 0000 0000 0000 0000 0000
    0500 0007 0000 0000 0808 09E8 0000 0504
    0000 0000 0000 0000 0424 0059 E2ED 2D9D
    00000000 00000200 20000200 FFFFFFFF F7FFFFFF 00000000 00000000 00200000
    FFFFFFE2 00000FFF 72ED14BD 4A040401 00000000 00000000 00008000 00008080
    00000000 00000000 00000000 00000000 00008F78 000012DC 00000000 0000C0EA
    Radio running:  temp 0 C tx_power 100 bb_code 0x0
        rssi_threshold 0x0 gain offset 0
    Antenna: external , gain 20 (platform 0, domain class A)
    PCI sys_id: 0xA506 subsys_id 0x5100 (0x5101)
    Unicast ciphers 0x1 mcast ciphers 0x1
    Rid Ring:
    A0000970: 009C8000 20ED1EA0 * n
    Rx Ring:
    A0000950: 893E0002 20ED3478   v, 893E0002 20EDEE60   v
    A0000960: 893E0002 20EE4B54   v, 893E0002 20EDB068 * v
    Tx Ring:
    A0000800: 06108000 20ECFCE4   n, 009A8000 20ECD764   n
    A0000810: 00AE8000 20ECF064   n, 010C8000 20ECD124   n
    A0000820: 010C8000 20ECCE04   n, 010C8000 20ECE0C4   n
    A0000830: 010C8000 20ECED44   n, 00668000 20ECB174   n
    A0000840: 006A8000 20ECCA64   n, 010C8000 20ECDDA4   n
    A0000850: 010C8000 20ECF6A4   n, 01848000 20ECF9C4   n
    A0000860: 022A8000 20ECCE04   n, 01848000 20ECF9C4   n
    A0000870: 06158000 20ED113C   n, 01848000 20ECE3E4   n
    A0000880: 022A8000 20ECF064 * n, 01188000 20ECD124   n
    A0000890: 05688000 20ED0A74   n, 057C8000 20ED03AC   n
    A00008A0: 010C8000 20ECED44   n, 010C8000 20ECDDA4   n
    A00008B0: 010C8000 20ECF6A4   n, 010C8000 20ECF9C4   n
    A00008C0: 00748000 20ECB054   n, 05FC8000 20ED1804   n
    TxDn Ring:
    A0000930: 802C0000 20ED26A0   v, 802C0000 20ED2778   v
    A0000940: 802C0000 20ED2850 * v, 802C0000 20ED2928   v
    Multicast counters:
    Internal MC counts:
    28 (28) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0) 0 (0)
    Log Buffer:
    PowerPC405GP Ethernet unit 0
    PHY Hardware is Intel LXT971 rev. 2 (id_register: 0x13, 0x78E2)
    rx_intr: 0 tx_intr: 0 mac_err_isr: 0 phy_link_isr:0
    Current station address 0012.d98b.0993, default address 0012.d98b.0993
    MAL register dump:
    malcr        0x0007C082  0x180
    malesr       0x00000000  0x181
    malier       0x0000000F  0x182
    maltxcasr    0x80000000  0x184
    maltxcarr    0x80000000  0x185
    maltxeobisr  0x00000000  0x186
    maltxdeir    0x00000000  0x187
    malrxcasr    0x80000000  0x190
    malrxcarr    0x80000000  0x191
    malrxeobisr  0x00000000  0x192
    malrxdeir    0x00000000  0x193
    maltxctp0r   0x00EE6120  0x1A0
    malrxctp0r   0x00EE6020  0x1C0
    malrcbs0   0x00000060  0x1E0
    EMAC register dump:
    emacmr0      0x18000000  0x00
    emacmr1      0xA1788000  0x04
    emactmr0     0x00000000  0x08
    emactmr1     0x380F0000  0x0C
    emacrmr      0x7D180000  0x10
    emacisr      0x00000002  0x14
    emacier      0x00000001  0x18
    emaciah      0x00000012  0x1C
    emacial      0xD98B0993  0x20
    emacptr      0x0000FFFF  0x2C
    emaclsah     0x00000040  0x50
    emaclsal     0x2B637E9B  0x54
    emacipgr     0x00000004  0x58
    emacstacr    0x47808011  0x5C
    emactrtr     0x18000000  0x60
    emacrwmr     0x0F002000  0x64
    emacoctx     0x0132EA47  0x68
    emacocrx     0x00C72D8B  0x6C
    UIC register dump:
    uicsr      0x00001FA3  0xC0
    uicer      0x803F0048  0xC2
    uicmsr     0x00000000  0xC6
    PHY register dump:
    3100 782D 0013 78E2 01E1 41E1 0007 2001 0000 0000 0000 0000 0000 0000 0000 0000
    0384 4780 0032 0000 0422 0000 0000 0000 0000 0000 08C8 0000 0000 0000 0000
    RX ring with 16 entries at 0xEE6020, Buffer size 1528
    Rxhead = 0xEE6048 (5), Rxp = 0xB67360 (5)
    00 pak=0x0B6D644 buf=0x0EF2BDC status=9C00 pak_size=0
    01 pak=0x0B6CCA8 buf=0x0EF17A8 status=9C00 pak_size=0
    02 pak=0x0B68C98 buf=0x0EE90F8 status=9C00 pak_size=0
    03 pak=0x0B6BCA4 buf=0x0EEF5FC status=9C00 pak_size=0
    04 pak=0x0B6DFE0 buf=0x0EF4010 status=9C00 pak_size=0
    05 pak=0x0B6CFDC buf=0x0EF1E64 status=9C00 pak_size=0
    06 pak=0x0B6C640 buf=0x0EF0A30 status=9C00 pak_size=0
    07 pak=0x0B682FC buf=0x0EE7CC4 status=9C00 pak_size=0
    08 pak=0x0B6E648 buf=0x0EF4D88 status=9C00 pak_size=0
    09 pak=0x0B6E97C buf=0x0EF5444 status=9C00 pak_size=0
    10 pak=0x0B6ECB0 buf=0x0EF5B00 status=9C00 pak_size=0
    11 pak=0x0B6ACA0 buf=0x0EED450 status=9C00 pak_size=0
    12 pak=0x0B68630 buf=0x0EE8380 status=9C00 pak_size=0
    13 pak=0x0B6D310 buf=0x0EF2520 status=9C00 pak_size=0
    14 pak=0x0B6C974 buf=0x0EF10EC status=9C00 pak_size=0
    15 pak=0x0B6B63C buf=0x0EEE884 status=DC00 pak_size=0
    TX ring with 8 entries at 0xEE6120, tx_count = 0
    tx_head = 0xEE6148 (5), head_txp = 0xB673BC (5)
    tx_tail = 0xEE6148 (5), tail_txp = 0xB673BC (5)
    00 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0
    01 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0
    02 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0
    03 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0
    04 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0
    05 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0
    06 pak=0x0000000 buf=0x0000000 status=1400 pak_size=0
    07 pak=0x0000000 buf=0x0000000 status=5400 pak_size=0
    0 missed datagrams, 0 overruns
    0 transmitter underruns, 0 excessive collisions
    0 single collisions, 0 multiple collisions
    0 dma memory errors, 0 CRC errors
    0 alignment errors, 0 runts, 0 giants
    emac/mal specific errors:
    0 rx in range, 0 rx out range
    0 mal_rx_serr, 0 mal_tx_serr
    0 mal_rx_de, 0 mal_tx_de
    0 emac_int
    0 mal_err_isr
    0 SQE errors, 0 tx CRC errors
    0 output queue fail
    ------------------ show data-corruption ------------------
    No data inconsistency errors have been recorded.
    ------------------ show file systems ------------------
    File Systems:
         Size(b)     Free(b)      Type  Flags  Prefixes
    *    7741440     2734080     flash     rw   flash:
               -           -    opaque     rw   bs:
         7741440     2734080   unknown     rw   zflash:
               -           -    opaque     rw   archive:
               -           -    opaque     rw   system:
           32768       29138     nvram     rw   nvram:
               -           -   network     rw   tftp:
               -           -    opaque     rw   null:
               -           -    opaque     ro   xmodem:
               -           -    opaque     ro   ymodem:
               -           -   network     rw   rcp:
               -           -   network     rw   ftp:
               -           -   network     rw   http:
               -           -   network     rw   scp:
               -           -   network     rw   https:
    ------------------ show flash: ------------------
    Directory of flash:/
        2  -rwx        1048  Oct 15 2010 12:07:29 -04:00  private-multiple-fs
        5  drwx         512  Oct 15 2010 10:36:30 -04:00  c1200-k9w7-mx.123-8.JEB1
        4  -rwx         716  Feb 28 2002 19:06:22 -05:00  env_vars
      146  -rwx        2549  Oct 15 2010 12:07:29 -04:00  config.txt
      148  -rwx           5  Oct 15 2010 12:07:29 -04:00  private-config
    7741440 bytes total (2734080 bytes free)
    ------------------ dir nvram: ------------------
    Directory of nvram:/
       30  -rw-        2549                    <no date>  startup-config
       31  ----           5                    <no date>  private-config
        1  -rw-           0                    <no date>  ifIndex-table
    32768 bytes total (29138 bytes free)
    ------------------ show memory statistics ------------------
                    Head    Total(b)     Used(b)     Free(b)   Lowest(b)  Largest(b)
    Processor     A4AB84     4709500     2431436     2278064     1920552     2125904
          I/O     ECB000     1265664      468008      797656      727168      779580
    ------------------ show process memory ------------------
    Total: 5975164, Used: 2899444, Free: 3075720
    PID TTY  Allocated      Freed    Holding    Getbufs    Retbufs Process
       0   0    3373064     827724    1898920          0          0 *Init*         
       0   0      11804    7372856      11804          0          0 *Sched*        
       0   0   66125428   65999528     293168     434276          0 *Dead*         
       1   0          0          0       6416          0          0 Chunk Manager  
       2   0        188        188       3916          0          0 Load Meter     
       3   0     448120     443220      18392          0          0 HTTP CP        
       4   0      19548          0      25964          0          0 Check heaps    
       5   0      86364     207192      37368      49920     137052 Pool Manager   
       6   0          0          0       6416          0          0 AAA_SERVER_DEADT
       7   0        188        188       6416          0          0 Timers         
       8   0        188        188       6416          0          0 AAA high-capacit
       9   0        488          0       6904          0          0 SNTP           
      10   0         76          0       6492          0          0 ARP Input      
      11   0       3232        540       9108          0          0 Entity MIB API 
      12   0          0          0       6416          0          0 HC Counter Timer
      13   0        188        188       6416          0          0 GraphIt        
      14   0          0          0       6416          0          0 Net Input      
      15   0          0          0       6416          0          0 Critical Bkgnd 
      16   0      19648        136      12180          0          0 Net Background 
      17   0        188        188      11916          0          0 Logger         
      18   0        188        188       6416          0          0 TTY Background 
      19   0          0          0       9916          0          0 Per-Second Jobs
      20   0        188        188       6416          0          0 Compute load avg
      21   0          0          0       6416          0          0 Per-minute Jobs
      22   0     125880      59144      52956          0          0 Dot11 driver   
      23   0        188        188       6416          0          0 Dot11 driver log
      24   0          0          0       6416          0          0 Voice Metrics Ta
      25   0          0          0       6416          0          0 SOAP LED Process
      26   0        188        188       6416          0          0 AAA Server     
      27   0          0          0       6416          0          0 AAA ACCT Proc  
      28   0          0          0       6416          0          0 ACCT Periodic Pr
      29   0    2343100   10891400      16904          0    7173144 IP Input       
      30   0          0          0       6416          0          0 ICMP event handl
      31   0        188        188       6416          0          0 AAA Dictionary R
      32   0      47124      44272       9200          0          0 CDP Protocol   
      33   0          0          0       6416          0          0 linktest       
      34   0        964        964       9916          0          0 Dot11 aaa proces
      35   0          0          0       9916          0          0 pmkid          
      36   0        188       6404       6416          0          0 Dot11 Mgmt & Ass
      37   0       1636       1224       6644          0          0 AiroIAPP Protoco
      38   0        188        188       6416          0          0 Triggered events
      39   0        188        188       9916          0          0 Dot11 auth Dot1x
      40   0          0          0       6416          0          0 Dot11 Mac Auth 
      41   0       1276          0       7692          0          0 Dot11CACprocess
      42   0          0    1285716      11916          0          0 TCP Timer      
      43   0          0          0      11916          0          0 TCP Protocols  
      44   0          0          0       6416          0          0 Socket Timers  
      45   0      41144      11308      23364          0          0 DHCPD Receive  
      46   0   58666708   40499364      31400    6957504     101520 HTTP CORE      
      47   0       1072        188      12800          0          0 Soap Upgrade fet
      48   0      10608        188      16836          0          0 DDP            
      49   0     344168    1754412       6416          0          0 LOCAL AAA      
      50   0        188        188       6416          0          0 AAA Cached Serve
      51   0        188        188       6416          0          0 ENABLE AAA     
      52   0        188        188       6416          0          0 LINE AAA       
      54   0       2056        188       8284          0          0 TPLUS          
      55   0        604        188       9332          0          0 Crypto WUI     
      56   0          0          0       6416          0          0 EM Background Pr
      57   0        188        308       6416          0          0 Soap Consoleless
      58   0      72384      66968      14332          0          0 Crypto CA      
      59   0          0          0       8916          0          0 Crypto PKI-CRL 
      60   0          0          0       8916          0          0 Crypto SSL     
      61   0       2056      15044       6416          0          0 AAA SEND STOP EV
      62   0        188        188       6416          0          0 Dot11 LBS Proc 
      63   0          0          0       6416          0          0 Syslog Traps   
      65   0          0          0       6416          0          0 DHCPD Timer    
      66   0         76        484       9992          0          0 DHCP Client    
      67   0     636960        188      22156     421308          0 HyBridge Input P
      68   0        344        188       6588          0          0 Tbridge Monitor
      69   0        344        188       6572          0          0 Spanning Tree  
      70   0        156          0       6628          0          0 DHCPD Database 
                                      2897284 Total
    ------------------ show process cpu ------------------
    CPU utilization for five seconds: 16%/0%; one minute: 4%; five minutes: 1%
    PID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process
       1           0         1          0  0.00%  0.00%  0.00%   0 Chunk Manager   
       2           4      1196          3  0.00%  0.00%  0.00%   0 Load Meter      
       3         369        40       9225  0.00%  0.00%  0.00%   0 HTTP CP         
       4         764       611       1250  0.00%  0.00%  0.00%   0 Check heaps     
       5           9        44        204  0.00%  0.00%  0.00%   0 Pool Manager    
       6           0         1          0  0.00%  0.00%  0.00%   0 AAA_SERVER_DEADT
       7           0         2          0  0.00%  0.00%  0.00%   0 Timers          
       8           0         9          0  0.00%  0.00%  0.00%   0 AAA high-capacit
       9           8       158         50  0.00%  0.00%  0.00%   0 SNTP            
      10        1034      5268        196  0.00%  0.02%  0.00%   0 ARP Input       
      11           2         2       1000  0.00%  0.00%  0.00%   0 Entity MIB API  
      12           2      1494          1  0.00%  0.00%  0.00%   0 HC Counter Timer
      13           2      5973          0  0.00%  0.00%  0.00%   0 GraphIt         
      14           0        11          0  0.00%  0.00%  0.00%   0 Net Input       
      15           0         1          0  0.00%  0.00%  0.00%   0 Critical Bkgnd  
      16          34      1906         17  0.00%  0.00%  0.00%   0 Net Background  
      17           4       101         39  0.00%  0.00%  0.00%   0 Logger          
      18          24      5969          4  0.00%  0.00%  0.00%   0 TTY Background  
      19           5      5998          0  0.00%  0.00%  0.00%   0 Per-Second Jobs 
      20           0      1196          0  0.00%  0.00%  0.00%   0 Compute load avg
      21         433       127       3409  0.00%  0.00%  0.00%   0 Per-minute Jobs 
      22         587    181376          3  0.00%  0.00%  0.00%   0 Dot11 driver    
      23           0         2          0  0.00%  0.00%  0.00%   0 Dot11 driver log
      24           2      1200          1  0.00%  0.00%  0.00%   0 Voice Metrics Ta
      25          44     39944          1  0.00%  0.00%  0.00%   0 SOAP LED Process
      26         238      3309         71  0.00%  0.00%  0.00%   0 AAA Server      
      27           0         1          0  0.00%  0.00%  0.00%   0 AAA ACCT Proc   
      28           0         1          0  0.00%  0.00%  0.00%   0 ACCT Periodic Pr
      29       10607     39208        270  0.31%  0.16%  0.09%   0 IP Input        
      30           0         1          0  0.00%  0.00%  0.00%   0 ICMP event handl
      31           0         2          0  0.00%  0.00%  0.00%   0 AAA Dictionary R
      32          96       999         96  0.00%  0.00%  0.00%   0 CDP Protocol    
      33           2      5997          0  0.00%  0.00%  0.00%   0 linktest        
      34          14       115        121  0.00%  0.00%  0.00%   0 Dot11 aaa proces
      35           1       100         10  0.00%  0.00%  0.00%   0 pmkid           
      36         116      2261         51  0.00%  0.00%  0.00%   0 Dot11 Mgmt & Ass
      37          18      7228          2  0.00%  0.00%  0.00%   0 AiroIAPP Protoco
      38           0         2          0  0.00%  0.00%  0.00%   0 Triggered events
      39           0         2          0  0.00%  0.00%  0.00%   0 Dot11 auth Dot1x
      40           0         1          0  0.00%  0.00%  0.00%   0 Dot11 Mac Auth  
      41           2      1200          1  0.00%  0.00%  0.00%   0 Dot11CACprocess 
      42          59      2009         29  0.00%  0.00%  0.00%   0 TCP Timer       
      43           0         1          0  0.00%  0.00%  0.00%   0 TCP Protocols   
      44           0         1          0  0.00%  0.00%  0.00%   0 Socket Timers   
      45          14        54        259  0.00%  0.00%  0.00%   0 DHCPD Receive   
      46       48468     30304       1599  9.35%  1.66%  0.36%   0 HTTP CORE       
      47           0         2          0  0.00%  0.00%  0.00%   0 Soap Upgrade fet
      48           0         2          0  0.00%  0.00%  0.00%   0 DDP             
      49         707      3309        213  0.00%  0.02%  0.00%   0 LOCAL AAA       
      50           1         2        500  0.00%  0.00%  0.00%   0 AAA Cached Serve
      51           0         2          0  0.00%  0.00%  0.00%   0 ENABLE AAA      
      52           0         2          0  0.00%  0.00%  0.00%   0 LINE AAA        
      54           0         2          0  0.00%  0.00%  0.00%   0 TPLUS           
      55           0         3          0  0.00%  0.00%  0.00%   0 Crypto WUI      
      56           0         1          0  0.00%  0.00%  0.00%   0 EM Background Pr
      57           1         3        333  0.00%  0.00%  0.00%   0 Soap Consoleless
      58           6         4       1500  0.00%  0.00%  0.00%   0 Crypto CA       
      59           0         1          0  0.00%  0.00%  0.00%   0 Crypto PKI-CRL  
      60           0         1          0  0.00%  0.00%  0.00%   0 Crypto SSL      
      61           3        16        187  0.00%  0.00%  0.00%   0 AAA SEND STOP EV
      62           0         2          0  0.00%  0.00%  0.00%   0 Dot11 LBS Proc  
      63           0         1          0  0.00%  0.00%  0.00%   0 Syslog Traps    
      65           0        50          0  0.00%  0.00%  0.00%   0 DHCPD Timer     
      66           8      6027          1  0.00%  0.00%  0.00%   0 DHCP Client     
      67        8349     84826         98  0.55%  0.17%  0.10%   0 HyBridge Input P
      68          14      6744          2  0.00%  0.00%  0.00%   0 Tbridge Monitor 
      69           0         2          0  0.00%  0.00%  0.00%   0 Spanning Tree   
      70           0      1690          0  0.00%  0.00%  0.00%   0 DHCPD Database 
    ------------------ show process cpu history ------------------
    AP_WLAN_Bakery   12:32:06 PM Friday Oct 15 2010 -0400
        1133333                                                  
        667777766666                                             
    100                                                            
    90                                                            
    80                                                            
    70                                                            
    60                                                            
    50                                                            
    40   *****                                                    
    30   *****                                                    
    20 *******                                                    
    10 ************                                               
       0....5....1....1....2....2....3....3....4....4....5....5....
                 0    5    0    5    0    5    0    5    0    5   
                   CPU% per second (last 60 seconds)
                               7 37  78   7  8                   
                     11      121961  87   1  3       1    1      
    100                                                            
    90                               *                            
    80                              **      *                     
    70                        *  *  **   *  *                     
    60                        *  *  **   *  *                     
    50                        *  *  **   *  *                     
    40                        * **  **   *  *                     
    30                        * **  **   *  *                     
    20                        * **  #*   *  *                     
    10                        #*##  ##   #  #                     
       0....5....1....1....2....2....3....3....4....4....5....5....
                 0    5    0    5    0    5    0    5    0    5   
                   CPU% per minute (last 60 minutes)
                  * = maximum CPU%   # = average CPU%
        8                                                                    
        8                                                                    
    100                                                                        
    90 *                                                                      
    80 *                                                                      
    70 *                                                                      
    60 *                                                                      
    50 *                                                                      
    40 *                                                                      
    30 *                                                                      
    20 *                                                                      
    10 *                                                                      
       0....5....1....1....2....2....3....3....4....4....5....5....6....6....7.
                 0    5    0    5    0    5    0    5    0    5    0    5    0
                       CPU% per hour (last 72 hours)
                      * = maximum CPU%   # = average CPU%
    ------------------ show dot11 associations all-client ------------------
    ------------------ show wlccp ap mobility traffic ------------------
    ------------------ show wlccp ap mobility forwarding ------------------
    ------------------ show inventory ------------------
    NAME: "AP1210", DESCR: "Cisco Aironet 1200 Series Access Point"
    PID: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ, VID: ÿÿÿ, SN: FTX0902R2V1
    ------------------ Mempool statistics ------------------
                    Head    Total(b)     Used(b)     Free(b)   Lowest(b)  Largest(b)
    Processor     A4AB84     4709500     2431000     2278500     1920552     2125904
          I/O     ECB000     1265664      468008      797656      727168      779580
    ------------------ show memory summary -----------------
              Processor memory
    Alloc PC        Size     Blocks      Bytes    What
    0x4790    0000000080 0000000001 0000000080    ACL Header
    0x47A4    0000000024 0000000001 0000000024    Init
    0x9FD4    0000000036 0000000001 0000000036    Init
    0x9FFC    0000000040 0000000001 0000000040    Init
    0xA018    0000000024 0000000001 0000000024    Init
    0xA040    0000000036 0000000001 0000000036    Init
    0xA134    0000000060 0000000001 0000000060    Init
    0xF9D0    0000000024 0000000001 0000000024    HTTP CP
    0xFAF8    0000000024 0000000001 0000000024    HTTP CP
    0xFB6C    0000000076 0000000001 0000000076    HTTP CP
    0xFC04    0000000024 0000000001 0000000024    HTTP CP
    0xFC60    0000000028 0000000001 0000000028    HTTP CP
    0xFD58    0000000024 0000000001 0000000024    Init
    0xFDC4    0000000024 0000000001 0000000024    Init
    0xFF2C    0000000036 0000000001 0000000036    HTTP CP
    0xFF2C    0000000044 0000000001 0000000044    HTTP CP
    0x11034   0000000024 0000000001 0000000024    Init
    0x15750   0000004096 0000000001 0000004096    Init
    0x1DD08   0000000120 0000000001 0000000120    Ion New Block
    0x1F474   0000000024 0000000001 0000000024    LOGIN UNC PW
    0x1F474   0000000056 0000000001 0000000056    LOGIN PWC (Free Blocks)
    0x1F610   0000000080 0000000001 0000000080    local_aaa_authen2 (Free Blocks)
    0x24F64   0000004784 0000000001 0000004784    (coalesced) (Free Blocks)
    0x24F64   0000013956 0000000001 0000013956    (coalesced) (Free Blocks)
    0x264F4   0000000512 0000000001 0000000512    Init
    0x2CDF8   0000004312 0000000001 0000004312    TTY data
    0x2E994   0000001500 0000000001 0000001500    String-DB entries
    0x2E9BC   0000001500 0000000001 0000001500    String-DB owners
    0x2E9E4   0000000776 0000000001 0000000776    String-DB handles
    0x2E9FC   0000001024 0000000001 0000001024    String DB Hash Table
    0x2F154   0000000024 0000000002 0000000048    SDB String
    0x2F714   0000000176 0000000001 0000000176    SDB Owner info
    0x2FF28   0000004312 0000000006 0000025872    TTY data
    0x336E8   0000002000 0000000001 0000002000    TTY Input Buf
    0x33720   0000000512 0000000001 0000000512    TTY Output Buf
    0x3E6C0   0000000052 0000000003 0000000156    MAC ADDR subblock
    0x40DA8   0000003000 0000000002 0000006000    keepalive sb chunk
    0x42490   0000065536 0000000001 0000065536    Parseinfo Blocks
    0x424B8   0000000364 0000000001 0000000364    tokenQ node
    0x424E0   0000000432 0000000001 0000000432    Chain Cache Nodes
    0x42508   0000032768 0000000001 0000032768    Parse Nodes
    0x46E18   0000000120 0000000001 0000000120    Init
    0x47028   0000000060 0000000001 0000000060    Init
    0x47458   0000000024 0000000034 0000000816    Init
    0x4755C   0000010000 0000000001 0000010000    Parser Linkage
    0x47938   0000000056 0000000053 0000002968    Parser Mode
    0x47938   0000000108 0000000001 0000000108    Parser Mode
    0x479A4   0000000024 0000000054 0000001296    Parser Mode Q1
    0x479C8   0000000024 0000000054 0000001296    Parser Mode Q2
    0x49FA8   0000000432 0000000001 0000000432    Chain Cache No
    0x4A070   0000000432 0000000009 0000003888    Chain Cache No
    0x4A070   0000000432 0000000001 0000000432    Chain Cache No (Free Blocks)
    0x4A070   0000000548 0000000001 0000000548    (coalesced) (Free Blocks)
    0x4A160   0000000432 0000000001 0000000432    Chain Cache No
    0x4FCD4   0000000256 0000000001 0000000256    HTTP CP
    0x548F4   0000000032 0000000016 0000000512    Parser Alias
    0x54924   0000000024 0000000016 0000000384    Init
    0x5C338   0000004616 0000000001 0000004616    (coalesced) (Free Blocks)
    0x5D464   0000000024 0000000001 0000000024    HTTP CP
    0x5D4E4   0000000024 0000000001 0000000024    HTTP CP
    0x65394   0000000024 0000000008 0000000192    Cond Debug definition
    0x698F0   0000000068 0000000003 0000000204    GraphIt Data
    0x6990C   0000001316 0000000003 0000003948    Graphit Client
    0x69920   0000000024 0000000002 0000000048    Init
    0x69920   0000000032 0000000001 0000000032    Init
    0x73254   0000000164 0000000002 0000000328    Init
    0x73278   0000000164 0000000002 0000000328    Init
    0x7329C   0000000164 0000000002 0000000328    Init
    0x7B12C   0000000164 0000000001 0000000164    Init
    0x7B150   0000000164 0000000001 0000000164    Init
    0x7B174   0000000164 0000000001 0000000164    Init
    0x83E48   0000000060 0000000001 0000000060    HTTP CP
    0x842C0   0000000044 0000000001 0000000044    HTTP CP
    0x86C40   0000032772 0000000001 0000032772    Init
    0x8AD2C   0000000024 0000000002 0000000048    AAA Secrettype
    0x8AD64   0000000024 0000000002 0000000048    AAA Secrettype encrypt
    0x8ADD0   0000000024 0000000002 0000000048    AAA_Secrettype pw
    0x8B254   0000000192 0000000002 0000000384    AAA SG HEAD
    0x8B294   0000000024 0000000002 0000000048    AAA SG NAME
    0x8BFA8   0000000060 0000000001 0000000060    AAA MI SG NAME
    0x8D1AC   0000003200 0000000001 0000003200    AAA attr list handle IDs
    0x8DBA8   0000001024 0000000001 0000001024    AAA attr list handle IDs
    0x9AE18   0000004096 0000000001 0000004096    AAA Unique Id Hash Table
    0x9AED8   0000065536 0000000001 0000065536    AAA DB Chunk
    0x9EFE8   0000020000 0000000001 0000020000    AAA Acct DB chunk
    0xA0EA0   0000016336 0000000001 0000016336    AAA Acct Rec chunk
    0xAFBC4   0000002048 0000000001 0000002048    AAA SG ID table
    0xAFE78   0000001024 0000000003 0000003072    AAA SG ID table
    0xB3D68   0000000032 0000000001 0000000032    Init
    0xB4388   0000000024 0000000001 0000000024    AAA nvgend sg elt
    0xB4388   0000000052 0000000001 0000000052    AAA nvgend sg elt
    0xB43C0   0000000132 0000000002 0000000264    AAA Public Server Group
    0xB4400   0000000028 0000000002 0000000056    AAA Public Server Group wrapper
    0xB4448   0000000024 0000000002 0000000048    AAA pub SG servers
    0xB44CC   0000000024 0000000002 0000000048    AAA pub SG wrap name
    0xB4510   0000000024 0000000002 0000000048    AAA pub SG name
    0xBC014   0000000776 0000000275 0000213400    *Free Packet Header*
    0xBC014   0000000788 0000000001 0000000788    *Free Packet Header*
    0xBC014   0000000804 0000000001 0000000804    *Free Packet Header*
    0xBC014   0000000828 0000000001 0000000828    *Free Packet Header*
    0xBC014   0000001408 0000000001 0000001408    (coalesced) (Free Blocks)
    0xBC014   0000008480 0000000001 0000008480    (coalesced) (Free Blocks)
    0xBCA88   0000000776 0000000003 0000002328    *In-use Packet Header*
    0xC1274   0000004000 0000000001 0000004000    Packet Elements
    0xC3B00   0000000184 0000000001 0000000184    IRB/CRB rxtypes
    0xC3EE4   0000004712 0000000005 0000023560    *Hardware IDB*
    0xC3EFC   0000001400 0000000005 0000007000    *Software IDB*
    0xC4440   0000000024 0000000003 0000000072    HTTP CP
    0xC4440   0000000076 0000000001 0000000076    HTTP CP
    0xC4494   0000000024 0000000003 0000000072    HTTP CP
    0xC4494   0000000080 0000000001 0000000080    HTTP CP
    0xC4580   0000000184 0000000004 0000000736    IRB/CRB rxtypes
    0xC4948   0000000048 0000000001 0000000048    HTTP CP
    0xC4948   0000000052 0000000001 0000000052    HTTP CP
    0xC4CB8   0000001400 0000000004 0000005600    *Software IDB*
    0xC5864   0000000024 0000000004 0000000096    Init
    0xC58E0   0000000024 0000000004 0000000096    Init
    0xC8118   0000000032 0000000004 0000000128    IP Input
    0xED1F0   0000035292 0000000001 0000035292    IDB List Element Chunks
    0xFF3C0   0000000024 0000000059 0000001416    Init
    0xFF7C4   0000000104 0000000008 0000000832    Init
    0xFF7D4   0000000024 0000000006 0000000144    Init
    0xFF7D4   0000000076 0000000001 0000000076    Init
    0xFF7D4   0000000080 0000000001 0000000080    Init
    0xFF8F4   0000000024 0000000001 0000000024    Init
    0xFF9A4   0000000024 0000000007 0000000168    Init
    0x102F38  0000010000 0000000001 0000010000    AAA chunk
    0x103140  0000004616 0000000001 0000004616    AAA Acct AVLnode chunk
    0x107F7C  0000000100 0000000001 0000000100    AAA MLIST
    0x1081E8  0000000092 0000000001 0000000092    AAA MLIST
    0x108A7C  0000001024 0000000002 0000002048    AAA mlist ID table
    0x118430  0000001500 0000000007 0000010500    List Elements
    0x119688  0000001500 0000000001 0000001500    List Elements
    0x1196C8  0000005000 0000000001 0000005000    List Headers
    0x11D7D4  0000001032 0000000001 0000001032    Process Array
    0x11F5B0  0000000640 0000000068 0000043520    Process
    0x11F5B0  0000000856 0000000001 0000000856    (coalesced) (Free Blocks)
    0x1213A8  0000001500 0000000001 0000001500    Watched Semaph
    0x1219A4  0000000144 0000000064 0000009216    Process Events
    0x1219A4  0000000160 0000000002 0000000320    Process Events
    0x1219A4  0000000172 0000000001 0000000172    Process Events
    0x1219A4  0000000200 0000000001 0000000200    Process Events
    0x1219A4  0000000208 0000000001 0000000208    Process Events
    0x1219A4  0000000256 0000000001 0000000256    (coalesced) (Free Blocks)
    0x1219A4  0000000432 0000000001 0000000432    (coalesced) (Free Blocks)
    0x1219A4  0000000556 0000000001 0000000556    (coalesced) (Free Blocks)
    0x123C24  0000001500 0000000001 0000001500    messages
    0x123C50  0000001500 0000000001 0000001500    Watched messages
    0x123C7C  0000010000 0000000001 0000010000    Watched Queue
    0x123CA4  0000005000 0000000001 0000005000    Watched Boolean
    0x123CCC  0000005000 0000000001 0000005000    Watched Bitfield
    0x123CF4  0000001500 0000000001 0000001500    Watched Semaphore
    0x123D18  0000005000 0000000001 0000005000    Watcher Info
    0x123D40  0000000500 0000000001 0000000500    Watched Message Queue
    0x123D68  0000001500 0000000001 0000001500    Watcher Message Queue
    0x123D90  0000003000 0000000001 0000003000    Read/Write Locks
    0x126050  0000002000 0000000001 0000002000    Reg Function 12
    0x126078  0000001500 0000000001 0000001500    Reg Function iList
    0x1260A0  0000001500 0000000001 0000001500    Reg Function Caselist
    0x126118  0000002000 0000000005 0000010000    Reg Function 1
    0x12657C  0000002000 0000000001 0000002000    Reg Function 1
    0x129F50  0000000024 0000000002 0000000048    *Sched*
    0x129F50  0000000032 0000000001 0000000032    *Sched*
    0x129F50  0000000044 0000000008 0000000352    *Sched*
    0x12A228  0000000256 0000000001 0000000256    Init
    0x12C5F8  0000003000 0000000001 0000003000    CCA CCB chunks
    0x12CDBC  0000000048 0000000008 0000000384    CCA Component
    0x12CE24  0000000024 0000000007 0000000168    CCA Notification Flags
    0x12CE24  0000000048 0000000001 0000000048    CCA Notification Flags
    0x12CE84  0000003000 0000000008 0000024000    Keepalive
    0x12CFF4  0000000024 0000000003 0000000072    CCA UserType
    0x12D0A8  0000003000 0000000001 0000003000    CCA CLA chunks
    0x1301C0  0000000024 0000000001 0000000024    TW Wheels
    0x130200  0000016384 0000000003 0000049152    TW Buckets
    0x13AA18  0000000112 0000000006 0000000672    Process Signals
    0x13B01C  0000003000 0000000001 0000003000    Process Stack
    0x13B01C  0000005500 0000000049 0000269500    Process Stack
    0x13B01C  0000008000 0000000004 0000032000    Process Stack
    0x13B01C  0000009000 0000000006 0000054000    Process Stack
    0x13B01C  0000011000 0000000009 0000099000    Scheduler Stack
    0x13B01C  0000018000 0000000001 0000018000    Interrupt Stack
    0x13B01C  0002125900 0000000001 0002125900    (coalesced) (Free Blocks)
    0x14F6BC  0000020000 0000000001 0000020000    Managed Chunk Queue Elements
    0x151870  0000000068 0000000001 0000000068    (fragment) (Free Blocks)
    0x1559A8  0000000296 0000000008 0000002368    Pool Info
    0x155F84  0000000032 0000000001 0000000032    Pool Cache
    0x15AF2C  0000000264 0000000001 0000000264    CLASSMAP_MODULE
    0x15B7B0  0000000104 0000000001 0000000104    CLASSMAP_MODULE
    0x15B8D0  0000000136 0000000001 0000000136    CLASSMAP_MODULE
    0x15B8F0  0000000024 0000000001 0000000024    CLASSMAP_MODULE
    0x15BA20  0000000024 0000000001 0000000024    CLASSMAP_MODULE
    0x1826A8  0000000256 0000000001 0000000256    Init
    0x182B78  0000000256 0000000001 0000000256    Init
    0x1875C0  0000000776 0000000002 0000001552    *In-use Packet Header*
    0x188DF4  0000000288 0000000003 0000000864    SNTP
    0x188DF4  0000000332 0000000001 0000000332    DDP
    0x1904D0  0000000776 0000000001 0000000776    *In-use Packet Header*
    0x193CB8  0000001184 0000000005 0000005920    TCP CB
    0x193CB8  0000000728 0000000001 0000000728    (fragment) (Free Blocks)
    0x1A86AC  0000003000 0000000001 0000003000    IP Addresses
    0x1AE490  0000000024 0000000004 0000000096    HTTP CP
    0x1AE490  0000000032 0000000001 0000000032    Dot11 driver
    0x1AE490  0000000048 0000000001 0000000048    AiroIAPP Protocol
    0x1AE490  0000000068 0000000001 0000000068    HTTP CP
    0x1CDDA0  0000000280 0000000004 0000001120    Init
    0x1CDDAC  0000000068 0000000004 0000000272    Init
    0x1EB928  0000005000 0000000001 0000005000    ip localpool
    0x1EFFC4  0000000024 0000000001 0000000024    Init
    0x1F9E40  0000001652 0000000003 0000004956    HTTP CORE
    0x1F9EC8  0000000128 0000000003 0000000384    DHCPD Receive
    0x1FBF20  0000000172 0000000002 0000000344    DHCPD Receive
    0x1FBF20  0000000232 0000000001 0000000232    HTTP CORE
    0x1FBF20  0000000500 0000000001 0000000500    (coalesced) (Free Blocks)
    0x1FF2DC  0000000040 0000000001 0000000040    DHCPD Receive
    0x206B78  0000000024 0000000003 0000000072    Init
    0x206BA8  0000000024 0000000003 0000000072    Init
    0x20BE88  0000001500 0000000001 0000001500    Syslogd Messages chunk
    0x20FEF0  0000000024 0000000001 0000000024    Init
    0x221B18  0000010000 0000000001 0000010000    Time Range Entry Chunks
    0x221B40  0000003000 0000000001 0000003000    Time Range Item Chunks
    0x221B68  0000001500 0000000001 0000001500    Time Range User Chunks
    0x2221E4  0000000036 0000000016 0000000576    Init
    0x222214  0000000040 0000000016 0000000640    Init
    0x2233CC 

    Hi,
    if you remove "encryption mode ciphers aes-ccm tkip" from the radio interface does it help?
    it should remain like this:
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers aes-ccm tkip
    ssid WLAN_Corporate
    ssid WLAN_HartKitGuest
    HTH,
    Tiago
    If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

  • How do I add a Subnet and vlan with a catalyst 3550 and RV120

    Hello Friends.
    I have a scenario that i'm hoping i can get some help with. I'll be as detailed and descriptive as i can.
    This is for a business with 100 employees nodes and 100 camera nodes all needing IP internet through private addressing and public gateway.
    I have a business class gateway with a private range of 12 public addresses. Ther modem does nothing but act as a gateway since i have disabled the firewall and DHCP.
    In place of the firewall and DCHP from the modem i have installed a RV120 Firewall with VPN. When installing i replicated the IP scheme of the modem as to not disturb and distrup the devices assigned addresses from that scheme from the modem. I did this because the owner could not have any down time or any disruption to the business operations.
    The RV120 now acts as firewall , DHCP , and VPN. I'll address the subnet first. I's using 10.0.0.0/24 subnet range.
    DHCP is assigning 10.1.10.50 - 10.1.10.100 the rest are static and i plan to use static DHCP with the IP and MAC assigned to each static DHCP address.
    There are 100 cameras with static IP addresses in the range of 10.1.10.11 - 10.1.10.40, and 10.1.0.1.101 - 10.1.10.170.
    VPN uses PPTP assigned address 10.1.10.6 - 10.1.10.10.
    There are no layer 3 switches that i know of. Just a layer two that is the primary swith and ports have run out, and various out of the box switches and wireless access points connected to the primary switch.
    I want to implement subnets into the network and VLANS as well on a new Layer 3 switche from cisco. Thinking 3550 from Cisco or one of the older layer 2 switches with layer three capabilities.
    I also want to introduce a 192.168.0.0/24 IP range for the existing wireless network and segment the traffic from the rest of the traffic on other ranges.
    I want to replace the 10.0.0.0/24 DHCP alltogether and the static addresses for end user nodes on the same network, but keep that range just for camera nodes segmented.
    I want to implement a NEW end user IP range and VLAN for employee/guest networks using the 172.16.0.0/24 range.
    Iv'e thought of replacing all the wireless nodes with RV120's and use VLAN. Dont know if that strategy works. Need to think it through.
    I want the 192.168.0.0/24 IP range comunicate to with the 172.16.0.0/24 and possibly the 10.0.0.0/24 range.
    Any advice on how to do this?
    As a side note the next step after this is to install a server domain controller as all the computers are all stand alones in their own workgroups. It's a simultaneous project that will introdue a DCHP, WINS, DNS server.

    Hi Omid, it sounds like you're proposing the 3550 switch but you're not decided yet. The 3550 switch is a pretty old device and needs enhanced multilayer image. It may be more prudent to use a more current switch such as small business SG300 or SG500 as the feature set is more rich and it supports around 480 LAN connections.
    To answer the inquiry, the RV120W, when you create a VLAN it will automatically create an IP interface. From this you may assign subnet as you like along with 'enable or disable' for inter vlan routing. Since the RV120W has this feature, a layer 3 switch is not required unless you are looking to keep the routing load smaller by routing locally with the switch.
    With Catalyst or a small business switch you would need to create a VLAN. After creating the VLAN, on a Catalyst you can simply issue "switchport trunk encapsulation dot1q" on the desired interface and all VLAN will passage without issue. For a port connecting a user "switchport mode access" "native vlan xx" This will assign the port as untag member of the desired VLAN.
    If using a small business switch, it is slightly different, you still create the VLAN but the command issue is a bit different  "switchport trunk allowed vlan add xx" for the link to the router, where xx = the VLAN ID to tag to the router. For access client it remains the same as Catalyst.

  • Logical network to physical network mapping (subnets and VLANS) in SCVMM 2012 R2

    In much of the blogs, documentation and literature on VMM, there are examples of deploying multiple logical networks onto one physical network i.e. Cluster (logical) + Storage (logical) + Backup (logical) + Live Migration (logical) + Management
    (logical) on top of Datacenter (physical).
    Does this mean it would be possible to have one (physical) flat VLAN-less network with one subnet and then have all those logical networks (with subnets and VLANs) on top of it? Even with a simple unmanaged L2 switch that doesn't support VLANs itself?
    If not, just how do you map multiple logical networks to just one physical network? How does that work in practice? Is a L3 switch needed to route traffic between logical networks for example?

    Hi. VMM Networking may be overwhelmed for the most, at first. But you really need to understand the modeling here and how things are related to each other. Especially if using NIC teaming in WS 2012 (and R2) together with this mix.
    I suggest that you read the following whitepaper where we explain how to setup networking in VMM (also to support network virtualization, but that is absolutely not mandatory): http://gallery.technet.microsoft.com/Hybrid-Cloud-with-NVGRE-aa6e1e9a
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • Two SSIDs; different VLANs; second VLAN can't talk to Internet

    I've got an ASA 5505 firewall with internal interface 192.168.65.1 on port 1 and a WAP connected to port 5 with the address 10.10.1.1. The WAP has two SSIDs configured; one is on VLAN 1 and the other on VLAN 14. The firewall has port 5 configured as a trunk for VLAN 1,14 and the interface was configured a VLAN 14.
    If I connect to the WAP using the SSID on VLAN 1 I get an address of 192.168.x.x from our internal DHCP server and have full connectivity to the internal and external networks. If I connect to the SSID on VLAN 14 I get an address of 10.10.1.x from the firewall DHCP server but am unable to connect to anything.
    When connecting to the SSID on VLAN 14 I want to be able to access the external interface but not anything internally. I have configured a firewall access rule to allow 10.10.1.0/24 to outside and deny 10.10.1.0/24 to 192.168.0.0/16 but this hasn't worked.
    Any ideas?

    You need to configure an IP helper on the appropriate VLAN interface(s). Routers, by default, will not forward broadcast packets. Since DHCP client messages use the destination IP address of 255.255.255.255 (all Nets Broadcast), DHCP clients will not be able to send requests to a DHCP server on a different subnet unless the DHCP/BootP Relay Agent is configured on the router. The DHCP/BootP Relay Agent will forward DHCP requests on behalf of a DHCP client to the DHCP server. The DHCP/BootP Relay Agent will append its own IP address to the source IP address of the DHCP frames going to the DHCP server. This allows the DHCP server to respond via unicast to the DHCP/BootP Relay Agent. The DHCP/BootP Relay Agent will also populate the Gateway IP address field with the IP address of the interface on which the DHCP message is received from the client. The DHCP server uses the Gateway ip address field to determine the subnet from which the DHCPDISCOVER, DHCPREQUEST, or DHCPINFORM message originates.
    See more at the following document, with configuration steps and examples:
    http://www.cisco.com/warp/public/473/100.html#configdhcpbootpciscoios

Maybe you are looking for

  • China Citi Bank Format for Payments to Vendors through APP

    Hi, I am working for China implementation project. My Client is using Bank Transfer for payment to vendors.  I configured APP by using PMW  but i strucked with payment format file. I am looking for the payment format file for Citi bank China. Can any

  • Multiple Text Boxes on 1 Slide...

    There have been a lot of threads about this, but I've been unable to find an answer to the specific situation a colleague is facing. We are simulating a mainframe system where the user enters multiple values, then presses enter.  The client wants the

  • How to dynamically set width of SSRS columns in custom code?

    How can I change the width of a table column based on a parameter value using custom code in SSRS? If the parameter value is "Excel", I'd like the width to be 2 inches. If the parameter value is "Standard", I'd like the width to be 1 inch.

  • Explorer crashing when generating thumbnails view for large (4GB) video (.TS) files

    I am suffering consistent application crashes in Windows Explorer when it tries to generate thumbnails.  The error is reported as COM Surrogate has stopped working with an APPCRASH of dllhost.exe in module msvcrt.dll. This only but always happens in

  • How Many Watts Do We Need? ASA 5505

    My ASA 5505 getting pretty hot after a while and so I used a wattmeter to find out what´s happening. 260 watts is quite a lot if the device is running in idle mode and has no active device attached nor any config has been installed. What's your exper