Month: October 2019

"Network diagram showing NAT translation with router R1 converting inside local IPs to global IPs for accessing external servers like Wordpress.org
CCNA October 10, 2019

What are the types of NAT translation? Exclusive Guide (Updated 2025)

There are three main types of NAT translation: static NAT, dynamic NAT, and port address translation (PAT). This guide is tailored for CCNA (200-301) and CCNP (ENCOR & ENARSI) students, with full Cisco IOS configurations, packet walk-throughs, verification commands, and troubleshooting tips. Static NAT Static NAT translation is also known as one-to-one NAT. Static NAT […]
Asad Ijaz Read More
NAT terminology diagram showing inside local 192.168.1.100 translated to inside global 172.35.10.2 with outside local 20.41.5.19 and outside global 209.165.201.1
CCNA October 9, 2019

NAT Terminology Explained: CCNA 200-301 Must-Know Address Types

As discussed before, NAT translates private IP addresses into public IP addresses. So in the process of translation, there are different operations involved, and understanding each of them requires understanding NAT terminology. Therefore, before understanding NAT in detail, it is important to understand basic NAT terminology. In NAT terminology, the inside network is the set […]
Asad Ijaz Read More
Stateful DHCPv6 topology showing server on G0/1 assigning 2001:ABCD:1:B::/64 prefix to client
CCNA October 6, 2019

How to Configure Stateful DHCPv6 Server

We can configure the stateful DHCPv6 server, similar to a stateless server. The difference between stateless and stateful is that a stateful server also includes IPv6 addressing information similar to a DHCPv4 server and obtains the state of the DHCP. Similar to stateless DHCPv6, we need to enable unicast routing. The command ipv6 unicast-routing enables […]
Asad Ijaz Read More
DHCPv6 operation 6-step flowchart: Router Solicitation → Advertisement → SOLICIT to servers → Unicast Advertisement → REQUEST/INFO-REQUEST → Reply
CCNA October 5, 2019

DHCPv6 Operation: Avoid Costly IPv6 Configuration Mistakes

Both of the stateless and stateful DHCPv6 operations are started with an ICMPv6 RA message from the router. The RA message may have been periodic or solicited by the device using an RS message. The devices start client and server communication when stateless or stateful DHCPv6 is indicated in the RA message. The DHCPv6 operation […]
Asad Ijaz Read More
Diagram illustrating three IPv6 address assignment methods via Router Advertisement (RA) flags: SLAAC (M=0, O=0), Stateless DHCPv6 (M=0, O=1), and Stateful DHCPv6 (M=1, O=1). Each section shows how a client interacts with a router and optionally a DHCPv6 server to obtain IPv6 configuration.
CCNA October 4, 2019

SLAAC and DHCPv6 – Exclusive Details

Remember that we already discussed the introduction of the SLAAC and DHCPv6 in Router Advertisement (RA) messages. Now, we will briefly discuss both SLAAC and DHCPv6. Recall that the router sends a Router Advertisement (RA) message. The setting of the Router Advertisement (RA) message decides whether a client can obtain its IPv6 address information automatically […]
Asad Ijaz Read More
Forum