snmptable

snmptable -Cl -CB -Ci -OX -Cb -Cc 16 -Cw 64 -v2c -c <community> <host:port> CISCO-WLAN-ACCESS-POINT-MIB::apAssocTable

On a Cisco WAP571, it produces the following output.

Interface       Authenticated   Associated      RxPackets
TxPackets       RxBytes         TxBytes         ListenInterval
LastRssi        TxDropBytes     RxDropBytes     TxDropPackets
RxDropPackets   ClntQoSStatus   BwLimitUp       BwLimitDown
ACLType         ACL             Policy          TsViolateTxPack
TsViolateRxPack Uptime

index: [8:c5:e1:35:b5:89]
wlan1vap2       yes             yes             17056
23016           3871353         25017797        10
32              0               0               0
0               Disabled        0               0
None                                            Wrong Type (sho
Wrong Type (sho 00:01:03

index: [48:90:2f:cd:9f:35]
wlan1vap2       yes             yes             75219
433258          14643877        530054579       2
22              0               0               0
0               Disabled        0               0
None                                            Wrong Type (sho
Wrong Type (sho 00:02:10

index: [7c:f3:1b:bf:ca:ff]
wlan0vap2       yes             yes             14351
23055           1897849         28821887        5
15              0               0               0
0               Disabled        0               0
None                                            Wrong Type (sho
Wrong Type (sho 00:00:36

index: [8c:83:e1:ce:33:f2]
wlan1vap2       yes             yes             91
93              15906           37253           5
39              0               0               0
0               Disabled        0               0
None                                            Wrong Type (sho
Wrong Type (sho 00:00:19

index: [b8:d7:af:f:47:4c]
wlan1vap2       yes             yes             9948
8279            1935919         3804742         10
30              0               0               0
0               Disabled        0               0
None                                            Wrong Type (sho
Wrong Type (sho 00:06:30

ISAKMP (IKE Phase 1) Status Messages MM_WAIT_MSG#

I’ve been meaning to copy this back here but haven’t had the chance until now. I reference this so much, figured it’d have stuck in my mind by now… Anyway, this is one of the best resources for quick analysis troubleshooting of MM_WAIT_MSG errors on VPN tunnels for Cisco ASA / PIX from https://www.tunnelsup.com/isakmp-ike-phase-1-status-messages/.

ISAKMP (IKE Phase 1) Negotiations States

The MM_WAIT_MSG state can be an excellent clue into why a tunnel is not forming. If your firewall is hanging at a specific state review this graph below to find where along the path the VPN is failing.

ASA ISAKMP STATES

Graph source: tunnelsup.com


These are the possible ISAKMP negotiation states on an ASA firewall. ISAKMP stands for: The Internet Security Association and Key Management Protocol

  • MM_WAIT_MSG2 Initiator Initial DH public key sent to responder. Awaiting initial contact reply from other side. Initiator sends encr/hash/dh ike policy details to create initial contact. Initiator will wait at MM_WAIT_MSG2 until it hears back from its peer. If stuck here it usually means the other end is not responding. This could be due to no route to the far end or the far end does not have ISAKMP enabled on the outside or the far end is down.
  • MM_WAIT_MSG3 Receiver Receiver is sending back its IKE policy to the initiator. Initiator sends encr/hash/dh ike policy details to create initial contact. Initiator will wait at MM_WAIT_MSG2 until it hears back from its peer. Hang ups here may also be due to mismatch device vendors, a router with a firewall in the way, or even ASA version mismatches.
  • MM_WAIT_MSG4 Initiator Initiator is sending the Pre-Shared-Key hash to its peer. Initiator sends a hash of its PSK. Initiator will stay at MSG4 until it gets a PSK back from its peer. If the receiver is missing a tunnel group or PSK the initiator will stay at MM_WAIT_MSG4
  • MM_WAIT_MSG5 Receiver Receiver is sending its PSK hash to its peer. Receiver does not yet check if PSK hashes match. If receiver has a tunnel-group and PSK configured for this peer it will send the PSK hash to the peer. If PSKs don’t match, receiver will stay at MM_WAIT_MSG5. I have also seen the tunnel stop here when NAT-T was on when it needed to be turned off.
  • MM_WAIT_MSG6 Initiator Initiator checks if PSK hashes match. If PSK keys match, Initiator becomes MM_ACTIVE and lets receiver know of match. If PSK doesn’t match, initiator stays at MM_WAIT_MSG6. I have also seen the tunnel stop here when NAT-T was on when it needed to be turned off. However, if the state goes to MSG6 then the ISAKMP gets reset that means phase 1 finished but phase 2 failed. Check that IPSEC settings match in phase 2 to get the tunnel to stay at MM_ACTIVE.
  • AM_ACTIVE / MM_ACTIVE The ISAKMP negotiations are complete. Phase 1 has successfully completed.

PIX ISAKMP STATES

  • MM_NO_STATE

ISAKMP SA has been created but nothing else has happened yet.

  • MM_SA_SETUP

The peers have agreed on parameters for the ISAKMP SA.

  • MM_KEY_EXCH

The peers have exchanged Diffie-Hellman public keys and have generated a shared secret. The I SAKMP SA remains unauthenticated.

  • MM_KEY_AUTH

The ISAKMP SA has been authenticated. If the router initiated this exchange, this state trans itions immediately to QM_IDLE and a Quick mode exchange begins.

  • AG_NO_STATE

The ISAKMP SA has been created but nothing else has happened yet.

  • AG_INIT_EXCH

The peers have done the first exchange in Aggressive mode but the SA is not authenticated.

  • AG_AUTH

The ISAKMP SA has been authenticated. If the router initiated this exchange, this state transitions immediately to QM_IDLE and a Quick mode exchange begins.

  • QM_IDLE

The ISAKMP negotiations are complete. Phase 1 successfully completed. It remains authenticated with its peer and may be used for subsequent Quick mode exchanges.

What is the difference between MM and AM?

Main mode vs Aggressive mode. Here is a image taken from Cisco’s website to show the difference.

Graphic source: tunnelsup.com


As you can see the Main mode is the same as the flowchart at the top of the page. Aggressive mode only uses 4 steps to establish the tunnel.

Troubleshooting ISAKMP Or Phase 1 VPN connections

When troubleshooting VPNs, a very common problem is phase 1 not establishing correctly. Here’s a quick checksheet to make sure you have the configuration correct.

  • Verify ISAKMP parameters match exactly.
  • Verify pre-shared-keys match exactly.
  • Check that each side has a route to the peer address that you are trying to form a tunnel with.
  • Verify ISAKMP is enabled on the outside interfaces.
  • Is ESP traffic permitted in through the outside interface?
  • Is UDP port 500 open on the outside ACL?
  • Some situations require that UDP port 4500 is open for the outside.

The vpn client agent was unable to create the interprocess communication depot.

When installing Cisco AnyConnect VPN client, encountered an error:

The vpn client agent was unable to create the interprocess communication depot.

This error is due to Internet Connection Sharing being enabled.  To resolve, disable ICS per adapter, or globally through Services.
Per Adapter:

  1. Click the Start button.
  2. Click on Control Panel.
  3. Click on View Network Status and Tasks
  4. Click on Change adapter settings
  5. Right-click the shared connection and choose Properties
  6. Click the Sharing tab
  7. Clear the Allow other network users to connect through this computer’s Internet connection checkbox
  8. Click OK

System Wide:

  1. Click the Start button (Windows’ orb)
  2. Type: services.msc and press ENTER
  3. Double-Click on Internet Connection Sharing (ICS)
  4. Change Startup Type to Disabled
  5. Reboot the computer