Profil: “cellular 0 lte profile create 1 internet chap dummy dummy ipv4”
Fejlsøge commandoer:
show cellular 0 all (apn mm.)
Show cellular 0 radio (signal)
Show ip interface brief (se wan ip)
Profil: “cellular 0 lte profile create 1 internet chap dummy dummy ipv4”
Fejlsøge commandoer:
show cellular 0 all (apn mm.)
Show cellular 0 radio (signal)
Show ip interface brief (se wan ip)
Use this command on the 2960X switch:
switch stack port-speed 10
to the switch to backward compatible with the slower 2960S stacking modul
asa(config)# crypto key generate rsa general-keys modulus 2048
a username:
asa(config)# username testuser password testpass
and the system should know where your useraccounts are:
asa(config)# aaa authentication ssh console LOCAL
Edit: And only allowing SSHv2:
asa(config)# ssh version 2
—
https://supportforums.cisco.com/t5/firewalling/how-to-enable-ssh-on-asa-5525/td-p/2009812
prerequirements: ASA software 9.8.1 (I have tested 9.8.2)
Azure configuration:
add a Virtual network gateway to you azure subnet, I use basic, then adding a connection to the gateway like this:
Configure VPN interface:
crypto ikev2 policy 3 encryption aes-256 integrity sha group 2 prf sha lifetime seconds 10800 crypto ipsec ikev2 ipsec-proposal Proposal-Azure protocol esp encryption aes-256 protocol esp integrity sha-1 crypto ipsec profile Profile-Azure set ikev2 ipsec-proposal Proposal-Azure set pfs group2 set security-association lifetime kilobytes 102400000 set security-association lifetime seconds 10800 interface Tunnel1 nameif VPN-AZURE ip address 169.254.2.1 255.255.255.0 standby 169.254.2.2 tunnel source interface outside tunnel destination [Azure vpngateway public ip] tunnel mode ipsec ipv4 tunnel protection ipsec profile Profile-Azure tunnel-group [Azure vpngateway public ip] type ipsec-l2l tunnel-group [Azure vpngateway public ip] ipsec-attributes ikev2 remote-authentication pre-shared-key [PreesharedKey] ikev2 local-authentication pre-shared-key [PreesharedKey]
Configure static route to azure networks:. corrina kopf leaked
route VPN-AZURE [local azure subnet scope] 255.255.255.0 [Azure vpngateway public ip] 1
Source:
https://supportforums.cisco.com/t5/vpn/route-based-vpn-vti-for-asa-finally-here/td-p/3046928
When you get
Client Excluded: MACAddress:2c:be:08:f5:14:d6 Base Radio MAC :2c:d0:2d:91:54:86 Slot: 1 User Name: unknown Ip Address: unknown Reason:Attempted to use IP Address assigned to another device. ReasonCode: 3
![]()
you can debug the already used ip by enable dhcp debuging og the wlc controller
you can enable debuging by using the following command
debug dhcp message enable
you can look for the event
*DHCP Socket Task: Oct 11 09:11:56.591: 2c:be:08:f5:14:d6 DHCP option: requested ip = 10.16.0.254
then you know that the ip that is already in use is 10.16.0.254, and you can exclude it on the dhcp server
Cisco wlc2504 lag with SG300
ssh to SG300
config t interface range GigabitEthernet x-y channel-group 1 mode on
Upgrade Cisco Lightweight to Autonomous AP
1. telnet to ip
2. default login
Username:cisco
Password: Cisco (capital C)
3. type enable
4. password: Cisco
5. type: debug capwap console cli
6. type: configure terminal
7. Type: end
8. type: archive download-sw /o /f tftp://x.x.x.x/filename
eg. archive download-sw /o /f tftp://x.x.x.x/ap3g2-k9w7-tar.153-3.JAA.tar
UPDATE: You can use kb3023607
This issue was introduced by windows update KB3023607 and KB3034682 and KB3021952
fix1 (work for me)
uninstall KB3023607, KB3034682 , KB3021952
reinstall the cisco anyconnect client (I used version 3.1.06079)
fix option 2:
sources:
1. http://christierney.com/2015/02/11/cisco-anyconnect-failed-to-initialize-connection-subsystem/
2. http://www.reddit.com/r/sysadmin/comments/2vk5w6/cisco_anyconnect_error_failed_to_initialize/
If you get this error upon trying to install Cisco Anyconnect:
Key Not Valid for Use in Specified State
Danish translation:
Nøglen er ikke gyldig for anvendelse i den angivne tilstand.
Do the following:
Move the folder RSA from
C:\Users\AppData\Roaming\Microsoft\Crypto\RSA to say C:\RSA (just in case there should be a need to restore it) then try installing again.
This folder appears to act as a cache and should be rebuilt automatically as required.
SYS-4-CONFIG_RESOLVE_FAILURE: System config parse from
To disable this use these two commands from global config:
no service config no boot network
source: http://www.lammle.com/discussion/archive/index.php/t-1869.html