Jaime

Latest posts — page 39

Cisco ASA Dynamic Access Policies (DAP)

DAP is the ASA's runtime override layer for VPN sessions: match AAA attributes, endpoint posture, and connection data at login, then override what the group policy pushed. Record structure, matching logic, and precedence on a live ASAv.

Cisco ASA AAA for VPN: LDAP, RADIUS, and TACACS+

Wire LDAP, RADIUS, and TACACS+ into the ASA for VPN authentication, authorization, and accounting. Full configuration of all three on a live ASAv 9.23, and when a production firewall uses each one.

Cisco ASA VPN Group Policies and Tunnel Groups

Tunnel-groups are the connection profiles users select; group-policies are the attribute bundles the ASA pushes once they connect. This article walks the inheritance chain with real running-config from a live ASAv 9.23(1).

Cisco ASA Split Tunneling Explained

The three split-tunnel modes on Cisco ASA AnyConnect: what each mode tunnels, the configuration for each, and the gotchas that bite in production, with all output from a live ASAv 9.23(1).

Cisco ASA AnyConnect IKEv2 VPN Configuration

AnyConnect over IKEv2/IPsec instead of SSL: real advantages for performance, posture, and FIPS environments. The full remote-access configuration on ASA 9.x, with show output captured from a live ASAv 9.23(1) in the lab.

Cisco ASA AnyConnect SSL VPN Configuration

Full AnyConnect SSL VPN configuration on ASA 9.x: certificate, IP pool, group-policy, tunnel-group, AAA, and the WebVPN service that ties it together. Every show output is from a live ASAv 9.23(1).

Cisco ASA ACL Troubleshooting with packet-tracer

Most broken ACL tickets are really misread ACLs. This reference shows how to prove which line a packet actually hit using packet-tracer, show access-list hit counters, and show asp drop, all captured from a live ASAv in the lab.

Cisco ASA NAT Order of Operations Cheat Sheet

The ASA evaluates NAT rules in a fixed order and stops at the first match. This cheat sheet lays out the order of operations on software 9.x, grounded in real show nat detail output from the lab.

Cisco ASA Identity NAT / NAT Exemption for VPNs

VPN peers expect to see original inside addresses, and source NAT in the path corrupts the SA selectors. Identity NAT translates a flow to itself. This article shows the configuration with real captures from the PingLabz lab.

Cisco ASA Twice NAT Explained with Real Examples

Twice NAT translates on source and destination together: PAT to a partner-whitelisted address only when traffic heads to the partner network. Configuration and verification on ASA 9.x with real captures from the reference lab.

Cisco ASA Static NAT for Publishing a Server in the DMZ

Publish a DMZ web server through the ASA with static NAT: a fixed, bidirectional translation that rewrites the destination on every inbound packet. End-to-end configuration on ASA 9.x with real captures from the PingLabz reference lab.

Cisco ASA Dynamic PAT Configuration for Internet Access

The outbound NAT rule almost every ASA runs: dynamic PAT to the outside interface IP. This post covers the exact configuration on a real ASAv, the show commands that prove it works, and the failure modes you will eventually see.