891 W CISCO891W-AGN-A-K9 Wireless

Hi,
I am am having all kinds of problems with setting up my router. I finally got the LAN stuff to work but the wireless will not work its like something is blocking it but I dont see anything. I can ping from wireless to any IP address but I cannot open up web pages. You would think this is DNS issue but I my DNS l looks to be fine and the same DNS works on the 8 port switches on LAN side without issue.  I also thought maybe its something to do wtih ACL but I dont see anything there either.
I built this using a couple of other web posts:
http://www.networkstraining.com/basic-cisco-800-router-configuration-for-internet-access/
https://supportforums.cisco.com/docs/DOC-16145
The first one gets my lan up and running, and the second one will let me get my wirelesss up and working and show my SSID but for some reason I am blocked from the internet as far as web pages, and perhaps blocked is not the correct term at this point as it could well be settings but in any case I cannot get there.  My level of knowledge is around the CCENT 1, and part of the CCENT 2.  I was studying for the first test with my home lab two routers and two older switches when I decided to buy this and since working on this my actual experience has pushed past the first test and pushing me to learn alot of new things.  Many of the things in the AP I still dont understand from IOS perspective.  all that bridging is a bit confusing and its not in my videos I study for the test.
Anyway I can really use some help and any extra input like if I have things on my router that I probably dont need starting out let me know as less is best so I can fully understand everything I am doing.
(I did find a bug with the 891W model: if you use the GUI and enable the wireless using CCP then you go into the command line and put in guest mode to show the ssid it bugs out and it will not show the SSID.  You fix by going back into CCP and turning off SSID and then the command line will work and it shows up, weird huh, but anyway I just put that in here in case some other person is looking for 891W and runs across the error)
Edited:  Ok I am adding a piece of information.  I can ping google at 74.125.227.51  "from a my PC connected to the wireless AP"  but when I Put that same IP into the browser it will not go through.  So seems like ICMP is getting through but maybe HTTP and HTTPS are not?  I may be on wrong track but seems related.
Note: When connected to the ethernet switch port 0 of the same router (its 8 port switch built in as well) I can get to all websites via browser without any issues. Its only with the wireless that I cannot.
==========================================================================              
show run
Building configuration...
Current configuration : 5658 bytes
! Last configuration change at 06:08:06 UTC Wed Jun 20 2012 by brian
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname r1
boot-start-marker
boot-end-marker
logging buffered 51200 warnings
enable secret 5 PASSWORD
no aaa new-model
service-module wlan-ap 0 bootimage autonomous
crypto pki trustpoint TP-self-signed
(bunch of Blah blah blah info here)
quit
ip source-route
ip dhcp excluded-address 10.0.0.1
ip dhcp pool Wireless
   network 10.0.0.0 255.255.255.0
   default-router 10.0.0.1
   dns-server XX.XX.XX.XX
ip dhcp pool WIREDLAN
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1
   dns-server XX.XX.XX.XX
ip cef
no ip domain lookup
ip domain name MYDOMAIN
ip inspect log drop-pkt
ip inspect name DEFAULT100 cuseeme
ip inspect name DEFAULT100 ftp
ip inspect name DEFAULT100 h323
ip inspect name DEFAULT100 icmp
ip inspect name DEFAULT100 netshow
ip inspect name DEFAULT100 rcmd
ip inspect name DEFAULT100 realaudio
ip inspect name DEFAULT100 rtsp
ip inspect name DEFAULT100 esmtp
ip inspect name DEFAULT100 sqlnet
ip inspect name DEFAULT100 streamworks
ip inspect name DEFAULT100 tftp
ip inspect name DEFAULT100 tcp
ip inspect name DEFAULT100 udp
ip inspect name DEFAULT100 vdolive
no ipv6 cef
multilink bundle-name authenticated
license udi pid CISCO891W-AGN-A-K9 sn XXXXXXXX
archive
log config
  hidekeys
username NAME privilege 15 secret 5 SOMEPASSWORD
bridge irb
interface FastEthernet0
spanning-tree portfast
interface FastEthernet1
spanning-tree portfast
interface FastEthernet2
spanning-tree portfast
interface FastEthernet3
spanning-tree portfast
interface FastEthernet4
shutdown
spanning-tree portfast
interface FastEthernet5
spanning-tree portfast
interface FastEthernet6
spanning-tree portfast
interface FastEthernet7
shutdown
spanning-tree portfast
interface FastEthernet8
description $ES_WAN$$FW_OUTSIDE$
ip address XXX.XXX.XXX.XXX 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat outside
ip inspect DEFAULT100 out
ip virtual-reassembly
duplex auto
speed auto
interface GigabitEthernet0
description $ES_WAN$$FW_OUTSIDE$
no ip dhcp client request tftp-server-address
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat outside
ip inspect DEFAULT100 out
ip virtual-reassembly
duplex auto
speed auto
interface wlan-ap0
description Service module interface to manage the embedded AP
ip unnumbered Vlan4
arp timeout 0
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
switchport trunk native vlan 4
switchport mode trunk
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$CVO$
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
interface Vlan4
ip address 10.0.0.1 255.255.255.0
interface Async1
no ip address
encapsulation slip
ip forward-protocol nd
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 1 interface FastEthernet8 overload
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx
access-list 1 permit any
access-list 100 permit ip any any
access-list 101 permit ip any any
no cdp run
control-plane
bridge 1 protocol ieee
bridge 1 route ip
line con 0
login local
line 1
modem InOut
stopbits 1
speed 115200
flowcontrol hardware
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin udptn ssh
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
scheduler max-task-time 5000
end
r1#
===================================================================================
================AP CONFIG===================================================
show run
Building configuration...
Current configuration : 2778 bytes
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname ap
enable secret 5 SOMEPASSWORD
no aaa new-model
dot11 syslog
dot11 ssid TEST
   vlan 4
   authentication open
   authentication key-management wpa
   guest-mode
   wpa-psk ascii 0 TEST123
username USERNAME privilege 15 secret 5 SomePassword
bridge irb
interface Dot11Radio0
no ip address
no ip route-cache
encryption vlan 4 mode ciphers tkip
broadcast-key vlan 4 change 30
ssid TEST
antenna gain 0
station-role root
interface Dot11Radio0.4
encapsulation dot1Q 4 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 Dot11Radio1
no ip address
no ip route-cache
broadcast-key vlan 4 change 30
antenna gain 0
dfs band 3 block
channel dfs
station-role root
interface Dot11Radio1.4
encapsulation dot1Q 4 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 GigabitEthernet0
description the embedded AP GigabitEthernet 0 is an internal interface connecti
ng AP with the host router
no ip address
no ip route-cache
interface GigabitEthernet0.4
encapsulation dot1Q 4 native
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
interface BVI1
ip address dhcp
no ip route-cache
ip default-gateway 10.0.0.1
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 protocol ieee
bridge 1 route ip
line con 0
privilege level 15
login local
no activation-character
line vty 0 4
login local
cns dhcp
end
ap#
===============================================================================================

Maldehne,
My Wireless client is assigning IPs.  I get IP 10.0.0.0.3 I also checked to make sure I had a valid dns which I did.  So that is all working perfectly.
I am still learning NAT, and while I understand the theory on it the CLI is still new because thats on the second CCENT 2 test which I have had to crash study for in order to get my new router up.  I watched VLAN section and router and I am at the point where its talking about router on a stick but have not finished that. 
I wondered about the difference between router on a stick and a router that has a switch built into it like the 891W. Does that communicate the same way?
Anyway I am at work today till 5pm, and while I have access to my router from work I have to disconnect all the internet each night because my kids are out for the summer and they throw a fit if the internet is down and they cannot play xbox lol...   So I work in the evenings on this for the most part.  I may go home today and go ahead and hook up the internet back to the router as kids and wife are not going to be out of the house till later this evening today.
Hopefully the NAT is the issue but I do have one question.  If NAT was the problem would I be able to PING the IPaddresses wouldnt it drop any private IP that I tried to ping with?   
Thats why I did not think it was NAT but I will certainly test that out.
Thanks,
Brian W Catlin

Similar Messages

  • Cisco891w-agn router

    Just got the 891 and I am unable to access the 'Internal Access Point Application'. I am assuming this application has the same look and feel as a 1230 ap through the browser. If I am in the Cisco CP Express application, choose wireless, towards the bottom it allows me to click a link 'basically hyper-linking me through the BVI1 interface. I login, and a page comes back with a 'Enter' button and the Cisco Copyright info, though if you select the enter button, you get web page errors ( 'undefined' is null or not an object).
    From the router cli, I can session to the embedded ap with no problem. I was just hoping I could access the web gui of the AP in order to config all my SSID's, VLAN, AAA Auth. ect...
    Router IOS = 12.4(22)YB
    AP IOS = 12.4(21a)JA1
    Any help on this would be greatly appreciated.

    Hi Jeff..
    We are hitting a Bug on 12.4(21a)JA1.
    The resolution is to download the AP IOS 12.4(10b)JDA3 from the cisco.com web site and upgrade the AP module using the command..
    #archive download-sw / force-reload/ overwrite tftp:/// Hoping you have pointed the image in the tftp server>
    Then try browsing to the BVI interface ip address..
    This will for sure solve your issue.
    Regards
    Surendra

  • Cisco 891-W Wireless Issues

    Hello Cisco,
    hopefully someone with more expertise with the Cisco 891-W router can help me figure out my configuration issues?  Right now I have the wired part of the 891-W working fine with my cable modem on VLAN1.  But it's another story with my VLAN4 (wireless side).  I've been working on this all week and am hoping some fresh eyes can catch what's wrong with my config.   Currently, my laptop will see the SSID of the Wi-Fi (891W-WiFi) but when I try to connect I get an 169.254.180.251 IP?   Not sure if it's the DHCP or some kind of bridging with the AP module with the correct VLAN settings with my configuration?  I'll post my config below for both the router and AP.  Thank you to anyone that can give me some insight!
    I've attached the configs just in case this post was too messy to read with all the configurations.
    891W_Router#sh run
    Building configuration...
    Current configuration : 4826 bytes
    ! Last configuration change at 21:49:24 UTC Fri Apr 24 2015
    version 15.1
    no service pad
    service tcp-keepalives-in
    service tcp-keepalives-out
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    service sequence-numbers
    hostname 891W_Router
    boot-start-marker
    boot config usbflash0:CVO-BOOT.CFG
    boot-end-marker
    no logging on
    enable secret 5 $1$3JJJ$6wL98gGvGJQ0ot1xChXJt1
    no aaa new-model
    service-module wlan-ap 0 bootimage autonomous
    crypto pki token default removal timeout 0
    crypto pki trustpoint TP-self-signed-1853469223
     enrollment selfsigned
     subject-name cn=IOS-Self-Signed-Certificate-1853469223
     revocation-check none
    ip source-route
    ip dhcp excluded-address 192.168.99.1
    ip dhcp excluded-address 192.168.100.1
    ip dhcp pool Vlan4
       network 192.168.100.0 255.255.255.0
       default-router 192.168.100.1
       dns-server 8.8.8.8
    ip dhcp pool Vlan1
       network 192.168.99.0 255.255.255.0
       default-router 192.168.99.1
       dns-server 192.168.0.1
    ip cef
    no ip domain lookup
    ip name-server 209.18.47.61
    ip name-server 209.18.47.62
    ip inspect log drop-pkt
    no ipv6 cef
    multilink bundle-name authenticated
    parameter-map type inspect global
     log dropped-packets enable
    license udi pid CISCO891W-AGN-A-K9 sn FTX15130301
    username dvd privilege 15 secret 5 $1$qHnY$pMyIf18Av.AS2ne0cxXle/
    username cisco password 7 01100F175804
    bridge irb
    interface FastEthernet0
     switchport mode trunk
    interface FastEthernet1
    interface FastEthernet2
    interface FastEthernet3
    interface FastEthernet4
    interface FastEthernet5
    interface FastEthernet6
    interface FastEthernet7
    interface FastEthernet8
     no ip address
     duplex auto
     speed auto
    interface GigabitEthernet0
     description WAN
     ip address dhcp
     ip nat outside
     ip virtual-reassembly in
     duplex auto
     speed auto
    interface wlan-ap0
     description Service module interface to manage the embedded AP
     ip address 10.10.10.10 255.255.255.255
     arp timeout 0
    interface Wlan-GigabitEthernet0
     description Internal switch interface connecting to the embedded AP
     switchport trunk native vlan 4
     switchport mode trunk
    interface Vlan1
     description Internal LAN
     ip address 192.168.99.1 255.255.255.0
     ip nat inside
     ip virtual-reassembly in
    interface Vlan4
     description Wi-Fi Users
     ip address 192.168.100.1 255.255.255.0
     ip nat inside
     ip virtual-reassembly in
    interface Async1
     no ip address
     encapsulation slip
    interface GMPLS8
     no ip address
     no fair-queue
     no keepalive
    ip forward-protocol nd
    ip http server
    ip http authentication local
    ip http secure-server
    ip nat inside source list 1 interface GigabitEthernet0 overload
    ip nat inside source list 2 interface Wlan-GigabitEthernet0 overload
    ip route 0.0.0.0 0.0.0.0 dhcp
    logging esm config
    access-list 1 permit 192.168.99.0 0.0.0.255
    access-list 2 permit 192.168.100.0 0.0.0.255
    control-plane
    bridge 1 protocol ieee
    bridge 1 route ip
    line con 0
     exec-timeout 0 0
     password 7 020D0A5409040A2243401A160912
     logging synchronous
     login
    line 1
     modem InOut
     stopbits 1
     speed 115200
     flowcontrol hardware
    line 2
     no activation-character
     no exec
     transport preferred none
     transport input all
     transport output pad telnet rlogin udptn ssh
    line aux 0
    line vty 0 4
     password 7 130E191D090E013C3F3D
     login
     transport input all
    end
    AP Configuration:
    891W_Router#
    891W_Router#service-module wlan-ap 0 session
    Trying 10.10.10.10, 2002 ... Open
    Connecting to AP console, enter Ctrl-^ followed by x,
    then "disconnect" to return to router prompt
    ap#sh run
    Building configuration...
    Current configuration : 1976 bytes
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname ap
    enable secret 5 $1$bW7h$C2mBp2TNgGbgkgj2fQHDa.
    no aaa new-model
    dot11 syslog
    dot11 ssid 891W-WIFi
    dot11 ssid 891W-WiFi
       vlan 4
       authentication open
       authentication key-management wpa
       guest-mode
       wpa-psk ascii 0 cisco891
    username cisco privilege 15 secret 5 $1$yIzh$7/j0K1xcYbT99mP4hX3ZU/
    username dvd password 0 kmob
    bridge irb
    interface Dot11Radio0
     no ip address
     no ip route-cache
     encryption vlan 4 mode ciphers aes-ccm tkip
     ssid 891W-WiFi
     antenna gain 0
     station-role root
    interface Dot11Radio0.4
     encapsulation dot1Q 4 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 Dot11Radio1
     no ip address
     no ip route-cache
     antenna gain 0
     dfs band 3 block
     channel dfs
     station-role root
     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 GigabitEthernet0
     description the embedded AP GigabitEthernet 0 is an internal interface
    connecting AP with the host router
     no ip address
     no ip route-cache
    interface GigabitEthernet0.4
     encapsulation dot1Q 4 native
     no ip route-cache
     bridge-group 1
     no bridge-group 1 source-learning
     bridge-group 1 spanning-disabled
    interface BVI1
     ip address dhcp
     no ip route-cache
    ip default-gateway 192.168.100.1
    ip http server
    no ip http secure-server
    ip http help-path
    http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    bridge 1 protocol ieee
    bridge 1 route ip
    line con 0
     privilege level 15
     login local
     no activation-character
    line vty 0 4
     login local
    cns dhcp
    end

    Hi,
    Leo is right and it should come as part of the kit when you order "800-IL-PM-4"
    Full Kit should include:
    Internal PoE module
    48v PoE power cube
    Power cord for the power cube
    (2) standoffs with two notches
    (1) standoff with one notch
    (3) screws
    http://www.cisco.com/c/en/us/td/docs/routers/access/800/860-880-890/hardware/installation/memory/880FRU.html#wp45561
    If for some reason you did not get it or it fails and you need a new one you can use part number "ADP-80LB".  I dont think Cisco will sell you this as a standalone item so you may have to look on Ebay, PChub or google to find a place that sells it. 
    Good luck!

  • Which Cisco 89X Wireless model for Europe (N,E or A)?

    Hi all,
    Can anyone tell me which model of the three I should used for Europe:
    CISCO891W-AGN-N-K9
    CISCO892W-AGN-E-K9
    CISCO891W-AGN-A-K9
    Thanks in advance.
    Regards,
    Laurent

    E is the one.
    Here is a full list of countries in each domain:
    http://www.cisco.com/en/US/prod/collateral/wireless/ps5679/ps5861/product_data_sheet0900aecd80537b6a_ps10981_Products_Data_Sheet.html
    Please Make sure to rate correct answers

  • Wireless problem since the "pros" are answering on June 2nd come and answer this

    How is there not a recall for this line especially the older ones. Here is my justifiable reason and if anyone else has the same problems key in because the "pros" are looking for today and yesterday only. Then they can't deny that they don't know of any problems with this line.
    Well let's begin.
         So you might not admit it buy you most definitely know that there are numerous problems with the tx1000 line. Multiple complaints about people not having wifi work. A little less that have constant BSOD. Some booting black screens. Fingerprint stops working etc.
         Well mine is wifi does not work. It hasn't been working since 2-3 years ago, just never got enough time to troubleshoot and complain.
         The problems are so widespread that there is even the "hair dryer" trick which I did not try. That is how widespread it is. Maybe you might know of another product that has a trick to it that involves a towel? Yeah that's right another product rid with problems, the Xbox 360. But unlike HP Microsoft has admit to their problems and have extended their warranty as well as refund people who have paid. .
         I have complained once every year to see if you finally have a recall but never do. I actually never troubleshooted using your steps before because I just didn't have the time. Well since now I have the time, I have decided to do some major testing. I have bought another laptop obviously not HP. It has a Intel 5300 AGN. So what good way to test than to do some swapping. Put in your broadcam wireless into my other laptop. In 2 seconds Windows Generic Drivers install and get it working. Put in Intel 5300 AGN in the tx1000. Um.... yeah doesn't even notice a new card was installed and still have the amber light. Play around installing drivers for it HP Wireless Assistant. Anything. Even updated the Bios. Nothing makes it work while on my other laptop it works perfectly fine. Not just the Intel 5300 AGN but the wireless card that was in the tx1000. What does this mean? It is a board problem which makes sense because the only reason why people could be losing fuctions one by one such as wireless, fingerprint read, SD card reader and come up with Black Screen booting and constant BSOD is a mobo problem. Why haven't HP recalled this line and treat their customers like customers? I don't know but with a move like this they put many previous customers to stop recommending them. I currently have 2 HP Desktops an HP Printer and this tx1000. The 2 desktops broke one way or another. Thankfully both still in warranty which they then are forced to repair. HP Printer works fine which is a miracle. Not a great printer though.
        By the way anyone know what the first result is for google when you type tx1000 and see the list. Drumroll......
     -tx1000 recall
     -tx1000
     -tx1000 motherboard
     -tx1000 specs
     -tx1000 wireless card problems
     -tx1000 problems
        What do you know don't you think its odd for this laptop that recall tops everything even tx1000 itself and tx1000 specs. Followed by motherboard probably people looking for a replacement motherboard. And after specs is wireless card problems that is guess what, the problem I have. Followed by the general tx1000 problems.
        Because of this I have stopped recommending HPs which I have recommended for a long time especially on the printer side. People ask me Dell or HP and I would tell them HP now I say do you have to choose between those two? If you do then go with Dell but ASUS are making some great laptops. For printers I have started recommending EPSON, which I just love their Artisan line.
        To show you how widespread this is I have attached a petiton which I did not start but I found.
    http://www.ipetitions.com/petition/hp_tx1000_problems/
    If you have problems with this line sign the petition even though I am 99% sure it won't do anything. But it will just show others what kind of company HP is. Better yet though reply to this on HPs own forum to show the problems of their tx1000 line
    At the time of this posting there are 224 complaints and remember those are just people who found the petition and actually signed it thinking it would have done something. Most probably found it but didn't even bother because what would an online petition do right?
    /end rant
    Well if you read all this Thank You for your time I guess.
    Haha tried to add problems to tags and they don't allow it. What is that?
    Bunch of links to problems of same kind posted on HP forums.
    http://h30434.www3.hp.com/t5/TX-TM-Series-Notebooks/Missing-WIFI-and-Increasing-Heat-from-tx1320us-t...
    http://h30434.www3.hp.com/t5/TX-TM-Series-Notebooks/Why-is-there-no-TX1000-recall/td-p/140683
    http://h30434.www3.hp.com/psg/board/message?board. id=Hardware&thread.id=5789
    http://h30434.www3.hp.com/psg/board/message?board. id=Hardware&thread.id=1867
    http://h30434.www3.hp.com/psg/board/message?board. id=Hardware&message.id=1867&query.id=631242#M1867
    http://forums13.itrc.hp.com/service/forums/bizsupp ort/categoryhome.do?categoryId=411
    http://h30434.www3.hp.com/t5/TX-TM-Series-Notebooks/TX-1000-does-not-start/td-p/169566

    Hmmm lets see 3900 have signed the petition. At say $1500 for each computer. Thats about $585,000! I wonder how much the recall would cost?  VS. http://www.youtube.com/watch?v=ctHTF3oNdxI HP Got your money that do not care about there customers or support. Best thing you can do is keep an eye out for a class action suit and try the penny fix.
    http://www.classcounsel.com/news/hpzd.html
    A Settlement was reached between Nvidia and HP however all the TX1000 owners get the shaft. HP another Big Business ruining this country!

  • Wireless Problem in windows 7 intel wifi link 5100agn

    i bought a dv7 1270us laptop in january. everything was fine until the last 3 months i started having small problems in vista. it would take 10+ minutes to connect and the speed would go up and down. then i installed windows 7 and am either having problems with the card or driver but ive tried every driver i can find and nithing has worked.. the wireless drops randonly. when it drops it doesnt lose connection the signal drops all the way down to one bar and i get maybe 10Kbps of bandwith well it takes 2 minutes to load a page of this forum atleast. When it drops it also only drops for maybe 5-10 minutes or else it stays like that until i restart but resarting always fixes it tempoparily for 10 minutes or so. toaday i tried to disconnect and reconnect to my network. as soon as i cicked connect i got a blue screen it pointed torwards netw5v64.sys i have tried re installing the drivers multiple times and the problem isnt resolved. i have sent the laptop in twice in the last 2 months one for the blue ray drive and wireless problems i am having now. they sent it back with a new blue ray drive and a new antenna for my wireless saying the card was fina it was a driver and maybe a new antenna would help with connectivity. well they were wrong. i got it back and it started overheating to 90+ degrees celcius and wireless problems were still there even though they re-imaged the hard drive so all drivers should be perfect.so i sent it back again. now i just got it back and they cleaned the heatsink and completely ignored my wireless problems. the sheet that states the repairs that were done has a circle aroubd cleaned heatsink/fan and thats it n comments or anything. then to make the icing on the cake there is a 3 inch long fairly deep scrath on my laptop i take verygood care of all of my laptops so that i can sell them used for more than a scratched up one. i am very disappointed in hp and almost dont want to send it back and loose it for another week just to get it back without anything being done again i am almost certain they would re0image the hard drive again and send it back since they didnt even do that the second time. okay back on topic is there anything anyone has heard t fix this so i dont have to send it in again. any help is appreciated

    Intel! They make processors and a variety of motherboard hardware, but they seem to have a devil of a time making decent drivers. Particularly with their wireless NICs. Lately I’ve noticed a number of errors springing from the Intel WiFi Link 5100/5300 AGN family of wireless adapters. They seem to cause random bluescreen errors on Windows Vista systems. Fortnuately, there is a viable workaround:
    -Right click on Computer and select Manage.
    -After Computer Management opens up, go to Device Manager.
    -In Device Manager, expand the Network Adapters category.
    -Right-click on “Intel (R) WiFi Link 5100 AGN” and select Properties.
    -In Properties, go to the Power Management tab.
    -Under the Power Management tab, make sure that “Allow the computer to turn off this device to save power” is unchecked.
    Apparently, the driver for the WiFi Link 5100 can’t properly handle the device going to sleep, and pulls down the whole system. Hopefully Intel will fix this in future driver updates. Until then, this workaround will have to do.

  • Consumer Notebooks and Windows 8 - Wireless/BT/WWAN & Radio controls

    The content in this tread is for Consumer Notebooks that HP has tested with Windows 8 upgrade. Information may be useful for others, but drivers, applications and/or bios references are related to systems HP has tested and are providing updates for and may not work on other systems.
    To determine if your specific system is one of those that HP has tested With Windows 8 and to download the instructions guiding you through an upgrade please go here and enter your Product Number
    There are certain requirements that must be fulfilled in order for the wireless devices (WLAN/BT, WWAN), the wireless button (enable/disable wireless) and the Airplane Mode feature to all work in sync on Windows 8.
    Requirements:
    -  Updated Windows 8 BIOS with wireless button support
    -  HP Wireless Button Driver
    -  Windows 8 drivers for your Wireless, Bluetooth and WWAN devices
    If all requirements are not met then you may experience one or more of the behaviors outlined below
    -  Airplane Mode and Wireless Button does not work interchangeably (if you turn off wireless using Airplane Mode you can’t turn it back on using the wireless button and vice versa)
    - The various Wireless Status options may be out of sync (wireless button LED, PC settings – Wireless Status, Airplane Mode, Network status in taskbar)
    -  Bluetooth device may not appear under PC Settings and may not work
    To ensure your wireless devices are working optimally with Windows 8, follow the below instructions.
    Update to BIOS with Windows 8 wireless button support.
    Check here for an overview of HP’s Windows 8 BIOS updates, or go to the hp.com drivers download page for your product to download the latest Win8 BIOS
    Once the bios has been updated you will have a new unknown device in Device Manager with Hardware Id  “ACPI\VEN_HPQ&DEV_6001”
    Install the HP Wireless Button driver (SP58720)
    Note! The HP Wireless Button Driver will not install if the wireless button device is not present in Device Manager. The Windows 8 BIOS with wireless button support must be installed first.
    Install the appropriate Windows 8 Wireless, Bluetooth, and/or WWAN drivers (as applicable for your system)
    Qualcomm Atheros AR9000 Series Wireless LAN Driver for Microsoft Windows (SP58498)
    Qualcomm Atheros Bluetooth 4.0+HS Driver for Microsoft Windows (SP58499)
    Broadcom Wireless LAN Driver for Microsoft Windows 8 (SP58848)
    Broadcom Bluetooth Software for Windows 8 (SP59021)
    Intel PROSet/Wireless WiMAX Driver for Windows 8 (SP59501)
    Intel Wireless Drivers for Microsoft Windows 8 (SP58880)
    Intel Centrino Wireless-N 2230
    Intel Centrino® Ultimate-N 6300
    Intel Centrino Advanced-N 6205
    Intel Centrino Advanced-N 6235
    Intel Centrino Advanced-N 6250 AGN
    Intel Centrino Wireless-N 2200
    Intel Centrino Wireless-N 6150
    Intel Wireless Drivers for Microsoft Windows 8 (SP59925 - not yet available)
    Intel Centrino Wireless-N 1030 802.11 bgn
    Intel Centrino Wireless-N 6230 802.11 abgn 
    Intel Centrino® Wireless-N 1000 802.11 bgn
    Intel Bluetooth Driver (SP58416)
    Ralink 802.11 Wireless LAN Adapter (SP58374)
    Realtek RTL8188CE 802.11b/g/n Wireless LAN Driver for Microsoft Windows (SP59181)
    Ericsson Mobile Broadband Drivers (SP57728)
    Bluetooth 3.0 Devices
    Bluetooth 3.0 devices have in-box driver support in Win8. Systems with Bluetooth 3.0 will work in Windows 8, but you will notice that even with updated BIOS and all other drivers installed the wireless button LED status (indicating if the HW is enabled/disabled) may be out of sync with the wireless system status. This is a limitation.
    Although I am an HP employee, I am speaking for myself and not for HP

    Hello,
    I have a mini 210-1080NR.  Due to a software problem I had to reinstall the OS. I now have Win 7 Prof working fine on it.  When trying to connect ot the Internet, I get the WLAN module is not present.  I tried installing the "SP48755" WLAN driver. It did not work.  I also opened the bottom cover, removed the WLAN module and reconnected to reseat and show a new piece of hardare was installed. This did not resolve the issue.
    So, in Device Manager, the following problems display :
    1 - Network Controller (apparently precents me from connecting to the Internet)
    2 - Video Controller (no display issues, except my resolution only goes to 1024.
    Per instructions of a Forum HP tech before, I went to the Details tab (first line) for both Network Controller and Video Controller and copied the Hardware IDs:
    Network Controller: 
    PCI\VEN_14E4&DEV_4357&SUBSYS_145E103C&REV_01
    PCI\VEN_14E4&DEV_4357&SUBSYS_145E103C
    PCI\VEN_14E4&DEV_4357&CC_028000
    PCI\VEN_14E4&DEV_4357&CC_0280
    Video Controller:
    PCI\VEN_8086&DEV_A012&SUBSYS_3660103C&REV_00
    PCI\VEN_8086&DEV_A012&SUBSYS_3660103C
    PCI\VEN_8086&DEV_A012&CC_038000
    PCI\VEN_8086&DEV_A012&CC_0380
    I suspect the Video Controller issue will be resolved once I connect to the Internet and update the OS and hardware drivers.
    Thanks in advance.

  • WiFi slows to a crawl under heavy load - Intel AGN 5300

    Hey fellow archers!
    I've recently installed Arch on my Dell E6400 which has a Intel AGN 5300 N Wireless card in it:
    $ lshw -C Network
    --[ cut ]--
    *-network
    description: Wireless interface
    product: Ultimate N WiFi Link 5300
    vendor: Intel Corporation
    physical id: 0
    bus info: pci@0000:0c:00.0
    logical name: wlan0
    version: 00
    serial: 00:16:ea:60:93:5c
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
    configuration: broadcast=yes driver=iwlagn driverversion=2.6.37-ARCH firmware=8.24.2.12 ip=10.0.1.3 latency=0 link=yes multicast=yes wireless=IEEE 802.11abg
    resources: irq:43 memory:f1ffe000-f1ffffff
    It works completely fine, even on WPA2/AES with N turned on. The problem occurs whenever I attempt to do anything where the speed approaches ~200kbps (copy file from a network share for instance), then it seems to really be struggling. This copy operation works fine on another laptop I have running Arch which reaches much higher speeds..
    Occasionally, an error shows up in dmesg:
    Feb 1 22:17:58 localhost kernel: iwlagn 0000:0c:00.0: low ack count detected, restart firmware
    Feb 1 22:17:58 localhost kernel: iwlagn 0000:0c:00.0: On demand firmware reload
    Feb 1 22:17:58 localhost kernel: iwlagn 0000:0c:00.0: Stopping AGG while state not ON or starting
    Feb 1 22:17:58 localhost kernel: iwlagn 0000:0c:00.0: queue number out of range: 0, must be 10 to 19
    Feb 1 22:18:09 localhost kernel: iwlagn 0000:0c:00.0: iwlagn_tx_agg_start on ra = 00:22:75:60:2b:3c tid = 0
    Feb 1 22:18:57 localhost kernel: lo: Disabled Privacy Extensions
    Feb 1 22:18:58 localhost kernel: chromium-sandbo (28377): /proc/28373/oom_adj is deprecated, please use /proc/28373/oom_score_adj instead.
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: Microcode SW error detected. Restarting 0x2000000.
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: Loaded firmware version: 8.24.2.12
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: Start IWL Error Log Dump:
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: Status: 0x000212E4, count: 5
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: Desc Time data1 data2 line
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: NMI_INTERRUPT_WDG (0x0004) 3255939758 0x00000002 0x07030000 3664
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: pc blink1 blink2 ilink1 ilink2 hcmd
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: 0x006E4 0x005AA 0x006E8 0x008B2 0x0CF52 0xA7D001C
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR values:
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: (2nd byte of CSR_INT_COALESCING is CSR_INT_PERIODIC_REG)
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_HW_IF_CONFIG_REG: 0X00480302
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_INT_COALESCING: 0X00000040
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_INT: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_INT_MASK: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_FH_INT_STATUS: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_GPIO_IN: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_RESET: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_GP_CNTRL: 0X080403c5
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_HW_REV: 0X00000024
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_EEPROM_REG: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_EEPROM_GP: 0X90000004
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_OTP_GP_REG: 0X00060000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_GIO_REG: 0X00080046
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_GP_UCODE_REG: 0X000013f2
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_GP_DRIVER_REG: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_UCODE_DRV_GP1: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_UCODE_DRV_GP2: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_LED_REG: 0X00000058
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_DRAM_INT_TBL_REG: 0X88115b46
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_GIO_CHICKEN_BITS: 0X27800200
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_ANA_PLL_CFG: 0X00880300
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_HW_REV_WA_REG: 0X0001001a
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: CSR_DBG_HPET_MEM_REG: 0Xffff0000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: FH register values:
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: FH_RSCSR_CHNL0_STTS_WPTR_REG: 0X118f1400
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: FH_RSCSR_CHNL0_RBDCB_BASE_REG: 0X011a4aa0
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: FH_RSCSR_CHNL0_WPTR: 0X00000010
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: FH_MEM_RCSR_CHNL0_CONFIG_REG: 0X80819104
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: FH_MEM_RSSR_SHARED_CTRL_REG: 0X000000fc
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: FH_MEM_RSSR_RX_STATUS_REG: 0X07030000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: FH_MEM_RSSR_RX_ENABLE_ERR_IRQ2DRV: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: FH_TSSR_TX_STATUS_REG: 0X07ff0001
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: FH_TSSR_TX_ERROR_REG: 0X00000000
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: Start IWL Event Log Dump: display last 20 entries
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299295213:0x00000000:0302
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299295344:0x00000000:0304
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299295607:0x0000010f:0106
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299295609:0x00000000:0302
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299295740:0x00000000:0304
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299295757:0x0000010f:0106
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299295759:0x00000000:0302
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299295790:0x000000d4:0303
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299296122:0x0000010f:0106
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299296123:0x00000000:0302
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299296153:0x000000b4:0303
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299296162:0x000000c4:0322
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299296211:0x00000000:0302
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299296239:0x00000436:0323
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299296261:0x00000000:1350
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299296261:0x00000000:1351
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299296262:0x00000001:1352
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299296262:0x00000002:1353
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299496113:0x000000d7:0123
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: EVT_LOGT:0299496121:0x00000000:0125
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: Stopping AGG while state not ON or starting
    Feb 1 22:22:58 localhost kernel: iwlagn 0000:0c:00.0: queue number out of range: 0, must be 10 to 19
    Feb 1 22:23:00 localhost kernel: iwlagn 0000:0c:00.0: iwlagn_tx_agg_start on ra = 00:22:75:60:2b:3c tid = 0
    Normally though, the only "error" that shows up is:
    Feb 1 23:06:40 localhost kernel: iwlagn 0000:0c:00.0: Aggregation not enabled for tid 0 because load = 0
    Feb 1 23:06:47 localhost kernel: iwlagn 0000:0c:00.0: Aggregation not enabled for tid 0 because load = 7
    Feb 1 23:06:53 localhost kernel: iwlagn 0000:0c:00.0: iwlagn_tx_agg_start on ra = 00:22:75:60:2b:3c tid = 0
    I've tried setting "option iwlagn swcrypto=1 11n_disable=1" in /etc/modprobe.d/wireless.conf", and that gets rid of the aggregation messages and allows me to reach speeds up to ~300kbps, but the speed still varies wildly although I am sitting three meters from the AP, and does not even allow streaming AVI video from a box sitting on the same network (wired)...
    Also, I am getting strange results when pinging any given host..
    PING 10.0.1.4 (10.0.1.4) 56(84) bytes of data.
    64 bytes from 10.0.1.4: icmp_req=1 ttl=64 time=79.5 ms
    64 bytes from 10.0.1.4: icmp_req=2 ttl=64 time=15.1 ms
    64 bytes from 10.0.1.4: icmp_req=3 ttl=64 time=21.6 ms
    64 bytes from 10.0.1.4: icmp_req=4 ttl=64 time=42.4 ms
    64 bytes from 10.0.1.4: icmp_req=5 ttl=64 time=59.0 ms
    64 bytes from 10.0.1.4: icmp_req=6 ttl=64 time=7.94 ms
    64 bytes from 10.0.1.4: icmp_req=7 ttl=64 time=11.8 ms
    64 bytes from 10.0.1.4: icmp_req=8 ttl=64 time=25.2 ms
    64 bytes from 10.0.1.4: icmp_req=9 ttl=64 time=47.6 ms
    64 bytes from 10.0.1.4: icmp_req=10 ttl=64 time=6.93 ms
    64 bytes from 10.0.1.4: icmp_req=11 ttl=64 time=9.65 ms
    64 bytes from 10.0.1.4: icmp_req=12 ttl=64 time=21.5 ms
    64 bytes from 10.0.1.4: icmp_req=13 ttl=64 time=38.0 ms
    64 bytes from 10.0.1.4: icmp_req=14 ttl=64 time=63.4 ms
    ^C
    --- 10.0.1.4 ping statistics ---
    14 packets transmitted, 14 received, 0% packet loss, time 13019ms
    rtt min/avg/max/mdev = 6.935/32.160/79.567/22.412 ms
    Notice how the latency keeps rising, then suddenly drops, and then rises again.. The same happens when pinging external IPs..
    One last thing: I've noticed that a couple of times when the network speed starts to slow down, the "Invalid misc" counter in "iwconfig wlan0" rises quickly.. Don't know if this is relevant?
    I'm wondering if this can be related to this bug: https://bugs.launchpad.net/linux/+bug/200509
    Hope someone can shed some light on this..
    Cheers,
    Jon

    Hi,
    I have the same card (intel 5300 on dell studio 1555)
    I'm also having issues, but not as bad as you. From time to time I suffer a quite huge packet loss, and then enabling/disabling wifi solves it again.
    I have 11n still enabled, but my speed is not what it should be. (wpa2, 11n)
    File copy in linux: 2mbyte/s
    File copy in windows: 8mbyte/s
    My problems seems like what is described here, and intel seems to have an experimental firmware, but I haven't tried that yet:
    https://bugzilla.kernel.org/show_bug.cgi?id=16691#c82
    Last edited by mouse256 (2011-02-02 13:28:52)

  • Please Help - Static NAT not working.

    I feel like I've tried everything. I'm trying to port-forward to an IP camera. I have ddns setup, and when I type in my domain name I get to my router, so ddns is working correctly. However when I type it in with the port of my camera I'm getting nothing. When I do a show ip nat statistics I see that there have been no static translations. Below is my config.
    FranklinRouter#sh ip nat translations | i 8090
    tcp 72.x.x.217:8090   10.1.1.101:8090       ---                   ---
    udp 72.x.x.217:8090   10.1.1.101:8090       ---                   ---
    FranklinRouter#
    FranklinRouter#sh ip nat statistics
    Total active translations: 172 (0 static, 172 dynamic; 172 extended)
    Peak translations: 3425, occurred 1w2d ago
    Outside interfaces:
    interface GigabitEthernet0
     description Access to the Internet via this interface
     ip address dhcp
     ip access-group 101 in
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat outside
     ip inspect DEFAULT100 out
     ip virtual-reassembly in
     duplex auto
     speed auto
    ip http server
    ip http access-class 23
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip nat inside source list 1 interface GigabitEthernet0 overload
    ip nat inside source static tcp 10.1.1.101 8090 interface GigabitEthernet0 8090
    ip nat inside source static udp 10.1.1.101 8090 interface GigabitEthernet0 8090
    ip route 0.0.0.0 0.0.0.0 72.x.x 254
    ip route 0.0.0.0 0.0.0.0 72.x.x 254
    ip access-list extended inboundfilters
     permit eigrp any any
     deny   icmp any any
     evaluate tcptraffic
    ip access-list extended outboundfilters
     permit tcp any any reflect tcptraffic timeout 300
    logging trap notifications
    access-list 1 permit 10.10.10.0 0.0.0.7
    access-list 1 permit 10.1.1.0 0.0.0.255
    access-list 23 permit 10.1.4.0 0.0.0.255
    access-list 23 permit 10.1.0.0 0.0.255.255
    access-list 100 deny   ip host 255.255.255.255 any
    access-list 100 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 100 permit ip any any
    access-list 101 permit udp object-group DNS any eq domain
    access-list 101 permit udp object-group NTP any eq ntp
    access-list 101 permit udp any eq bootps any eq bootpc
    access-list 101 deny   ip 10.10.10.0 0.0.0.255 any
    access-list 101 permit icmp any any echo-reply
    access-list 101 permit icmp any any time-exceeded
    access-list 101 permit icmp any any unreachable
    access-list 101 deny   ip 10.0.0.0 0.255.255.255 any
    access-list 101 deny   ip 172.16.0.0 0.15.255.255 any
    access-list 101 deny   ip 192.168.0.0 0.0.255.255 any
    access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 101 deny   ip host 255.255.255.255 any
    access-list 101 deny   ip any any log
    access-list 101 permit ip any any log

    no aaa new-model
    clock timezone EST -5 0
    clock summer-time EST recurring 1 Mon Mar 0:00 1 Mon Oct 0:00
    service-module wlan-ap 0 bootimage autonomous
    crypto pki token default removal timeout 0
    crypto pki trustpoint TP-self-signed-1042258622
     enrollment selfsigned
     subject-name cn=IOS-Self-Signed-Certificate-1042258622
     revocation-check none
     rsakeypair TP-self-signed-1042258622
    crypto pki certificate chain TP-self-signed-1042258622
     certificate self-signed 01
      3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 31303432 32353836 3232301E 170D3134 30383234 31393332
      35385A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 30343232
      35383632 3230819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      8100E2B2 2533A8B9 518DE4EC 138074EF 6A16B4F0 4B6C19B6 91C0E90A 846F6ABB
      81FBFE28 4C396CBC 7C74CB0D 225553D6 D289C25E BC8D13B3 2A4E14B2 36E40D19
      8C5B8E40 624F94FC 4C5770F8 984F3218 0FC94123 BF6291BF 714DE11E 32C60C22
      401821D5 E21C94A7 A5D78A7B ED39620B 363C486E 5C06C707 1A1FEF1F 70FE0450
      49BB0203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
      551D2304 18301680 14AAAD14 38691F79 EF1E5FCD DA9240DA 73CEAE5E 11301D06
      03551D0E 04160414 AAAD1438 691F79EF 1E5FCDDA 9240DA73 CEAE5E11 300D0609
      2A864886 F70D0101 05050003 81810043 3C95E0A8 85F3402A E140D3C1 D64EC765
      38808AF5 BC260208 CC052991 5F748CD6 4E409201 34AD88E7 CE714065 90D608EF
      B55C691E 8E4CD18C 8652E887 91762DF1 EFEB5615 4D3C6B3C C7089688 E0F2E7B7
      AC1C46CD 51C0BD0B 7A7324A3 D47BAB78 C2FB93AC D0154468 C1384EF3 174B2740
      313B7C1A 9BEE1E4C 46410E92 4354DE
            quit
    no ip source-route
    ip dhcp excluded-address 10.10.10.1
    ip dhcp excluded-address 10.1.2.1 10.1.2.10
    ip dhcp excluded-address 10.1.1.1 10.1.1.10
    ip dhcp excluded-address 10.1.4.1 10.1.4.10
    ip dhcp excluded-address 10.1.3.1 10.1.3.10
    ip dhcp excluded-address 10.1.1.100 10.1.1.106
    ip dhcp pool cvo-pool
     import all
     network 10.10.10.0 255.255.255.248
     default-router 10.10.10.1
     lease 0 2
    ip dhcp pool Wireless
     network 10.1.1.0 255.255.255.0
     default-router 10.1.1.1
     dns-server 4.2.2.6 208.67.222.220 8.8.8.8
     lease 0 6
    ip dhcp pool Wired
     network 10.1.2.0 255.255.255.0
     default-router 10.1.2.1
     dns-server 4.2.2.6 208.67.222.220 8.8.8.8
    ip dhcp pool Guest
     network 10.1.4.0 255.255.255.0
     default-router 10.1.4.1
     dns-server 4.2.2.6 208.67.222.220 8.8.8.8
    ip dhcp pool Security
     network 10.1.3.0 255.255.255.0
     default-router 10.1.3.1
     dns-server 4.2.2.6 208.67.222.220 8.8.8.8
    ip cef
    no ip bootp server
    ip domain name router.sfranklin.ddns.net
    ip name-server 8.8.8.8
    ip name-server 4.2.2.6
    ip name-server 208.67.222.220
    ip inspect log drop-pkt
    ip inspect name DEFAULT100 ftp
    ip inspect name DEFAULT100 h323
    ip inspect name DEFAULT100 icmp
    ip inspect name DEFAULT100 netshow
    ip inspect name DEFAULT100 rcmd
    ip inspect name DEFAULT100 realaudio
    ip inspect name DEFAULT100 rtsp
    ip inspect name DEFAULT100 esmtp
    ip inspect name DEFAULT100 sqlnet
    ip inspect name DEFAULT100 streamworks
    ip inspect name DEFAULT100 tftp
    ip inspect name DEFAULT100 tcp
    ip inspect name DEFAULT100 udp
    ip inspect name DEFAULT100 vdolive
    ip inspect name DEFAULT100 kerberos
    ip inspect name DEFAULT100 isakmp
    ip inspect name DEFAULT100 bittorrent
    ip inspect name DEFAULT100 ntp
    ip inspect name DEFAULT100 dns
    ip inspect name DEFAULT100 ipsec-msft
    ip inspect name DEFAULT100 pptp
    ip ddns update method no-ip
     HTTP
    ip reflexive-list timeout 120
    no ipv6 cef
    multilink bundle-name authenticated
    parameter-map type inspect global
     WAAS enable
     log dropped-packets enable
    license udi pid CISCO891W-AGN-A-K9 sn FTX1546805G
    object-group network DNS
     host 8.8.8.8
     host 4.2.2.6
     host 208.67.222.220
    object-group network NTP
     host 98.175.203.200
     host 206.246.122.250
    username admin privilege 15 secret 5 $1$BmSn$Fj9vfdPiU4T9EpeJRpBwM.
    ip tcp synwait-time 10
    no ip ftp passive
    ip ssh version 2
    interface Null0
     no ip unreachables
    interface FastEthernet0
     no ip address
    interface FastEthernet1
     no ip address
     spanning-tree portfast
    interface FastEthernet2
     no ip address
     spanning-tree portfast
    interface FastEthernet3
     no ip address
     spanning-tree portfast
    interface FastEthernet4
     switchport mode trunk
     no ip address
     spanning-tree portfast
    interface FastEthernet5
     no ip address
     spanning-tree portfast
    interface FastEthernet6
     no ip address
     spanning-tree portfast
    interface FastEthernet7
     no ip address
     spanning-tree portfast
    interface FastEthernet8
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     duplex auto
     speed auto
    interface GigabitEthernet0
     description Access to the Internet via this interface
     ip address dhcp
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat outside
     ip virtual-reassembly in
     duplex auto
     speed auto
    interface wlan-ap0
     description Service module interface to manage the embedded AP
     ip unnumbered Vlan1
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     arp timeout 0
    interface Wlan-GigabitEthernet0
     description Internal switch interface connecting to the embedded AP
     switchport mode trunk
     no ip address
    interface Vlan1
     description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$FW_INSIDE$
     ip address 10.1.1.1 255.255.255.0
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat inside
     ip virtual-reassembly in
    interface Vlan2
     description $FW_INSIDE$
     ip address 10.1.2.1 255.255.255.0
     ip helper-address 10.1.1.1
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat inside
     ip virtual-reassembly in
    interface Vlan3
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip virtual-reassembly in
    interface Vlan4
     description Guest VLAN$FW_INSIDE$
     ip address 10.1.4.1 255.255.255.0
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat inside
     ip virtual-reassembly in
    interface Async1
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     encapsulation slip
    interface GMPLS0
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     no fair-queue
     no keepalive
    ip forward-protocol nd
    ip http server
    ip http access-class 23
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip nat inside source list 1 interface GigabitEthernet0 overload
    ip nat inside source static tcp 10.1.1.101 8091 interface GigabitEthernet0 8091
    ip nat inside source static udp 10.1.1.101 8091 interface GigabitEthernet0 8091
    ip route 0.0.0.0 0.0.0.0 72x254
    ip route 0.0.0.0 0.0.0.0 72.x 254
    ip access-list extended inboundfilters
     permit eigrp any any
     deny   icmp any any
     evaluate tcptraffic
    ip access-list extended outboundfilters
     permit tcp any any reflect tcptraffic timeout 300
    logging trap notifications
    access-list 1 permit 10.10.10.0 0.0.0.7
    access-list 1 permit 10.1.1.0 0.0.0.255
    access-list 5 permit any log
    access-list 23 permit 10.1.4.0 0.0.0.255
    access-list 23 permit 10.1.0.0 0.0.255.255
    access-list 100 deny   ip host 255.255.255.255 any
    access-list 100 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 100 permit ip any any
    access-list 101 permit udp object-group DNS any eq domain
    access-list 101 permit udp object-group NTP any eq ntp
    access-list 101 permit udp any eq bootps any eq bootpc
    access-list 101 deny   ip 10.10.10.0 0.0.0.255 any
    access-list 101 permit icmp any any echo-reply
    access-list 101 permit icmp any any time-exceeded
    access-list 101 permit icmp any any unreachable
    access-list 101 deny   ip 10.0.0.0 0.255.255.255 any
    access-list 101 deny   ip 172.16.0.0 0.15.255.255 any
    access-list 101 deny   ip 192.168.0.0 0.0.255.255 any
    access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 101 deny   ip host 255.255.255.255 any
    access-list 101 deny   ip any any log
    access-list 101 permit ip any any log
    control-plane
    mgcp profile default
    line con 0
     login local
     transport output telnet
    line 1
     modem InOut
     stopbits 1
     speed 115200
     flowcontrol hardware
    line 2
     no activation-character
     no exec
     transport preferred none
     transport input all
     transport output pad telnet rlogin udptn ssh
    line aux 0
     login local
     transport output telnet
    line vty 0 4
     access-class 23 in
     privilege level 15
     login local
     transport input telnet ssh
    line vty 5 15
     access-class 23 in
     privilege level 15
     login local
     transport input telnet ssh
    scheduler interval 500
    ntp server 98.175.203.200 prefer
    ntp server 206.246.122.250
    end

  • 891w connecting to wlc 5508

    Hi
    I am having problems connecting an 891w to a WLC, is it possible to have to separate vlans, one for the Lan ports and another for the AP modue.
    I do not want the AP part of the 891w in autonomous mode. The WAN port of the router will be connected to a DSL type service.
    Is there a guide or something to get a 891W to connect to the WLC?
    I would like to have users on a data vlan (vlan1) connecting to the network like a normal router, then the AP module to connect to the WLC via a different IP proablly vlan 2
    On the WLC itself i do not see any attempts in the logging.

    WLC: sh sysinfo
    (Cisco Controller) >show sysinfo
    Manufacturer's Name.............................. Cisco Systems Inc.
    Product Name..................................... Cisco Controller
    Product Version.................................. 7.0.220.0
    Bootloader Version............................... 1.0.1
    Field Recovery Image Version..................... 6.0.182.0
    Firmware Version................................. FPGA 1.3, Env 1.6, USB console 1.27
    Build Type....................................... DATA + WPS
    System Name...................................... SIGNRYCC01
    System Location.................................. SIG NRY
    System Contact...................................
    System ObjectID.................................. 1.3.6.1.4.1.9.1.1069
    IP Address....................................... 10.192.22.10
    Last Reset....................................... Software reset
    System Up Time................................... 49 days 19 hrs 47 mins 11 secs
    System Timezone Location......................... (GMT+10:00) Sydney, Melbourne, Canberra
    Current Boot License Level....................... base
    Current Boot License Type........................ Permanent
    Next Boot License Level.......................... base
    Next Boot License Type........................... Permanent
    Configured Country............................... AU  - Australia
    --More-- or (q)uit
    Operating Environment............................ Commercial (0 to 40 C)
    Internal Temp Alarm Limits....................... 0 to 65 C
    Internal Temperature............................. +40 C
    External Temperature............................. +28 C
    Fan Status....................................... OK
    State of 802.11b Network......................... Enabled
    State of 802.11a Network......................... Enabled
    Number of WLANs.................................. 3
    Number of Active Clients......................... 2
    Burned-in MAC Address............................ CC:EF:48:0C:7F:20
    Power Supply 1................................... Present, OK
    Power Supply 2................................... Absent
    Maximum number of APs supported.................. 50
    ap#sh inventory
    NAME: "AP801", DESCR: "Cisco AP801 Access Point with dual IEEE 802.11a/g/n radio ports"
    PID: AP801AGN-N-K9     , VID: V01, SN: FGL161721MR
    ap#sh ver
    Cisco IOS Software, AP801 Software (AP801-K9W7-M), Version 12.4(21a)JA1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2009 by Cisco Systems, Inc.
    Compiled Wed 16-Sep-09 18:59 by prod_rel_team
    ROM: Bootstrap program is AP801 boot loader
    BOOTLDR: AP801 Boot Loader (AP801-BOOT-M) Version 12.4(23c)JX, RELEASE SOFTWARE (fc1)
    ap uptime is 11 minutes
    System returned to ROM by power-on
    System image file is "flash:/ap801-k9w7-mx.124-21a.JA1/ap801-k9w7-mx.124-21a.JA1"
    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 AP801AGN-N-K9        (PowerPC 8343) processor (revision B0) with 49142K/16384K bytes of memory.
    Processor board ID FGL161721MR
    PowerPC 8343 CPU at 400Mhz, revision number 0x0031
    Last reset from power-on
    1 Gigabit Ethernet interface
    2 802.11 Radio(s)
    32K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address: 70:CA:9B:2A:F8:E8
    Part Number                          : 73-11027-11
    PCA Assembly Number                  : 800-28808-11
    PCA Revision Number                  : B0
    PCB Serial Number                    : FOC16122N66
    Top Assembly Part Number             : 800-29576-05
    Top Assembly Serial Number           : FGL161721MR
    Top Revision Number                  : C0
    Product/Model Number                 : AP801AGN-N-K9      
    Configuration register is 0xF
    890W: sh version
    Cisco 891 (MPC8300) processor (revision 1.0) with 393216K/131072K bytes of memory.
    Processor board ID FGL161721MR
    9 FastEthernet interfaces
    2 Gigabit Ethernet interfaces
    1 Serial interface
    2 terminal lines
    1 Virtual Private Network (VPN) Module
    1 cisco Embedded AP (s)
    256K bytes of non-volatile configuration memory.
    250880K bytes of ATA CompactFlash (Read/Write)
    License Info:
    License UDI:
    Device#   PID                   SN
    *0        CISCO891W-AGN-N-K9    FGL161721MR    
    License Information for 'c890'
        License Level: advipservices   Type: Permanent
        Next reboot license Level: advipservices
    Configuration register is 0x2102

  • 891W to 5505 EZVPN issue...No peer struct to get peer description

    Hey everyone,
    I've been on the forums looking for a solution to my issue in my lab....
    I'm getting the No peer struct to get peer description error in my debug.  I've done a search on these forums but the changes that I made did not work for me
    It has to be something simple.....
    I am able to ping out to my ASA
    891Demo#ping 38.98.226.100
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 38.98.226.100, timeout is 2 seconds:
    Success rate is 100 percent (5/5), round-trip min/avg/max = 100/106/116 ms
    I did a few show commands listed below if anyone wants to take a look...
    891Demo#sho run
    Building configuration...
    Current configuration : 6370 bytes
    ! Last configuration change at 20:47:45 UTC Fri Jan 10 2014 by admin
    version 15.3
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname 891Demo
    boot-start-marker
    boot-end-marker
    logging buffered 52000
    aaa new-model
    aaa authentication login default local
    aaa authentication login ciscocp_vpn_xauth_ml_1 local
    aaa authorization exec default local
    aaa authorization network ciscocp_vpn_group_ml_1 local
    aaa session-id common
    service-module wlan-ap 0 bootimage autonomous
    crypto pki trustpoint TP-self-signed-1670941714
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-1670941714
    revocation-check none
    rsakeypair TP-self-signed-1670941714
    crypto pki certificate chain TP-self-signed-1670941714
    certificate self-signed 01
      3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 31363730 39343137 3134301E 170D3133 30393130 31383038
      31305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 36373039
      34313731 3430819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      8100A613 DCE81A2F 27DC53B6 6ED91D5E 167EEAEA D9793CB3 33C39BBE CBC5AF0B
      029C1605 3FC09722 C7811B2D 173B5887 2C87A9C7 4DDAC1C4 AE13A1C3 743B940E
      A5A7AF56 26A83081 2330E910 1BA8317A BE0BC37A 631D858D E307DC04 2F76D648
      1500DB09 2BC1B92A 92C0B8FE 59434385 A3D1B19D 5665D3A9 07956793 F2B98EDA
      EA870203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
      551D2304 18301680 1489C50C C4C16781 28F37E31 DABE13A9 2EE9967E 58301D06
      03551D0E 04160414 89C50CC4 C1678128 F37E31DA BE13A92E E9967E58 300D0609
      2A864886 F70D0101 05050003 81810053 FD39A299 CFF9E763 C89846EE 9BE0DAE4
      31B890D0 969764F0 98A21C63 FD103ADB 29BA7DB4 98C142B9 1EA60C71 1D6C4BE5
      921224F5 BE5FC348 2A2A4858 A5D0E680 23346C0E 8EA55314 435CE650 5167C796
      1EB4EFAD 1D045B2C 84031255 C2A9F5B7 C8542ACF 3C69C46E DE0230AE EA3587EE
      464A0AC0 3987D917 47A4ABDB 5B6022
            quit
    ip cef
    ip dhcp excluded-address 10.10.10.7 10.10.10.254
    891Demo#sh run
    Building configuration...
    Current configuration : 6370 bytes
    ! Last configuration change at 20:47:45 UTC Fri Jan 10 2014 by admin
    version 15.3
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname 891Demo
    boot-start-marker
    boot-end-marker
    logging buffered 52000
    aaa new-model
    aaa authentication login default local
    aaa authentication login ciscocp_vpn_xauth_ml_1 local
    aaa authorization exec default local
    aaa authorization network ciscocp_vpn_group_ml_1 local
    aaa session-id common
    service-module wlan-ap 0 bootimage autonomous
    crypto pki trustpoint TP-self-signed-1670941714
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-1670941714
    revocation-check none
    rsakeypair TP-self-signed-1670941714
    crypto pki certificate chain TP-self-signed-1670941714
    certificate self-signed 01
      3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 31363730 39343137 3134301E 170D3133 30393130 31383038
      31305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 36373039
      34313731 3430819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      8100A613 DCE81A2F 27DC53B6 6ED91D5E 167EEAEA D9793CB3 33C39BBE CBC5AF0B
      029C1605 3FC09722 C7811B2D 173B5887 2C87A9C7 4DDAC1C4 AE13A1C3 743B940E
      A5A7AF56 26A83081 2330E910 1BA8317A BE0BC37A 631D858D E307DC04 2F76D648
      1500DB09 2BC1B92A 92C0B8FE 59434385 A3D1B19D 5665D3A9 07956793 F2B98EDA
      EA870203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
      551D2304 18301680 1489C50C C4C16781 28F37E31 DABE13A9 2EE9967E 58301D06
      03551D0E 04160414 89C50CC4 C1678128 F37E31DA BE13A92E E9967E58 300D0609
      2A864886 F70D0101 05050003 81810053 FD39A299 CFF9E763 C89846EE 9BE0DAE4
      31B890D0 969764F0 98A21C63 FD103ADB 29BA7DB4 98C142B9 1EA60C71 1D6C4BE5
      921224F5 BE5FC348 2A2A4858 A5D0E680 23346C0E 8EA55314 435CE650 5167C796
      1EB4EFAD 1D045B2C 84031255 C2A9F5B7 C8542ACF 3C69C46E DE0230AE EA3587EE
      464A0AC0 3987D917 47A4ABDB 5B6022
            quit
    ip cef
    ip dhcp excluded-address 10.10.10.7 10.10.10.254
    ip dhcp pool ccp-pool
    import all
    network 10.10.10.0 255.255.255.0
    default-router 10.10.10.1
    lease 0 2
    ip domain name yourdomain.com
    no ipv6 cef
    ipv6 multicast rpf use-bgp
    multilink bundle-name authenticated
    license udi pid CISCO891W-AGN-A-K9 sn FTX171783D3
    username admin privilege 15 password 0 password
    redundancy
    csdb tcp synwait-time 30
    csdb tcp idle-time 3600
    csdb tcp finwait-time 5
    csdb tcp reassembly max-memory 1024
    csdb tcp reassembly max-queue-length 16
    csdb udp idle-time 30
    csdb icmp idle-time 10
    csdb session max-session 65535
    crypto isakmp policy 50
    encr 3des
    authentication pre-share
    group 2
    crypto isakmp key D1l2w3r4 address 38.98.226.100
    crypto isakmp client configuration group VPNGroupZLAB
    key D1l2w3r4
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    mode tunnel
    crypto ipsec transform-set ESP-3DES-SHA1 esp-3des esp-sha-hmac
    mode tunnel
    crypto ipsec client ezvpn CISCOCP_EZVPN_CLIENT_1
    connect auto
    group DefaultL2LGroup key D1l2w3r4
    mode client
    peer 38.98.226.100
    username ztest password D1l2w3r4
    xauth userid mode local
    crypto map SDM_CMAP_1 1 ipsec-isakmp
    description Tunnel to38.98.226.100
    set peer 38.98.226.100
    set transform-set ESP-3DES-SHA
    match address 102
    interface FastEthernet0
    no ip address
    interface FastEthernet1
    no ip address
    interface FastEthernet2
    no ip address
    interface FastEthernet3
    no ip address
    interface FastEthernet4
    no ip address
    interface FastEthernet5
    no ip address
    interface FastEthernet6
    no ip address
    interface FastEthernet7
    no ip address
    interface FastEthernet8
    no ip address
    shutdown
    duplex auto
    speed auto
    interface Virtual-Template1 type tunnel
    no ip address
    tunnel mode ipsec ipv4
    interface GigabitEthernet0
    ip address dhcp
    ip nat outside
    ip virtual-reassembly in
    duplex auto
    speed auto
    crypto map SDM_CMAP_1
    interface wlan-ap0
    description Service module interface to manage the embedded AP
    ip unnumbered Vlan1
    arp timeout 0
    interface Wlan-GigabitEthernet0
    description Internal switch interface connecting to the embedded AP
    no ip address
    interface Vlan1
    description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
    ip address 10.10.10.1 255.255.255.248
    ip nat inside
    ip virtual-reassembly in
    ip tcp adjust-mss 1452
    interface Async1
    no ip address
    encapsulation slip
    ip forward-protocol nd
    ip http server
    ip http access-class 23
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip dns server
    ip nat inside source route-map SDM_RMAP_1 interface GigabitEthernet0 overload
    ip route 0.0.0.0 0.0.0.0 192.168.1.1 254
    ip route 0.0.0.0 0.0.0.0 GigabitEthernet0 192.168.1.1 254
    ip route 0.0.0.0 0.0.0.0 GigabitEthernet0 dhcp 254
    ip access-list extended protect_traffic
    permit ip host 10.10.10.1 host 10.1.11.1
    no cdp run
    route-map SDM_RMAP_1 permit 1
    match ip address 101
    access-list 23 permit 10.10.10.0 0.0.0.7
    access-list 100 remark CCP_ACL Category=4
    access-list 100 remark IPSec Rule
    access-list 100 permit ip 10.10.10.0 0.0.0.255 10.1.11.0 0.0.0.255
    access-list 101 remark CCP_ACL Category=2
    access-list 101 remark IPSec Rule
    access-list 101 deny   ip 10.10.10.0 0.0.0.255 10.1.11.0 0.0.0.255
    access-list 101 permit ip 10.10.10.0 0.0.0.7 any
    access-list 102 remark CCP_ACL Category=4
    access-list 102 remark IPSec Rule
    access-list 102 permit ip 10.10.10.0 0.0.0.255 10.1.11.0 0.0.0.255
    control-plane
    mgcp behavior rsip-range tgcp-only
    mgcp behavior comedia-role none
    mgcp behavior comedia-check-media-src disable
    mgcp behavior comedia-sdp-force disable
    mgcp profile default
    line con 0
    line 1
    modem InOut
    speed 115200
    flowcontrol hardware
    line 2
    no activation-character
    no exec
    transport preferred none
    transport input all
    transport output pad telnet rlogin udptn ssh
    line aux 0
    line vty 0 4
    access-class 23 in
    transport input telnet ssh
    transport output telnet ssh
    line vty 5 15
    access-class 23 in
    transport input telnet ssh
    transport output telnet ssh
    end
    =============================================
    =============================================
    891Demo#sh crypto ipsec sa
    interface: GigabitEthernet0
        Crypto map tag: SDM_CMAP_1, local addr 10.0.0.35
       protected vrf: (none)
       local  ident (addr/mask/prot/port): (10.10.10.0/255.255.255.0/0/0)
       remote ident (addr/mask/prot/port): (10.1.11.0/255.255.255.0/0/0)
       current_peer 38.98.226.100 port 500
         PERMIT, flags={origin_is_acl,}
        #pkts encaps: 0, #pkts encrypt: 0, #pkts digest: 0
        #pkts decaps: 0, #pkts decrypt: 0, #pkts verify: 0
        #pkts compressed: 0, #pkts decompressed: 0
        #pkts not compressed: 0, #pkts compr. failed: 0
        #pkts not decompressed: 0, #pkts decompress failed: 0
        #send errors 0, #recv errors 0
         local crypto endpt.: 10.0.0.35, remote crypto endpt.: 38.98.226.100
         path mtu 1500, ip mtu 1500, ip mtu idb GigabitEthernet0
         current outbound spi: 0x0(0)
         PFS (Y/N): N, DH group: none
         inbound esp sas:
         inbound ah sas:
         inbound pcp sas:
         outbound esp sas:
         outbound ah sas:
         outbound pcp sas:
    =============================================
    =============================================
    891Demo#sho crypto se
    Crypto session current status
    Interface: GigabitEthernet0
    Session status: DOWN
    Peer: 38.98.226.100 port 500
      IPSEC FLOW: permit ip 10.10.10.0/255.255.255.0 10.1.11.0/255.255.255.0
            Active SAs: 0, origin: crypto map
    891Demo#
    *Jan 10 20:56:15.327: No peer struct to get peer description
    =============================================
    =============================================
    891Demo#sh crypto isakmp default pol
    Default IKE policy
    Default protection suite of priority 65507
            encryption algorithm:   AES - Advanced Encryption Standard (128 bit keys).
            hash algorithm:         Secure Hash Standard
            authentication method:  Rivest-Shamir-Adleman Signature
            Diffie-Hellman group:   #5 (1536 bit)
            lifetime:               86400 seconds, no volume limit
    Default protection suite of priority 65508
            encryption algorithm:   AES - Advanced Encryption Standard (128 bit keys).
            hash algorithm:         Secure Hash Standard
            authentication method:  Pre-Shared Key
            Diffie-Hellman group:   #5 (1536 bit)
            lifetime:               86400 seconds, no volume limit
    Default protection suite of priority 65509
            encryption algorithm:   AES - Advanced Encryption Standard (128 bit keys).
            hash algorithm:         Message Digest 5
            authentication method:  Rivest-Shamir-Adleman Signature
            Diffie-Hellman group:   #5 (1536 bit)
            lifetime:               86400 seconds, no volume limit
    Default protection suite of priority 65510
            encryption algorithm:   AES - Advanced Encryption Standard (128 bit keys).
            hash algorithm:         Message Digest 5
            authentication method:  Pre-Shared Key
            Diffie-Hellman group:   #5 (1536 bit)
            lifetime:               86400 seconds, no volume limit
    Default protection suite of priority 65511
            encryption algorithm:   Three key triple DES
            hash algorithm:         Secure Hash Standard
            authentication method:  Rivest-Shamir-Adleman Signature
            Diffie-Hellman group:   #2 (1024 bit)
            lifetime:               86400 seconds, no volume limit
    Default protection suite of priority 65512
            encryption algorithm:   Three key triple DES
            hash algorithm:         Secure Hash Standard
            authentication method:  Pre-Shared Key
            Diffie-Hellman group:   #2 (1024 bit)
            lifetime:               86400 seconds, no volume limit
    Default protection suite of priority 65513
            encryption algorithm:   Three key triple DES
            hash algorithm:         Message Digest 5
            authentication method:  Rivest-Shamir-Adleman Signature
            Diffie-Hellman group:   #2 (1024 bit)
            lifetime:               86400 seconds, no volume limit
    Default protection suite of priority 65514
            encryption algorithm:   Three key triple DES
            hash algorithm:         Message Digest 5
            authentication method:  Pre-Shared Key
            Diffie-Hellman group:   #2 (1024 bit)
            lifetime:               86400 seconds, no volume limit
    Any insight to this would be appreciated, i'm still going to try and figure it out as well

    It is the host site not transmitting. The ACL that i see thats blocking is for a client based VPN.
    Phase: 1
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   0.0.0.0         0.0.0.0         Outside
    Phase: 2
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   192.168.180.0   255.255.254.0   Inside
    Phase: 3
    Type: ACCESS-LIST
    Subtype: log
    Result: ALLOW
    Config:
    access-group Inside_access_in in interface Inside
    access-list Inside_access_in extended permit ip object obj_any any
    Additional Information:
    Phase: 4
    Type: IP-OPTIONS
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 5
    Type: NAT
    Subtype:
    Result: ALLOW
    Config:
    nat (Inside,Outside) source static DM_INLINE_NETWORK_20 DM_INLINE_NETWORK_20 destination static AT_Remote AT_Remote no-proxy-arp route-lookup
    Additional Information:
    Static translate 192.168.180.232/12345 to 192.168.180.232/12345
    Phase: 6
    Type: ACCESS-LIST
    Subtype: vpn-user
    Result: DROP
    Config:
    Additional Information:
    Result:
    input-interface: Inside
    input-status: up
    input-line-status: up
    output-interface: Outside
    output-status: up
    output-line-status: up
    Action: drop
    Drop-reason: (acl-drop) Flow is denied by configured rule

  • Using and Troubleshooting the Dell Webcam and Dell Webcam Central Software

    Please read the information at...
    Using and Troubleshooting the Dell Webcam and Dell Webcam Central Software
    Locate the execute file (WebcamDell2.exe) buried in... 
    C:\Program Files (x86)\Dell Webcam\Dell Webcam Central
    Right clicked on it, then left click properties, then clicked on the compatibility tab, then changed compatibility from windows XP to Windows Vista SP 2 (the latest one they had).
    If your operating system was upgraded to Windows 7, did you install the drivers in the correct order? How to Download and Install Drivers in the Correct Order
    Shutdown the computer. Unplug the computer from the wall. Now remove the battery. Press and hold the power button for 30 seconds. Put the
    battery back in and start the computer. Did the webcam come back?
    If no, start, control panel, devices and printers. Click on add device. Is the webcam listed there?
    If you recently reinstalled the operating system, did you use the preferred method? Restoring Your Computer´s Software to the Factory Settings or Restoring Your Dell Computer to Original Factory Installation with Dell DataSafe Local Backup 2.0
    Please use Internet Explorer(32-bit) when navigating to  My Dell Downloads :: Login. Use the same email address and password you use here. Click on add system.
    ***Systems purchased befor April 1, 2010 might NOT register with Dell My Downloads***
    If system does NOT register after 5 minutes, then contact Dell Tech Support.
    If you have XP or a system that will not register, then try using this version of Dell Webcam Central. Once it's installed, then open it, click on the ? , check for  software update
    Open Dell Webcam Central. In the bottom right corner, make sure the webcam is on Capture mode.
    Rick

    Hello Rick,
    Thanks for trying to help.
    Here is the info as requested:-
    Host Name:                 DELLLAPTOP
    OS Name:                   Microsoft Windows 7 Home Premium
    OS Version:                6.1.7601 Service Pack 1 Build 7601
    OS Manufacturer:           Microsoft Corporation
    OS Configuration:          Standalone Workstation
    OS Build Type:             Multiprocessor Free
    Registered Owner:          Trevor
    Registered Organization:   Microsoft
    Product ID:                ?????
    Original Install Date:     07/07/2010, 11:46:05
    System Boot Time:          24/10/2011, 12:06:27
    System Manufacturer:       Dell Inc.
    System Model:              Inspiron 1570
    System Type:               x64-based PC
    Processor(s):              1 Processor(s) Installed.
                              [01]: Intel64 Family 6 Model 23 Stepping 10 GenuineIntel ~793 Mhz
    BIOS Version:              Dell Inc. A05, 23/03/2011
    Windows Directory:         C:\Windows
    System Directory:          C:\Windows\system32
    Boot Device:               \Device\HarddiskVolume2
    System Locale:             en-gb;English (United Kingdom)
    Input Locale:              en-gb;English (United Kingdom)
    Time Zone:                 (UTC) Dublin, Edinburgh, Lisbon, London
    Total Physical Memory:     2,937 MB
    Available Physical Memory: 1,399 MB
    Virtual Memory: Max Size:  5,872 MB
    Virtual Memory: Available: 4,244 MB
    Virtual Memory: In Use:    1,628 MB
    Page File Location(s):     C:\pagefile.sys
    Domain:                    WORKGROUP
    Logon Server:              \\DELLLAPTOP
    Hotfix(s):                 71 Hotfix(s) Installed.
                              [01]: 982861
                              [02]: KB971033
                              [03]: KB2305420
                              [04]: KB2393802
                              [05]: KB2425227
                              [06]: KB2475792
                              [07]: KB2476490
                              [08]: KB2478662
                              [09]: KB2479628
                              [10]: KB2479943
                              [11]: KB2484033
                              [12]: KB2485376
                              [13]: KB2487426
                              [14]: KB2488113
                              [15]: KB2491683
                              [16]: KB2492386
                              [17]: KB2503658
                              [18]: KB2503665
                              [19]: KB2505438
                              [20]: KB2506014
                              [21]: KB2506212
                              [22]: KB2506223
                              [23]: KB2506928
                              [24]: KB2507618
                              [25]: KB2507938
                              [26]: KB2508272
                              [27]: KB2508429
                              [28]: KB2509553
                              [29]: KB2511250
                              [30]: KB2511455
                              [31]: KB2515325
                              [32]: KB2518869
                              [33]: KB2522422
                              [34]: KB2524375
                              [35]: KB2525694
                              [36]: KB2529073
                              [37]: KB2530548
                              [38]: KB2532531
                              [39]: KB2533552
                              [40]: KB2533623
                              [41]: KB2534366
                              [42]: KB2536275
                              [43]: KB2536276
                              [44]: KB2539635
                              [45]: KB2541014
                              [46]: KB2544893
                              [47]: KB2545698
                              [48]: KB2547666
                              [49]: KB2552343
                              [50]: KB2555917
                              [51]: KB2556532
                              [52]: KB2559049
                              [53]: KB2560656
                              [54]: KB2562937
                              [55]: KB2563227
                              [56]: KB2563894
                              [57]: KB2564958
                              [58]: KB2567053
                              [59]: KB2567680
                              [60]: KB2570791
                              [61]: KB2570947
                              [62]: KB2572077
                              [63]: KB2579686
                              [64]: KB2586448
                              [65]: KB2607712
                              [66]: KB2616676
                              [67]: KB958488
                              [68]: KB976002
                              [69]: KB976902
                              [70]: KB976932
                              [71]: KB982018
    Network Card(s):           4 NIC(s) Installed.
                              [01]: Realtek PCIe GBE Family Controller
                                    Connection Name: Local Area Connection
                                    Status:          Media disconnected
                              [02]: Intel(R) WiFi Link 5100 AGN
                                    Connection Name: Wireless Network Connection
                                    DHCP Enabled:    Yes
                                    DHCP Server:     192.168.1.254
                                    IP address(es)
                                    [01]: ????
                                    [02]: ????
                              [03]: Microsoft Virtual WiFi Miniport Adapter
                                    Connection Name: Wireless Network Connection 2
                                    Status:          Media disconnected
                              [04]: Cisco Systems VPN Adapter for 64-bit Windows
                                    Connection Name: Local Area Connection 2
                                    Status:          Hardware not present
    Hope that this will help.
    Thanks again
    Regards
    Trevor

  • CSCtx17284 - "Ethernet Switch Module transmit queue is full" Msgs on 800

    This error is happening across all my CISCO891W-AGN-A-K9 Routers....There's no explanation or reason.  My users are experiencing severely low bandwidth. I'm going to open a TAC case, but it's going to go into this BUG black whole with no answer.  Has anyone else hit this bug?

    The feature you want to use is called config-sync. It is available on NXOS 5.x on the N5K.
    http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/system_management/502_n1_1/Cisco_n5k_system_mgmt_cg_rel_502_n1_1_chapter3.html
    Regards,
    jerry

  • X200 using iPhone personal hotspot failure

    I've got a friend with an X200. He is trying to use his iPhone 4s as a  personal hotspot. The phone is set up correctly because we can connect to it using my laptop (not an X200). My laptop connects using WPA2/AES.
    When we try connecting using Access Connections, the association fails. I tried all four modes WPA/TKIP WPA/AES WPA2/TKIP WPA2/AES. All failed. When I click on the help me fix this button and get the report here's the error and recommended actions:
    Connection status:        Disconnected
    Cause:        Association Failed
    Error code:        011
    Recommended actions:
    Verify that the encryption settings (WEP/TKIP/AES) specified in this profile match those expected by the wireless network.
    Verify that the wireless adapter in your computer has not been restricted from accessing the radio channels being used by the wireless network.
    As I said, we tried all the encryption settings and checked the key several times. The phone is using channel 2.
    This is the Adapter info:
    Adapter Details
    Adapter name        Intel(R) WiFi Link 5100 AGN                                     
    Adapter type        Wireless LAN                                                    
    Adapter speed        150.0 Mbps                                                      
    Driver/Firmware version        12.2.1.2/ N/A                                                   
    Adapter status        Enabled                                                         
    Connection Status        Disconnected                                                    
    Disable unused cards?        No
    The first fix I tried was to update the BIOS and Access Connections (5.85). Still wouldn't work and gave the same errors.
    Any suggestions as to what to try next?
    Thanks
    Solved!
    Go to Solution.

    Apply this patch on AC 5.85. This is for Win 7.
    Attachments:
    iPhonePatchAc5.85.zip ‏829 KB

  • T500 and WiMAX

    in Libya we have WiMAX internet connection.
    the ISP has supplied us with a WiMAX USB modem to connect to the internet. the model is: Huawei EchoLife BM325.
    in the Access connection when i search for WiMAX operators i can't find any WiMAX access point.
    how can make sure that my laptop WiMAX signal is actuly compatible to the ISP WiMAX signal?
    thank you for your help and support.

    T500CU,
    Amplifying on Bill's post, the 5100 and 5300 are non-WiMax implementations of Intel's network card family. WiMax is supported by the 5150 and 5350 versions. (Why vendors of advanced systems, including Lenovo, would bother with the lower-performing 5100 and 5150 is a bit baffling.)
    Another mystery is that, for many weeks, Lenovo hasn't offered the 5350 card on most CTO systems. We've had to configure recent T400 orders with the 5300 and swap them out (non-economic, but marginally useful as spares) for 5350s acquired elsewhere.  We've been pleased with 5350s and service from this dude in Hartford:
    http://cgi.ebay.com/Intel-IBM-Thinkpad-T400-5350-AGN-802-11N-Wireless-Card_W0QQitemZ400068966656QQcm...
    Don't be tempted by others who offer "engineering samples" for a lowball price. Buy the production card. Incidentally, Lenovo/IBM carries the 5350 as a part (FRU #42T0965), but it's pricey: currently, $146.
    --BAM  

Maybe you are looking for

  • Creating a TOC in Pages 09

    Created a document using a BLANK word processing format in Pages 09, not a template. I want to create a Table of Contents. When I review the users guide, it states that I need to use a template in order to create a TOC. What do you think

  • Edges appearing on logo composites

    Hi all! I'm dropping in some logos against some footage for an edit I'm doing in FCP. The logo has been sent as a PDF and I have tried converting to Jpeg, PSD, PNG and all when I drop them in are showing a thin edge in black on a couple of the sides

  • A very strange phenomenon in my N81.

    Hi everybody, Iam confronting a very strange phenomenon in my N81. Messages in my Inbox, My folders and Drafts are regularly, every few days, disappearing. Is there any settings that causes such SMS deletion. Does anybody ran across such phenomena. T

  • I just upgraded to Windows 7. Downloaded I-Tunes but its telling me I need to authorize my computer to download to my I-Pod. How do I do this?

    I just upgraded to Windows 7 and downloaded I-Tunes. In order for me to put all my songs on my I-Pod I am being told that I have to authorize my computer. How do I do this?

  • I messed up my System with dotpac (solved)

    Hey guys, I think i got some serious problem here. I just installed dotpac and removed all old files with the new .pacsave files. No i can't log in as root anymore, because i removed the passwd file... Any idea what to do now?