Latest posts — page 33

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.

Cisco ASA Site-to-Site IPsec VPN Configuration

Configure site-to-site IPsec on the Cisco ASA the way 90 percent of production tunnels run today: IKEv2 with crypto maps, plus a section on route-based VTI for engineers who want the route-aware model.

Cisco ASA NAT Explained: Auto NAT vs Manual NAT

ASA NAT changed completely in software 8.3, and old documentation still teaches the wrong model. This guide covers the modern one: Auto NAT vs Manual NAT, how they differ, and the order the ASA evaluates them.

members

OSPF Field Reference (9-Page Printable Cheat-Sheet)

Nine printable pages of OSPF: the neighbor state machine, the six LSA types compared, area types and what each one filters, DR/BDR election rules, and the exact words to type when adjacency is stuck in EXSTART.

members

BGP Field Reference (9-Page Printable Cheat-Sheet)

Nine printable pages of BGP: the neighbor state machine, the 13-step path selection algorithm, the major path attributes side by side, AS-path regex patterns, and the commands to type when an adjacency sticks in OpenSent.

GRE Tunnel Troubleshooting: Recursive Routing and Five More Failures

The field guide for GRE failures on Cisco IOS XE, rebuilt around a real CML capture of a recursive-routing flap. The %ADJ-5-PARENT looped chain that lands just before %TUN-5-RECURDOWN, the administrative distance comparison that causes it, and three fixes: a static /32, filtering the transport...