Archive

Latest posts — page 38

Cisco ASA Dynamic PAT Configuration for Internet Access

Almost every Cisco ASA in the world runs the same outbound NAT rule: take everything coming from the inside subnets and translate it to the outside interface IP, port-mapped. That is dynamic Port Address Translation, and it is the

Cisco ASA Site-to-Site IPsec VPN Configuration

Site-to-site IPsec VPN on the Cisco ASA is the most common way to interconnect two offices, a branch and headquarters, or a corporate network and a cloud VPC. The ASA has supported it since the PIX days, and

Cisco ASA Security Levels Explained: Inside, Outside, DMZ

Security levels are the single most distinctive feature of Cisco ASA configuration. Every ASA interface gets a numeric value from 0 (lowest trust, typically the internet) to 100 (highest trust, typically your inside LAN), and the default forwarding behavior between

Cisco ASA NAT Explained: Auto NAT vs Manual NAT

Network Address Translation on the Cisco ASA is the single most common source of "why does this not work" tickets. The reason is not that NAT is hard, it is that the ASA syntax changed substantially in software

Cisco ASA packet-tracer Command: Complete Troubleshooting Guide

If you only learn one Cisco ASA troubleshooting command, make it packet-tracer. It simulates a single hypothetical packet through every ASA decision point - existing-connection lookup, security check, NAT untranslate, ACL, NAT translate, route lookup, egress checks - and tells

members

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

OSPF has a lot of moving parts. The state machine. The LSA types. The area types and what each one filters. The exact words to type when adjacency is stuck in EXSTART. The PingLabz OSPF Field Reference puts all of

members

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

BGP has a lot of moving parts. The state machine. The 13-step path-selection algorithm. The dozen knobs that influence which path wins. The exact words to type when adjacency is stuck in OpenSent. The PingLabz BGP Field Reference

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...

mGRE and DMVPN Introduction

Multipoint GRE, NHRP, and IPsec combined to form DMVPN. The three phases, hub and spoke config for Phase 3, verification commands, and design tradeoff