<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Vietnamese Professional - CCNP Security Core</title>
		<link>https://www.forum.vnpro.org/</link>
		<description />
		<language>vi</language>
		<lastBuildDate>Sun, 07 Jun 2026 10:54:25 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title>Vietnamese Professional - CCNP Security Core</title>
			<link>https://www.forum.vnpro.org/</link>
		</image>
		<item>
			<title><![CDATA[[PHẦN 4/6] CCNP SCOR 350-701 | Infrastructure Security + Cisco Secure Firewall (Part 1)]]></title>
			<link>https://www.forum.vnpro.org/forum/ccnp-security/security-core/440979-phần-4-6-ccnp-scor-350-701-infrastructure-security-cisco-secure-firewall-part-1</link>
			<pubDate>Tue, 02 Jun 2026 06:58:00 GMT</pubDate>
			<description>CHƯƠNG 6: Infrastructure Security 
Hardening Network Devices — Cisco IOS 
Management Plane Hardening: 
ios 
! Dùng SSH v2, disable Telnet 
ip ssh...</description>
			<content:encoded><![CDATA[<b>CHƯƠNG 6: Infrastructure Security</b><br />
<b>Hardening Network Devices — Cisco IOS</b><br />
<b>Management Plane Hardening:</b><br />
ios<br />
! Dùng SSH v2, disable Telnet<br />
ip ssh version 2<br />
line vty 0 15<br />
transport input ssh<br />
login local<br />
! Encrypted enable password<br />
enable secret &lt;strong_password&gt;<br />
service password-encryption<br />
! Disable unused services<br />
no ip http server<br />
no ip http secure-server ! (nếu không dùng web management)<br />
no cdp run ! (nếu không cần)<br />
no ip finger<br />
no ip source-route<br />
! Timeout<br />
line vty 0 15<br />
exec-timeout 10 0<br />
! Login banner<br />
banner motd ^<br />
UNAUTHORIZED ACCESS PROHIBITED<br />
^<br />
<b>Control Plane Policing (CoPP):</b><br />
Rate-limit traffic đến CPU của router/switch.<br />
Ngăn CPU exhaustion attacks (SYN flood, ICMP flood targeting control plane).<br />
ios<br />
! Ví dụ CoPP policy<br />
policy-map CONTROL-PLANE-POLICY<br />
class ICMP-CLASS<br />
police rate 64000 bps<br />
class ROUTING-PROTOCOLS<br />
police rate 1000000 bps<br />
class DEFAULT<br />
police rate 128000 bps<br />
<b>Data Plane Hardening:</b><br />
<b>DHCP Snooping:</b><br />
ios<br />
ip dhcp snooping<br />
ip dhcp snooping vlan 10,20<br />
interface gi0/1 ! Uplink = trusted<br />
ip dhcp snooping trust<br />
Chỉ cho phép DHCP offers từ trusted ports. Ngăn rogue DHCP server.<br />
<b>Dynamic ARP Inspection (DAI):</b><br />
ios<br />
ip arp inspection vlan 10,20<br />
Ngăn ARP poisoning bằng cách validate ARP packets với DHCP snooping binding table.<br />
<b>IP Source Guard:</b><br />
Validate IP packets dựa trên DHCP snooping table. Ngăn IP spoofing từ hosts.<br />
<b>uRPF (Unicast Reverse Path Forwarding):</b><br />
ios<br />
interface gi0/0<br />
ip verify unicast source reachable-via rx<br />
Drop packets nếu source IP không có valid return path. Ngăn IP spoofing.<br />
<b>Port Security:</b><br />
ios<br />
interface fa0/1<br />
switchport port-security maximum 2<br />
switchport port-security violation shutdown<br />
switchport port-security mac-address sticky<br />
<b>SNMPv3 — Why It Matters</b><br />
SNMPv1/v2c: Community string plaintext. Easy to sniff.<br />
<b>SNMPv3:</b> Authentication + Encryption.<br />
Security Levels:<br />
- <b>noAuthNoPriv:</b> Không auth, không encrypt. Dùng với SNMP v1/v2 community.<br />
- <b>authNoPriv:</b> Auth (MD5 hoặc SHA), không encrypt.<br />
- <b>authPriv:</b> Auth + Encrypt (DES hoặc AES). <b>← Dùng cái này.</b><br />
ios<br />
snmp-server group ADMIN-GROUP v3 priv<br />
snmp-server user admin ADMIN-GROUP v3 auth sha &lt;auth-pass&gt; priv aes 128 &lt;priv-pass&gt;<br />
<a href="https://www.facebook.com/hashtag/infrastructuresecurity?__cft__&#91;0]=AZa-85FH4_B13iovGwq3LB4QX72B3mAIoWNSkzlJ_eD8TVd2Hi2GefYBJn5BJfSVd__XbkLJYWDo2wGCOpMvrx21ZZyyqPfPKqK7FrcVQ94qcheOesWwDRqvt8pz5Li7BITQvfpJpeWyTU4Q8J5zH2Vg&amp;__tn__=*NK-R" target="_blank">#InfrastructureSecurity</a> <a href="https://www.facebook.com/hashtag/ciscofirepower?__cft__&#91;0]=AZa-85FH4_B13iovGwq3LB4QX72B3mAIoWNSkzlJ_eD8TVd2Hi2GefYBJn5BJfSVd__XbkLJYWDo2wGCOpMvrx21ZZyyqPfPKqK7FrcVQ94qcheOesWwDRqvt8pz5Li7BITQvfpJpeWyTU4Q8J5zH2Vg&amp;__tn__=*NK-R" target="_blank">#CiscoFirepower</a> <a href="https://www.facebook.com/hashtag/ngfw?__cft__&#91;0]=AZa-85FH4_B13iovGwq3LB4QX72B3mAIoWNSkzlJ_eD8TVd2Hi2GefYBJn5BJfSVd__XbkLJYWDo2wGCOpMvrx21ZZyyqPfPKqK7FrcVQ94qcheOesWwDRqvt8pz5Li7BITQvfpJpeWyTU4Q8J5zH2Vg&amp;__tn__=*NK-R" target="_blank">#NGFW</a> <a href="https://www.facebook.com/hashtag/ips?__cft__&#91;0]=AZa-85FH4_B13iovGwq3LB4QX72B3mAIoWNSkzlJ_eD8TVd2Hi2GefYBJn5BJfSVd__XbkLJYWDo2wGCOpMvrx21ZZyyqPfPKqK7FrcVQ94qcheOesWwDRqvt8pz5Li7BITQvfpJpeWyTU4Q8J5zH2Vg&amp;__tn__=*NK-R" target="_blank">#IPS</a> <a href="https://www.facebook.com/hashtag/amp?__cft__&#91;0]=AZa-85FH4_B13iovGwq3LB4QX72B3mAIoWNSkzlJ_eD8TVd2Hi2GefYBJn5BJfSVd__XbkLJYWDo2wGCOpMvrx21ZZyyqPfPKqK7FrcVQ94qcheOesWwDRqvt8pz5Li7BITQvfpJpeWyTU4Q8J5zH2Vg&amp;__tn__=*NK-R" target="_blank">#AMP</a><br />
<img data-attachmentid="440984" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440984&amp;d=1780383456" alt="Click image for larger version

Name:	1.png
Views:	6
Size:	29.6 KB
ID:	440984" data-fullsize-url="filedata/fetch?id=440984&amp;d=1780383456" data-thumb-url="filedata/fetch?id=440984&amp;d=1780383456&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> <img data-attachmentid="440980" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440980&amp;d=1780383454" alt="Click image for larger version

Name:	2.png
Views:	5
Size:	27.8 KB
ID:	440980" data-fullsize-url="filedata/fetch?id=440980&amp;d=1780383454" data-thumb-url="filedata/fetch?id=440980&amp;d=1780383454&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> <img data-attachmentid="440982" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440982&amp;d=1780383455" alt="Click image for larger version

Name:	3.png
Views:	5
Size:	28.0 KB
ID:	440982" data-fullsize-url="filedata/fetch?id=440982&amp;d=1780383455" data-thumb-url="filedata/fetch?id=440982&amp;d=1780383455&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> <img data-attachmentid="440981" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440981&amp;d=1780383455" alt="Click image for larger version

Name:	4.png
Views:	4
Size:	27.0 KB
ID:	440981" data-fullsize-url="filedata/fetch?id=440981&amp;d=1780383455" data-thumb-url="filedata/fetch?id=440981&amp;d=1780383455&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> ​]]></content:encoded>
			<category domain="https://www.forum.vnpro.org/forum/ccnp-security/security-core">CCNP Security Core</category>
			<dc:creator>anhnguyxn</dc:creator>
			<guid isPermaLink="true">https://www.forum.vnpro.org/forum/ccnp-security/security-core/440979-phần-4-6-ccnp-scor-350-701-infrastructure-security-cisco-secure-firewall-part-1</guid>
		</item>
		<item>
			<title><![CDATA[[PHẦN 3/6] CCNP SCOR 350-701 | AAA + Network Visibility &amp;amp; Segmentation]]></title>
			<link>https://www.forum.vnpro.org/forum/ccnp-security/security-core/440725-phần-3-6-ccnp-scor-350-701-aaa-network-visibility-segmentation</link>
			<pubDate>Wed, 27 May 2026 00:46:41 GMT</pubDate>
			<description><![CDATA[CHƯƠNG 4: AAA &amp; Identity Management 
Framework AAA 
Authentication: Bạn là AI? 
Authorization: Bạn được làm GÌ? 
Accounting: Bạn đã làm GÌ?...]]></description>
			<content:encoded><![CDATA[<b>CHƯƠNG 4: AAA &amp; Identity Management</b><br />
<b>Framework AAA</b><br />
<b>Authentication: Bạn là AI?</b><br />
<b>Authorization: Bạn được làm GÌ?</b><br />
<b>Accounting: Bạn đã làm GÌ?</b><br />
<b>Authentication Deep Dive</b><br />
<b>Authentication Factors:</b><br />
<b>| Factor | Type | Ví dụ |</b><br />
<b>|--------|------|-------|</b><br />
<b>| Something you know | Knowledge | Password, PIN, security question |</b><br />
<b>| Something you have | Possession | Hardware token (RSA SecurID), smart card, TOTP app |</b><br />
<b>| Something you are | Inherence | Fingerprint, face recognition, retina |</b><br />
<b>| Somewhere you are | Location | IP geolocation, GPS |</b><br />
<b>MFA (Multi-Factor Authentication): Kết hợp 2+ factors từ KHÁC NHAU loại.</b><br />
<b>Password + SMS OTP = 2FA nhưng weak (SMS có thể bị SIM swapping).</b><br />
<b>Password + Hardware token (YubiKey) = Strong 2FA.</b><br />
<b>Authentication Protocols:</b><br />
<b>RADIUS (Remote Authentication Dial-In User Service):</b><br />
<b>- Port: 1812 (Authentication), 1813 (Accounting). Port cũ: 1645/1646.</b><br />
<b>- Transport: UDP.</b><br />
<b>- Mã hóa: Chỉ password** được mã hóa. Phần còn lại plaintext.</b><br />
<b>- Combines Authentication + Authorization trong cùng response.</b><br />
<b>- Use case: Network Access (WiFi 802.1X, VPN, dial-up).</b><br />
<b>TACACS+ (Terminal Access Controller Access-Control System Plus):</b><br />
<b>- Cisco proprietary (mặc dù có RFC).</b><br />
<b>- Port: 49.</b><br />
<b>- Transport: TCP (reliable).</b><br />
<b>- Mã hóa: Toàn bộ packet body được mã hóa.</b><br />
<b>- Tách biệt hoàn toàn A-A-A** — có thể dùng RADIUS cho Auth, TACACS+ cho Authorization.</b><br />
<b>- Use case: Device administration (router, switch management). Granular command authorization.</b><br />
<b><i>&gt; <img data-align="none" data-size="full" border="0" src="https://static.xx.fbcdn.net/images/emoji.php/v9/t3c/1/16/1f4a1.png" alt="" data-fullsize-url="https://static.xx.fbcdn.net/images/emoji.php/v9/t3c/1/16/1f4a1.png" data-thumb-url="https://static.xx.fbcdn.net/images/emoji.php/v9/t3c/1/16/1f4a1.png" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> </i></b><b>Exam tip quan trọng:</b><br />
<b><i>&gt; - RADIUS: UDP, mã hóa password, kết hợp AuthN + AuthZ. → </i></b><b>Network Access</b><br />
<b><i>&gt; - TACACS+: TCP, mã hóa full packet, tách A-A-A. → </i></b><b>Device Management</b><br />
<b>LDAP/Active Directory:</b><br />
<b>- LDAP: Port 389 (plain), 636 (LDAPS).</b><br />
<b>- AD: Microsoft's LDAP implementation với Kerberos authentication.</b><br />
<b>- Dùng cho enterprise user directory.</b><br />
<b>SAML 2.0: XML-based. Dùng cho web SSO (Single Sign-On). Identity Provider (IdP) + Service Provider (SP).</b><br />
<b>OAuth 2.0: Authorization framework (không phải authentication!). Cho phép apps access resources mà không cần credentials. Grant types: Authorization Code, Client Credentials, Device Flow.</b><br />
<b>OpenID Connect (OIDC): Authentication layer on top of OAuth 2.0. Adds ID Token (JWT).</b><br />
<b>---</b><br />
<b>Access Control Models</b><br />
<b>DAC (Discretionary Access Control):</b><br />
<b>Chủ sở hữu resource quyết định quyền. Flexible nhưng khó quản lý tập trung.</b><br />
<b>Windows file permissions là ví dụ điển hình.</b><br />
<b>MAC (Mandatory Access Control):</b><br />
<b>Security labels (Top Secret, Secret, Classified, Unclassified).</b><br />
<b>System quyết định access dựa trên label của user và resource.</b><br />
<b>Dùng trong government/military. Linux SELinux là implementation.</b><br />
<b>RBAC (Role-Based Access Control):</b><br />
<b>Permissions gán cho roles, users gán vào roles.</b><br />
<b>Dễ quản lý ở scale. &quot;Principle of Least Privilege.&quot;</b><br />
<b>Ví dụ: Admin role, ReadOnly role, Auditor role.</b><br />
<b>ABAC (Attribute-Based Access Control):</b><br />
<b>Access decisions dựa trên attributes (department, location, device type, time of day).</b><br />
<b>Flexible hơn RBAC nhưng complex hơn.</b><br />
<b>IF user.department == &quot;Finance&quot; AND device.type == &quot;managed&quot; AND time == &quot;business_hours&quot;</b><br />
<b>THEN allow access to financial_reports</b><br />
<b>Zero Trust Architecture</b><br />
<b>Nguyên tắc cốt lõi: &quot;Never trust, always verify.&quot;</b><br />
<b>Traditional: Trust everything inside the perimeter.</b><br />
<b>Zero Trust: Trust NOTHING by default. Verify every request, every time.</b><br />
<b>Pillars of Zero Trust:</b><br />
<b>1. Verify explicitly: Authenticate và authorize dựa trên tất cả data points (identity, location, device health, service/workload, data classification, anomalies).</b><br />
<b>2. Least privilege access: Limit user access với JIT (Just-In-Time) và JEA (Just-Enough-Access).</b><br />
<b>3. Assume breach: Minimize blast radius. Encrypt everything. Segment network.</b><br />
<b>Cisco Zero Trust Components:</b><br />
<b>- Cisco Duo: MFA + device trust assessment.</b><br />
<b>- Cisco ISE: Policy engine cho network access.</b><br />
<b>- Cisco Umbrella: DNS security + CASB.</b><br />
<b>- Cisco Secure Endpoint: Endpoint posture.</b><br />
<b>CHƯƠNG 5: Network Visibility &amp; Segmentation</b><br />
<b>Network Segmentation</b><br />
<b>Mục tiêu: Limit lateral movement sau khi attacker đã vào network.</b><br />
<b>VLANs (Virtual LANs):</b><br />
<b>- Layer 2 segmentation.</b><br />
<b>- Traffic giữa VLANs phải qua router/L3 switch hoặc firewall.</b><br />
<b>- Trunk ports (802.1Q): carry multiple VLANs.</b><br />
<b>- VLAN Hopping: Attack bypass VLAN segmentation (via double tagging, switch spoofing). Fix: Disable DTP, native VLAN ≠ data VLAN.</b><br />
<b>DMZ (Demilitarized Zone):</b><br />
<b>Internet → [Firewall] → DMZ (Web servers, Mail, DNS) → [Firewall] → Internal Network</b><br />
<b>Servers cần truy cập từ internet đặt trong DMZ, không phải internal network.</b><br />
<b>Micro-segmentation:</b><br />
<b>Segmentation ở workload level (VM, container). Dùng trong cloud và SDN.</b><br />
<b>Mỗi workload có policy riêng, không chỉ mạng/VLAN.</b><br />
<b>Cisco TrustSec / SGT (Scalable Group Tags):</b><br />
<b>Gán tags (SGT) cho users và devices dựa trên identity.</b><br />
<b>Enforce policy dựa trên SGT, không phải IP address.</b><br />
<b>SGT follow user/device dù họ di chuyển trong mạng.</b><br />
<b>Network Telemetry &amp; Visibility</b><br />
<b>NetFlow:</b><br />
<b>Layer 3/4 flow metadata (không phải full packet capture).</b><br />
<b>Fields: Src/Dst IP, Src/Dst Port, Protocol, Bytes, Packets, Timestamp.</b><br />
<b>Versions: v5 (fixed), v9 (flexible), IPFIX (v10, IETF standard).</b><br />
<b>Cisco Secure Network Analytics (Stealthwatch):</b><br />
<b>- Collect và analyze NetFlow từ toàn mạng.</b><br />
<b>- Behavioral analytics: Tạo baseline, phát hiện deviations.</b><br />
<b>- Detects: DDoS, data exfiltration, insider threats, C2 communication, scanning.</b><br />
<b>- Encrypted Traffic Analytics (ETA): Phát hiện malware trong encrypted (HTTPS) traffic mà không decrypt — dùng Machine Learning trên flow metadata và TLS handshake info.</b><br />
<b>Cisco Cognitive Threat Analytics:</b><br />
<b>Web traffic analysis. Detect malware C2 channels ẩn trong normal-looking HTTP/HTTPS.</b><br />
<b>MITRE ATT&amp;CK:</b><br />
<b>Matrix tactics và techniques của adversaries.</b><br />
<b>Dùng cho: threat hunting, detection coverage assessment, red team/blue team exercises.</b><br />
<b>Tactics (Goals): Initial Access → Execution → Persistence → Privilege Escalation → Defense Evasion → Credential Access → Discovery → Lateral Movement → Collection → Exfiltration → Impact.</b><br />
<b>Threat Hunting:</b><br />
<b>Proactive search for hidden threats — không chờ alerts.</b><br />
<b>Methodology:</b><br />
<b>1. Form hypothesis (&quot;Nếu có lateral movement, tôi sẽ thấy gì?&quot;)</b><br />
<b>2. Investigate bằng tools (NetFlow, EDR telemetry, logs).</b><br />
<b>3. Uncover → Remediate / Update detections.</b><br />
<b>Cisco pxGrid</b><br />
<b>Platform chia sẻ security context giữa các products.</b><br />
<b>Ví dụ: ISE phát hiện infected host → chia sẻ thông tin qua pxGrid → Firewall tự động quarantine host đó.</b><br />
<b>Hệ sinh thái: ISE <img data-align="none" data-size="full" border="0" src="https://static.xx.fbcdn.net/images/emoji.php/v9/tc3/1/16/2194.png" alt="" data-fullsize-url="https://static.xx.fbcdn.net/images/emoji.php/v9/tc3/1/16/2194.png" data-thumb-url="https://static.xx.fbcdn.net/images/emoji.php/v9/tc3/1/16/2194.png" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> pxGrid <img data-align="none" data-size="full" border="0" src="https://static.xx.fbcdn.net/images/emoji.php/v9/tc3/1/16/2194.png" alt="" data-fullsize-url="https://static.xx.fbcdn.net/images/emoji.php/v9/tc3/1/16/2194.png" data-thumb-url="https://static.xx.fbcdn.net/images/emoji.php/v9/tc3/1/16/2194.png" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> FMC/Stealthwatch/Splunk/QRadar/...</b><br />
<b><img data-align="none" data-size="full" border="0" src="https://static.xx.fbcdn.net/images/emoji.php/v9/tcc/1/16/1f4dd.png" alt="" data-fullsize-url="https://static.xx.fbcdn.net/images/emoji.php/v9/tcc/1/16/1f4dd.png" data-thumb-url="https://static.xx.fbcdn.net/images/emoji.php/v9/tcc/1/16/1f4dd.png" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> Key Terms Chương 4-5</b><br />
<b>- RADIUS, TACACS+, LDAP, SAML, OAuth, OIDC</b><br />
<b>- DAC, MAC, RBAC, ABAC</b><br />
<b>- Zero Trust, Least Privilege, JIT Access</b><br />
<b>- VLAN, DMZ, Micro-segmentation, SGT, TrustSec</b><br />
<b>- NetFlow, IPFIX, Stealthwatch/Secure Network Analytics</b><br />
<b>- ETA (Encrypted Traffic Analytics)</b><br />
<b>- pxGrid, MITRE ATT&amp;CK</b><br />
<b>- Threat Hunting</b><br />
<b>Phần 4: Infrastructure Security + Cisco Secure Firewall (NGFW) — phần nhiều Cisco-specific nhất!</b><br />
<b><a href="https://www.facebook.com/hashtag/aaa?__cft__&#91;0]=AZYjBRfBjSC8ahycUmKj7Pjchzd2Gotz1RJVGNFUtl8W5itH_JrqX6YUK3WyNG7IYO2fC5pXm6MYSYuES-gcV_hUIUBnFufX0zT3bEvZyV4DidGLVJI1sPYbOXR9qvU-Wl4v1gOebvj0khQ9zasxmRf7&amp;__tn__=*N-UK-R" target="_blank">#AAA</a> <a href="https://www.facebook.com/hashtag/zerotrust?__cft__&#91;0]=AZYjBRfBjSC8ahycUmKj7Pjchzd2Gotz1RJVGNFUtl8W5itH_JrqX6YUK3WyNG7IYO2fC5pXm6MYSYuES-gcV_hUIUBnFufX0zT3bEvZyV4DidGLVJI1sPYbOXR9qvU-Wl4v1gOebvj0khQ9zasxmRf7&amp;__tn__=*N-UK-R" target="_blank">#ZeroTrust</a> <a href="https://www.facebook.com/hashtag/radius?__cft__&#91;0]=AZYjBRfBjSC8ahycUmKj7Pjchzd2Gotz1RJVGNFUtl8W5itH_JrqX6YUK3WyNG7IYO2fC5pXm6MYSYuES-gcV_hUIUBnFufX0zT3bEvZyV4DidGLVJI1sPYbOXR9qvU-Wl4v1gOebvj0khQ9zasxmRf7&amp;__tn__=*N-UK-R" target="_blank">#RADIUS</a> <a href="https://www.facebook.com/hashtag/tacacs?__cft__&#91;0]=AZYjBRfBjSC8ahycUmKj7Pjchzd2Gotz1RJVGNFUtl8W5itH_JrqX6YUK3WyNG7IYO2fC5pXm6MYSYuES-gcV_hUIUBnFufX0zT3bEvZyV4DidGLVJI1sPYbOXR9qvU-Wl4v1gOebvj0khQ9zasxmRf7&amp;__tn__=*N-UK-R" target="_blank">#TACACS</a> <a href="https://www.facebook.com/hashtag/networksegmentation?__cft__&#91;0]=AZYjBRfBjSC8ahycUmKj7Pjchzd2Gotz1RJVGNFUtl8W5itH_JrqX6YUK3WyNG7IYO2fC5pXm6MYSYuES-gcV_hUIUBnFufX0zT3bEvZyV4DidGLVJI1sPYbOXR9qvU-Wl4v1gOebvj0khQ9zasxmRf7&amp;__tn__=*N-UK-R" target="_blank">#NetworkSegmentation</a> <a href="https://www.facebook.com/hashtag/stealthwatch?__cft__&#91;0]=AZYjBRfBjSC8ahycUmKj7Pjchzd2Gotz1RJVGNFUtl8W5itH_JrqX6YUK3WyNG7IYO2fC5pXm6MYSYuES-gcV_hUIUBnFufX0zT3bEvZyV4DidGLVJI1sPYbOXR9qvU-Wl4v1gOebvj0khQ9zasxmRf7&amp;__tn__=*N-UK-R" target="_blank">#Stealthwatch</a></b><br />
<img data-tempid="temp_17374_1779842754987_609" width="576" height="865" data-align="none" border="0" src="filedata/fetch?filedataid=17374" alt="" data-fullsize-url="filedata/fetch?filedataid=17374" data-thumb-url="filedata/fetch?filedataid=17374&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-need-data-att-update js-lightbox-participant" /><br />
​​ ​<img title="ChatGPT Image May 27, 2026, 07_42_54 AM (1).jpg" data-attachmentid="440728" width="580" height="870" data-align="none" border="0" src="filedata/fetch?id=440728&amp;d=1779843359" alt="Click image for larger version

Name:	ChatGPT Image May 27, 2026, 07_42_54 AM (1).jpg
Views:	12
Size:	651.3 KB
ID:	440728" data-fullsize-url="filedata/fetch?id=440728&amp;d=1779843359" data-thumb-url="filedata/fetch?id=440728&amp;d=1779843359&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="ChatGPT Image May 27, 2026, 07_42_54 AM (1).jpg" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​]]></content:encoded>
			<category domain="https://www.forum.vnpro.org/forum/ccnp-security/security-core">CCNP Security Core</category>
			<dc:creator>anhnguyxn</dc:creator>
			<guid isPermaLink="true">https://www.forum.vnpro.org/forum/ccnp-security/security-core/440725-phần-3-6-ccnp-scor-350-701-aaa-network-visibility-segmentation</guid>
		</item>
		<item>
			<title>Vacl</title>
			<link>https://www.forum.vnpro.org/forum/ccnp-security/security-core/440660-vacl</link>
			<pubDate>Mon, 25 May 2026 10:46:11 GMT</pubDate>
			<description>Ôn tập tính năng VACL (VLAN Access Control List) – “Lọc gói tin nội bộ” ngay bên trong cùng một VLAN 
 
 
Thông thường khi học switching, nhiều người...</description>
			<content:encoded><![CDATA[<b>Ôn tập tính năng VACL (VLAN Access Control List) – “Lọc gói tin nội bộ” ngay bên trong cùng một VLAN</b><br />
<br />
<br />
Thông thường khi học switching, nhiều người nghĩ rằng <b>các thiết bị nằm cùng VLAN thì mặc nhiên được phép nói chuyện với nhau</b>. Điều này đúng trong hầu hết trường hợp. Nhưng nếu bạn muốn kiểm soát chi tiết hơn — ví dụ <b>PC1 không được ping hoặc telnet tới PC2, nhưng vẫn được truy cập các dịch vụ khác</b> — thì sao?<br />
Protected Port hay Private VLAN (PVLAN) có thể giúp cô lập thiết bị, nhưng chúng khá “thô”. Hoặc cho phép toàn bộ, hoặc chặn toàn bộ. Không có khả năng chọn lọc từng loại traffic. Đó là lúc <b>VACL (VLAN Access Control List)</b> xuất hiện. <b>VẬY THẬT RA, VACL là gì?</b><br />
<br />
<br />
VACL là cơ chế lọc traffic <b>ngay bên trong VLAN</b>, cho phép kiểm soát traffic giữa các host cùng subnet/VLAN. VLACL hoàn toàn khác với<b> Router ACL / RACL (Loại ACL này </b>kiểm soát traffic đi qua interface Layer 3). Còn<b> PACL (Port ACL) thì chỉ</b> kiểm soát traffic đi vào một switchport cụ thể<b>. Trong khi đó, VACL giúp chúng ta</b> kiểm soát traffic bên trong VLAN, kể cả traffic không đi qua router. Tóm lại là switch hỗ trợ đến 3 loại ACL khác nhau:<ul><li>RACL = bảo vệ ở cửa ra vào router</li>
</ul><ul><li>PACL = bảo vệ tại cổng switch</li>
</ul><ul><li>VACL = bảo vệ ngay trong hành lang nội bộ</li>
</ul><b>VACL gồm 3 thành phần chính</b><br />
<br />
<b>1. ACL</b><br />
<br />
<br />
ACL dùng để định nghĩa traffic nào sẽ được kiểm tra. ACL này có thể là IP ACL hoặc MAC ACL. Ví dụ:<br />
SW1# show access-lists<br />
Extended IP access list 100<br />
10 permit icmp host 10.1.1.10 host 10.1.1.20<br />
20 permit tcp host 10.1.1.10 host 10.1.1.20 eq telnet<br />
ACL này match (Lựa ra):<ul><li>ICMP từ PC1 → PC2</li>
</ul><ul><li>TCP Telnet từ PC1 → PC2</li>
</ul>Chú ý là trong VACL<b>, ACL permit = traffic được match để xử lý</b>, KHÔNG có nghĩa là traffic được cho phép đi qua. Đây là điểm khiến rất nhiều người nhầm. <b>2. VLAN Access Map</b><br />
<br />
<br />
Đây là nơi quyết định làm gì với traffic đã match. Ví dụ:<br />
vlan access-map TSHOOT 10<br />
match ip address 100<br />
action drop<br />
Nghĩa là:<br />
&quot;Nếu traffic match ACL 100 → drop&quot;<br />
Tiếp theo:<br />
vlan access-map TSHOOT 20<br />
action forward<br />
Nghĩa là &quot;Các Traffic còn lại → sẽ forward&quot; <b>3. VLAN Filter: Gắn access map vào VLAN thực tế. Ví dụ:</b><br />
<br />
<br />
vlan filter TSHOOT vlan-list 10<br />
Nghĩa là Áp dụng policy <b>TSHOOT</b> cho VLAN 10. Nếu chúng ta quên bước này thì cấu hình coi như vô nghĩa. Làm xong VACL mà không áp dụng vào VLAN nào hết!!! <b>Luồng xử lý VACL</b><br />
<br />
<br />
Ví dụ topology:<br />
PC1 (10.1.1.10) ---- SW1 ---- PC2 (10.1.1.20)<br />
VLAN 10<br />
PC1 gửi ping đến PC2.<br />
Switch kiểm tra: <b>Bước 1</b><br />
<br />
<br />
Traffic có match ACL 100?<br />
Ping = ICMP<br />
Có:<br />
permit icmp host 10.1.1.10 host 10.1.1.20<br />
=&gt; MATCH <b>Bước 2</b><br />
<br />
<br />
Match VLAN access-map sequence 10:<br />
action drop<br />
=&gt; Ping bị chặn<br />
<br />
Nếu PC1 truy cập HTTP tới PC2:<br />
ACL 100 không match.<br />
Switch xuống sequence tiếp theo:<br />
vlan access-map TSHOOT 20<br />
action forward<br />
=&gt; HTTP được phép <b>Kết quả</b><br />
<br />
<br />
TrafficKết quả<br />
Ping Drop<br />
Telnet -&gt; Drop<br />
HTTP --&gt;Forward<br />
SMB --&gt; Forward <b>Các lỗi troubleshooting phổ biến</b><br />
<br />
<b>1. ACL cấu hình sai</b><br />
<br />
<br />
Sai kiểu rất thường gặp: <b>Permit / deny nhầm</b><br />
<br />
<br />
Sai:<br />
deny icmp host 10.1.1.10 host 10.1.1.20<br />
Nhiều người nghĩ deny = block.<br />
Nhưng với VACL:<br />
ACL chỉ dùng để MATCH. (Lựa ra traffic)<br />
Nếu ACL deny thì traffic không match access-map.<br />
Kết quả là traffic sẽ lọt xuống rule tiếp theo để kiểm tra với VACL. <b>Sai protocol</b><br />
<br />
<br />
Muốn chặn ping nhưng viết:<br />
permit tcp ...<br />
ICMP sẽ không match. <b>Sai địa chỉ IP</b><br />
<br />
<br />
Typo kiểu:<br />
10.1.1.200<br />
thay vì:<br />
10.1.1.20 <b>Sai port</b><br />
<br />
<br />
Telnet:<br />
eq 23<br />
SSH:<br />
eq 22<br />
Nhầm là policy fail. <b>2. Sequence access-map sai</b><br />
<br />
<br />
VACL xử lý top-down giống ACL.<br />
Ví dụ lỗi:<br />
vlan access-map TSHOOT 10<br />
action forward<br />
<br />
vlan access-map TSHOOT 20<br />
match ip address 100<br />
action drop<br />
Traffic sẽ hit rule đầu tiên:<br />
forward<br />
Rule drop không bao giờ được dùng. <b>3. Sai HÀNH ĐỘNG CHO VACL (action)</b><br />
<br />
<br />
Ví dụ:<br />
action forward<br />
thay vì:<br />
action drop<br />
Nhìn đúng cấu trúc nhưng logic sai. <b>4. Sai ACL được match</b><br />
<br />
<br />
Ví dụ:<br />
match ip address 101<br />
trong khi ACL thật là:<br />
100 <b>5. VLAN filter sai</b><br />
<br />
<br />
Ví dụ:<br />
vlan filter TSHOOT vlan-list 20<br />
trong khi PC nằm VLAN 10.<br />
Không có tác dụng. <b>6. Quên gắn VLAN filter</b><br />
<br />
<br />
Có đủ:<ul><li>ACL</li>
</ul><ul><li>access-map</li>
</ul>Nhưng thiếu:<br />
vlan filter ...<br />
Policy không active. <b>Các lệnh troubleshooting quan trọng</b><br />
<br />
<b>Kiểm tra ACL</b><br />
<br />
<br />
show access-lists <b>Kiểm tra access map</b><br />
<br />
<br />
show vlan access-map<br />
hoặc<br />
show run | section vlan access-map <b>Kiểm tra VLAN filter</b><br />
<br />
<br />
show vlan filter<br />
hoặc<br />
show run | include vlan filter <b>vài tips thực chiến CCNP/CCIE</b><br />
<br />
<br />
Nếu câu hỏi là:<br />
&quot;Hai host cùng VLAN vẫn ping nhau dù đã cấu hình VACL&quot;<br />
Checklist:<ul><li>ACL match đúng chưa?</li>
</ul><ul><li>permit hay deny?</li>
</ul><ul><li>protocol đúng chưa?</li>
</ul><ul><li>access-map sequence đúng chưa?</li>
</ul><ul><li>action drop chưa?</li>
</ul><ul><li>vlan filter đã apply chưa?</li>
</ul><ul><li>apply đúng VLAN chưa?</li>
</ul><b>TÓM TẮT BÀI ÔN TẬP VACL</b><br />
<br />
<br />
VACL là một công cụ cực mạnh khi bạn cần <b>micro-segmentation trong Layer 2 switching</b> mà không muốn ép traffic phải đi qua firewall hay router. Nó giống như đặt điểm kiểm tra checkpoint bảo mật ngay bên trong switch. Hiểu đúng VACL là một kỹ năng rất hữu ích cho CCNP EnterprisE, CCIE Enterprise, Network Security, Campus segmentation design.....​]]></content:encoded>
			<category domain="https://www.forum.vnpro.org/forum/ccnp-security/security-core">CCNP Security Core</category>
			<dc:creator>dangquangminh</dc:creator>
			<guid isPermaLink="true">https://www.forum.vnpro.org/forum/ccnp-security/security-core/440660-vacl</guid>
		</item>
		<item>
			<title><![CDATA[[PHẦN 2/6] CCNP SCOR 350-701 | Cryptography + SDN Security]]></title>
			<link>https://www.forum.vnpro.org/forum/ccnp-security/security-core/440536-phần-2-6-ccnp-scor-350-701-cryptography-sdn-security</link>
			<pubDate>Thu, 21 May 2026 07:23:44 GMT</pubDate>
			<description>Tiếp nối từ Phần 1, hôm nay chúng ta cover hai chương quan trọng: Mật mã học và SDN Security / Network Programmability. 
​CHƯƠNG 2: Cryptography 
​...</description>
			<content:encoded><![CDATA[<span style="font-family:&amp;amp">Tiếp nối từ Phần 1, hôm nay chúng ta cover hai chương quan trọng: <b>Mật mã học</b> và <b>SDN Security / Network Programmability</b>.</span><br />
​<b><span style="font-family:&amp;amp">CHƯƠNG 2: Cryptography</span></b><br />
​<br />
<b><span style="font-family:&amp;amp">Symmetric Encryption</span></b><br />
<span style="font-family:&amp;amp">Dùng <b>cùng 1 key</b> để encrypt và decrypt. Vấn đề chính: làm sao chia sẻ key an toàn?</span><br />
<br />
<span style="font-family:&amp;amp"><b>Algorithms:</b></span><br />
<br />
<span style="font-family:&amp;amp">| Thuật toán | Key Size | Ghi chú |</span><br />
<span style="font-family:&amp;amp">|-----------|---------|---------|</span><br />
<span style="font-family:&amp;amp">| DES | 56-bit | <b>Đã bị phá — tránh dùng </b>|</span><br />
<span style="font-family:&amp;amp">| 3DES | 112/168-bit | Legacy, đang thay thế |</span><br />
<span style="font-family:&amp;amp">| AES-128 | 128-bit | Đủ cho most use cases |</span><br />
<span style="font-family:&amp;amp">| AES-256 | 256-bit | <b>Recommended, post-quantum resistant</b> |</span><br />
<span style="font-family:&amp;amp">| ChaCha20 | 256-bit | Nhanh hơn AES trên mobile |</span><br />
<br />
<span style="font-family:&amp;amp"><b>Modes of Operation trong AES:</b></span><br />
<span style="font-family:&amp;amp">- <b>ECB (Electronic Codebook):</b> Dangerous! Same plaintext → same ciphertext. KHÔNG dùng.</span><br />
<span style="font-family:&amp;amp">- <b>CBC (Cipher Block Chaining):</b> Mỗi block XOR với block trước. Cần IV (Initialization Vector).</span><br />
<span style="font-family:&amp;amp">- <b>GCM (Galois/Counter Mode):</b> Authenticated encryption (encrypt + integrity). <b>Khuyến nghị.</b></span><br />
<br />
<br />
<span style="font-family:&amp;amp"><b>Asymmetric Encryption</b></span><br />
<br />
<span style="font-family:&amp;amp">Dùng <b>cặp key: Public Key + Private Key</b>. Giải quyết key distribution problem.</span><br />
<br />
<span style="font-family:&amp;amp"><b>RSA:</b></span><br />
<span style="font-family:&amp;amp">- Security dựa trên độ khó factoring large numbers.</span><br />
<span style="font-family:&amp;amp">- Key sizes: 1024-bit (đã yếu), 2048-bit (minimum hiện nay), 4096-bit (cho long-term).</span><br />
<span style="font-family:&amp;amp">- Chậm hơn AES ~100x.</span><br />
<br />
<span style="font-family:&amp;amp"><b>Elliptic Curve Cryptography (ECC):</b></span><br />
<span style="font-family:&amp;amp">- Cùng security level với RSA nhưng key ngắn hơn nhiều.</span><br />
<span style="font-family:&amp;amp">- P-256 (256-bit ECC) ≈ RSA-3072 về security.</span><br />
<span style="font-family:&amp;amp">- Phổ biến trên mobile, IoT, TLS 1.3.</span><br />
<br />
<span style="font-family:&amp;amp"><b>Diffie-Hellman (DH):</b></span><br />
<span style="font-family:&amp;amp">- Key exchange protocol — tạo shared secret qua kênh không bảo mật.</span><br />
<span style="font-family:&amp;amp">- DH Groups: Group 1 (768-bit, broken), Group 2 (1024-bit, weak), <b>Group 14+ (2048-bit, OK)</b>, Group 19/20/21 (ECC, recommended).</span><br />
<br />
<span style="font-family:&amp;amp"><b>Hashing</b></span><br />
<br />
<span style="font-family:&amp;amp">One-way function. Input bất kỳ → output fixed-length.</span><br />
<br />
<span style="font-family:&amp;amp">| Algorithm | Output Size | Trạng thái |</span><br />
<span style="font-family:&amp;amp">|-----------|------------|------------|</span><br />
<span style="font-family:&amp;amp">| MD5 | 128-bit | <b>Broken — chỉ dùng cho checksums không nhạy cảm</b> |</span><br />
<span style="font-family:&amp;amp">| SHA-1 | 160-bit | Legacy — deprecated cho certs |</span><br />
<span style="font-family:&amp;amp">| SHA-256 | 256-bit | <span style="font-family:&amp;amp">✅</span> Recommended |</span><br />
<span style="font-family:&amp;amp">| SHA-384 | 384-bit | <span style="font-family:&amp;amp">✅</span> Cho thông tin phân loại cao |</span><br />
<span style="font-family:&amp;amp">| SHA-512 | 512-bit | <span style="font-family:&amp;amp">✅</span> Post-quantum secure |</span><br />
<span style="font-family:&amp;amp">| SHA-3 | Variable | Thiết kế khác hoàn toàn SHA-2 |</span><br />
<br />
<span style="font-family:&amp;amp"><b>Tính chất quan trọng:</b></span><br />
<span style="font-family:&amp;amp">- <b>Collision resistance:</b> Khó tìm 2 inputs cho cùng hash.</span><br />
<span style="font-family:&amp;amp">- <b>Avalanche effect:</b> Thay 1 bit → hash thay đổi hoàn toàn.</span><br />
<span style="font-family:&amp;amp">- <b>Pre-image resistance:</b> Không thể reverse hash → plaintext.</span><br />
<br />
<span style="font-family:&amp;amp"><b>HMAC (Hash-based Message Authentication Code):</b></span><br />
<br />
<span style="font-family:&amp;amp">HMAC = Hash(Key || Message)</span><br />
<br />
<span style="font-family:&amp;amp">Kết hợp hash với secret key → xác thực cả integrity lẫn authenticity.</span><br />
<span style="font-family:&amp;amp">HMAC-SHA256 là recommended. HMAC-MD5 là legacy (acceptable nhưng nên tránh).</span><br />
<br />
<span style="font-family:&amp;amp"><b>Salted Hashing:</b></span><br />
<br />
<span style="font-family:&amp;amp">hash = SHA-256(salt + password)</span><br />
<br />
<span style="font-family:&amp;amp">Salt là random string thêm vào trước khi hash, stored cùng hash.</span><br />
<span style="font-family:&amp;amp">Ngăn rainbow table attacks. <b>Bcrypt, Argon2</b> là các algorithm thiết kế đặc biệt cho password hashing (slow by design).</span><br />
<br />
<br />
<br />
<span style="font-family:&amp;amp"><b>Digital Signatures</b></span><br />
<br />
<span style="font-family:&amp;amp">Cung cấp 3 đảm bảo:</span><br />
<span style="font-family:&amp;amp">1. <b>Authentication:</b> Ai đã ký?</span><br />
<span style="font-family:&amp;amp">2. <b>Integrity:</b> Dữ liệu chưa bị sửa?</span><br />
<span style="font-family:&amp;amp">3. <b>Non-repudiation:</b> Người ký không thể phủ nhận.</span><br />
<br />
<span style="font-family:&amp;amp"><b>Process:</b></span><br />
<br />
<span style="font-family:&amp;amp">Signing: Hash(document) → Encrypt(hash, PrivateKey) = Signature</span><br />
<span style="font-family:&amp;amp">Verifying: Decrypt(signature, PublicKey) = hash1</span><br />
<span style="font-family:&amp;amp">Hash(received_document) = hash2</span><br />
<span style="font-family:&amp;amp">If hash1 == hash2 → Valid!</span><br />
<br />
<br />
<br />
<span style="font-family:&amp;amp"><b>PKI (Public Key Infrastructure)</b></span><br />
<br />
<span style="font-family:&amp;amp"><b>Components:</b></span><br />
<span style="font-family:&amp;amp">- <b>CA (Certificate Authority):</b> Tổ chức uy tín cấp digital certificates.</span><br />
<span style="font-family:&amp;amp">- <b>RA (Registration Authority):</b> Xác minh identity trước khi CA cấp cert.</span><br />
<span style="font-family:&amp;amp">- <b>CRL (Certificate Revocation List):</b> Danh sách certs đã bị thu hồi. Nhược: không real-time.</span><br />
<span style="font-family:&amp;amp">- <b>OCSP (Online Certificate Status Protocol):</b> Real-time cert status check.</span><br />
<span style="font-family:&amp;amp">- <b>Certificate (X.509):</b> Gồm Public Key + Subject info + Issuer info + Validity + CA signature.</span><br />
<br />
<span style="font-family:&amp;amp"><b>Chain of Trust:</b></span><br />
<br />
<span style="font-family:&amp;amp">Root CA (self-signed, offline)</span><br />
<span style="font-family:&amp;amp">└── Intermediate CA</span><br />
<span style="font-family:&amp;amp">└── End-entity Certificate (website, user, device)</span><br />
<br />
<br />
<span style="font-family:&amp;amp">Root CA phải được browsers/OS tin tưởng để chain work.</span><br />
<br />
<span style="font-family:&amp;amp"><b>Certificate Types:</b></span><br />
<span style="font-family:&amp;amp">- <b>DV (Domain Validation): </b>Chỉ verify domain ownership. Let's Encrypt.</span><br />
<span style="font-family:&amp;amp">- <b>OV (Organization Validation):</b> Verify organization info.</span><br />
<span style="font-family:&amp;amp">- <b>EV (Extended Validation):</b> Strict verification. Hiển thị company name trong thanh địa chỉ (cũ).</span><br />
<br />
<span style="font-family:&amp;amp"><b>Perfect Forward Secrecy (PFS):</b></span><br />
<span style="font-family:&amp;amp">Mỗi session dùng ephemeral key khác nhau (DHE, ECDHE).</span><br />
<span style="font-family:&amp;amp">Kể cả server private key bị lộ sau này, các session cũ vẫn không decrypt được.</span><br />
<span style="font-family:&amp;amp">TLS 1.3 bắt buộc PFS. TLS 1.0/1.1 đã bị deprecated.</span><br />
<br />
​​]]></content:encoded>
			<category domain="https://www.forum.vnpro.org/forum/ccnp-security/security-core">CCNP Security Core</category>
			<dc:creator>anhnguyxn</dc:creator>
			<guid isPermaLink="true">https://www.forum.vnpro.org/forum/ccnp-security/security-core/440536-phần-2-6-ccnp-scor-350-701-cryptography-sdn-security</guid>
		</item>
		<item>
			<title><![CDATA[[PHẦN 1/6] CCNP SCOR 350-701 | Cybersecurity Fundamentals — Tổng quan toàn diện]]></title>
			<link>https://www.forum.vnpro.org/forum/ccnp-security/security-core/440390-phần-1-6-ccnp-scor-350-701-cybersecurity-fundamentals-—-tổng-quan-toàn-diện</link>
			<pubDate>Tue, 19 May 2026 03:21:16 GMT</pubDate>
			<description>Chào anh em, 
Mình đang học CCNP Security SCOR 350-701 và quyết định viết lại từng chương theo cách dễ hiểu nhất — vừa để ôn thi, vừa để chia sẻ với...</description>
			<content:encoded><![CDATA[Chào anh em,<br />
Mình đang học CCNP Security SCOR 350-701 và quyết định viết lại từng chương theo cách dễ hiểu nhất — vừa để ôn thi, vừa để chia sẻ với cộng đồng. Đây là Phần 1/6, bao gồm Chương 1 của cuốn Official Cert Guide 2nd Edition của Omar Santos.<br />
<br />
🎯 Tại sao học SCOR?<br />
SCOR 350-701 là **core exam** bắt buộc cho cả CCNP Security lẫn CCIE Security. Nó cover 6 domain lớn:<br />
1. Security Concepts (~25%)<br />
2. Network Security (~20%)<br />
3. Securing the Cloud (~15%)<br />
4. Content Security (~15%)<br />
5. Endpoint Protection &amp; Detection (~15%)<br />
6. Secure Network Access, Visibility, Automation (~10%)<br />
Không có prerequisite chính thức, nhưng kiến thức CCNA là cần thiết trước khi tackle cái này.<br />
<br />
1. NIST Framework &amp; Tiêu chuẩn quốc tế<br />
NIST Cybersecurity Framework (CSF)** là bộ guidelines được phát triển bởi National Institute of Standards and Technology. 5 core functions:<br />
<img alt="Click image for larger version  Name:	image.png Views:	0 Size:	30.5 KB ID:	440392" title="image.png" data-attachmentid="440392" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440392&amp;d=1779158679" data-fullsize-url="filedata/fetch?id=440392&amp;d=1779158679" data-thumb-url="filedata/fetch?id=440392&amp;d=1779158679&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​<br />
<br />
Identify → Protect → Detect → Respond → Recover<br />
<br />
Ngoài NIST, hai tiêu chuẩn quan trọng khác:<br />
- ISO 27001/27002:** Information Security Management System (ISMS) — chuẩn quốc tế, nhiều tổ chức lấy chứng chỉ ISO 27001.<br />
- NIST SP 800-53:** Security controls cho federal information systems.<br />
<br />
2. Threat, Vulnerability, Exploit — Phân biệt dứt khoát<br />
<img alt="Click image for larger version  Name:	image.png Views:	0 Size:	26.2 KB ID:	440395" title="image.png" data-attachmentid="440395" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440395&amp;d=1779158995" data-fullsize-url="filedata/fetch?id=440395&amp;d=1779158995" data-thumb-url="filedata/fetch?id=440395&amp;d=1779158995&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​<br />
Đây là bộ ba hay bị dùng lẫn nhau nhất trong field:<br />
| Khái niệm | Định nghĩa | Ví dụ |<br />
|-----------|-----------|-------|<br />
| **Threat** | Bất kỳ điều gì có khả năng gây hại | Hacker, thiên tai, nhân viên bất mãn |<br />
| **Vulnerability** | Điểm yếu có thể bị khai thác | Apache Log4j RCE, SQL injection |<br />
| **Exploit** | Code/tool khai thác vulnerability | Metasploit module, PoC script |<br />
**CVE (Common Vulnerabilities and Exposures): ID chuẩn cho mỗi vulnerability.<br />
Format: `CVE-YYYY-NNNNN` (ví dụ: `CVE-2021-44228` là Log4Shell)<br />
CVSS (Common Vulnerability Scoring System): Thang điểm 0–10 đánh giá mức độ nghiêm trọng.<br />
- 0.1–3.9: Low<br />
- 4.0–6.9: Medium<br />
- 7.0–8.9: High<br />
- 9.0–10.0: Critical<br />
Threat Intelligence:<br />
Là kiến thức actionable về existing/emerging threats. Sources:<br />
- Cisco Talos (talos-intelligence.com) — top tier<br />
- MITRE ATT&amp;CK (attack.mitre.org)<br />
- US-CERT, FIRST.org<br />
- VirusTotal, Shodan​​​​<br />
<br />
3. Threat Actors<br />
<img alt="Click image for larger version  Name:	image.png Views:	0 Size:	25.5 KB ID:	440396" title="image.png" data-attachmentid="440396" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440396&amp;d=1779159018" data-fullsize-url="filedata/fetch?id=440396&amp;d=1779159018" data-thumb-url="filedata/fetch?id=440396&amp;d=1779159018&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​<br />
| Loại | Mục tiêu | Kỹ năng | Ví dụ |<br />
|------|---------|---------|-------|<br />
| Script Kiddies | Nổi tiếng, nghịch ngợm | Thấp | Dùng tools sẵn có |<br />
| Cybercriminals | Tài chính | Trung bình–cao | Ransomware gangs |<br />
| Hacktivists | Chính trị/xã hội | Trung bình | Anonymous |<br />
| Nation-state APT | Gián điệp, sabotage | Rất cao | APT41, Lazarus |<br />
| Insider Threats | Phụ thuộc | Biết hệ thống | Nhân viên bất mãn |<br />
​<br />
4. Malware — Phân loại chi tiết<br />
<img alt="Click image for larger version  Name:	image.png Views:	0 Size:	38.0 KB ID:	440397" title="image.png" data-attachmentid="440397" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440397&amp;d=1779159044" data-fullsize-url="filedata/fetch?id=440397&amp;d=1779159044" data-thumb-url="filedata/fetch?id=440397&amp;d=1779159044&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​<br />
Virus: Attach vào file hợp lệ. Lây lan khi file được execute. Cần user action.<br />
Worm: Tự lây lan qua mạng, không cần file host. WannaCry (2017) là worm ransomware.<br />
Trojan: Giả danh phần mềm hữu ích. Chứa payload độc hại ẩn. Types:<br />
- Remote Access Trojan (RAT): kiểm soát từ xa<br />
- Backdoor Trojan: tạo persistent access<br />
- Banking Trojan: đánh cắp thông tin tài chính<br />
Ransomware: Mã hóa dữ liệu + đòi tiền chuộc (thường Bitcoin). Double extortion: vừa mã hóa vừa đe dọa leak dữ liệu.<br />
Keylogger: Ghi lại mọi keystroke. Một số chạy ở kernel level (rất khó phát hiện).<br />
Spyware: Thu thập thông tin user và gửi về C2 server.<br />
Malware Analysis Techniques:<br />
- Static Analysis: Không chạy malware. Dùng: IDA Pro, Ghidra (disassembly), strings command, hash checking.<br />
- Dynamic Analysis: Chạy trong sandbox (Cuckoo Sandbox, Any.run). Quan sát network connections, registry changes, file system changes.<br />
<br />
5. Common Software Vulnerabilities (OWASP Top 10)<br />
<img alt="Click image for larger version  Name:	image.png Views:	0 Size:	30.5 KB ID:	440398" title="image.png" data-attachmentid="440398" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440398&amp;d=1779159089" data-fullsize-url="filedata/fetch?id=440398&amp;d=1779159089" data-thumb-url="filedata/fetch?id=440398&amp;d=1779159089&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​<br />
SQL Injection:<br />
<br />
Payload: ' OR '1'='1'<br />
URL: <a href="https://example.com/login?user=admin&#39;--&amp;pass=anything" target="_blank">https://example.com/login?user=admin'--&amp;pass=anything</a><br />
<br />
Cách fix: Parameterized queries/Prepared statements. Không bao giờ concat user input vào SQL string.<br />
Cross-Site Scripting (XSS):<br />
- Reflected XSS: Payload trong URL, reflect về browser.<br />
- Stored XSS: Payload lưu trong database, ảnh hưởng tất cả visitors.<br />
- DOM XSS: Xảy ra phía client trong JavaScript.<br />
Cách fix: Input validation + Output encoding. Content Security Policy (CSP) headers.<br />
CSRF: Lừa browser gửi request đến trusted site. Fix: CSRF tokens.<br />
Buffer Overflow: Ghi vượt boundary của buffer → overwrite return address → redirect execution. Fix: Stack canaries, ASLR, DEP/NX.<br />
OWASP Top 10 (2021):<br />
1. Broken Access Control<br />
2. Cryptographic Failures<br />
3. Injection<br />
4. Insecure Design<br />
5. Security Misconfiguration<br />
6. Vulnerable/Outdated Components<br />
7. Identification &amp; Authentication Failures<br />
8. Software &amp; Data Integrity Failures<br />
9. Security Logging &amp; Monitoring Failures<br />
10. Server-Side Request Forgery (SSRF)​​<br />
<br />
6. CIA Triad<br />
<img alt="Click image for larger version  Name:	image.png Views:	0 Size:	32.0 KB ID:	440391" title="image.png" data-attachmentid="440391" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440391&amp;d=1779158278" data-fullsize-url="filedata/fetch?id=440391&amp;d=1779158278" data-thumb-url="filedata/fetch?id=440391&amp;d=1779158278&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​<br />
<br />
Confidentiality: Kiểm soát ai được đọc dữ liệu.<br />
Kỹ thuật: Encryption, Access Control Lists, Need-to-Know principle, Data Classification.<br />
Integrity: Đảm bảo dữ liệu không bị thay đổi trái phép.<br />
Kỹ thuật: Hashing (SHA-256), Digital Signatures, Version Control, Checksums.<br />
Threats: Man-in-the-middle, data tampering, ransomware.<br />
Availability: Đảm bảo dữ liệu/hệ thống sẵn sàng khi cần.<br />
Kỹ thuật: Redundancy, Load Balancing, Anti-DDoS, Backups (3-2-1 rule).<br />
Threats: DDoS, hardware failure, ransomware, natural disasters.<br />
<br />
​7. Cloud Security Threats<br />
<img alt="Click image for larger version  Name:	image.png Views:	0 Size:	50.9 KB ID:	440399" title="image.png" data-attachmentid="440399" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440399&amp;d=1779160730" data-fullsize-url="filedata/fetch?id=440399&amp;d=1779160730" data-thumb-url="filedata/fetch?id=440399&amp;d=1779160730&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​<br />
Shared Responsibility Model (quan trọng trong thi !):<br />
| Layer | IaaS | PaaS | SaaS |<br />
|-------|------|------|------|<br />
| Data | Bạn | Bạn | Bạn |<br />
| Applications | Bạn | Bạn | Provider |<br />
| Runtime | Bạn | Provider | Provider |<br />
| OS | Bạn | Provider | Provider |<br />
| Virtualization | Provider | Provider | Provider |<br />
| Hardware | Provider | Provider | Provider |<br />
Top Cloud Threats:<br />
- Data Breaches: Misconfigured S3 buckets (Capital One breach 2019 — 100M records).<br />
- Insecure APIs: API without authentication, rate limiting, input validation.<br />
- Compromised Credentials: Credential stuffing, phishing.<br />
- Insecure Interfaces: Cloud console access không có MFA.​<br />
<br />
8. IoT Security<br />
<img alt="Click image for larger version  Name:	image.png Views:	0 Size:	21.3 KB ID:	440400" title="image.png" data-attachmentid="440400" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440400&amp;d=1779160769" data-fullsize-url="filedata/fetch?id=440400&amp;d=1779160769" data-thumb-url="filedata/fetch?id=440400&amp;d=1779160769&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​<br />
IoT devices thường có:<br />
- Default credentials không được đổi.<br />
- Không có update mechanism.<br />
- Limited resources → không chạy được heavy security agents.<br />
Mirai Botnet (2016): Compromise 600,000+ IoT devices (cameras, DVRs) → DDoS 1.1 Tbps → down Dyn DNS → Netflix, Twitter, Reddit sập.<br />
IoT Protocols cần biết:<br />
- MQTT: Lightweight pub/sub. Port 1883 (plain), 8883 (TLS).<br />
- CoAP: HTTP-like nhưng cho constrained devices. UDP-based.<br />
- Zigbee/Z-Wave: Wireless PAN protocols.​<br />
<br />
9. Digital Forensics &amp; Incident Response (DFIR)<br />
NIST SP 800-61 Incident Response Lifecycle:<br />
<img alt="Click image for larger version  Name:	image.png Views:	0 Size:	29.5 KB ID:	440401" title="image.png" data-attachmentid="440401" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440401&amp;d=1779160857" data-fullsize-url="filedata/fetch?id=440401&amp;d=1779160857" data-thumb-url="filedata/fetch?id=440401&amp;d=1779160857&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="image.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />​<br />
Preparation → Detection &amp; Analysis → Containment → Eradication → Recovery → Lessons Learned<br />
<br />
Key Concepts:<br />
- False Positive: Normal event bị classified là malicious. Tốn thời gian điều tra nhầm.<br />
- False Negative: Malicious event không bị phát hiện. Nguy hiểm hơn nhiều!<br />
- True Positive: Attack thực sự được phát hiện đúng.<br />
- True Negative: Normal activity được classified đúng là normal.<br />
CVSS v3.1 Base Metrics: Attack Vector, Attack Complexity, Privileges Required, User Interaction, Scope, Confidentiality/Integrity/Availability Impact.<br />
Chain of Custody: Quy trình bảo toàn evidence. Mọi người tiếp xúc evidence đều phải documented.<br />
<br />
Resources thêm<br />
- Cisco Learning Network: learningnetwork.cisco.com<br />
- Omar Santos' GitHub: github.com/The-Art-of-Hacking<br />
- MITRE ATT&amp;CK: attack.mitre.org<br />
- Cisco Talos: talosintelligence.com<br />
- CVSS Calculator: nvd.nist.gov/vuln-metrics/cvss<br />
---<br />
Phần tiếp theo: Cryptography — Symmetric/Asymmetric/Hashing/PKI.<br />
Drop một comment nếu có câu hỏi hoặc muốn mình đào sâu phần nào!​]]></content:encoded>
			<category domain="https://www.forum.vnpro.org/forum/ccnp-security/security-core">CCNP Security Core</category>
			<dc:creator>anhnguyxn</dc:creator>
			<guid isPermaLink="true">https://www.forum.vnpro.org/forum/ccnp-security/security-core/440390-phần-1-6-ccnp-scor-350-701-cybersecurity-fundamentals-—-tổng-quan-toàn-diện</guid>
		</item>
		<item>
			<title>Tổng quan khóa học Cisco SCOR (350-701)</title>
			<link>https://www.forum.vnpro.org/forum/ccnp-security/security-core/440332-tổng-quan-khóa-học-cisco-scor-350-701</link>
			<pubDate>Mon, 18 May 2026 03:58:48 GMT</pubDate>
			<description>Tổng quan khóa học Cisco SCOR (350-701) 
Giới thiệu 
Khóa học Implementing and Operating Cisco Security Core Technologies (SCOR) của Cisco là chương...</description>
			<content:encoded><![CDATA[<span style="font-family:&amp;amp"><b>Tổng quan khóa học Cisco SCOR (350-701)</b></span><br />
<span style="font-family:&amp;amp"><b>Giới thiệu</b></span><br />
<span style="font-family:&amp;amp">Khóa học <b>Implementing and Operating Cisco Security Core Technologies (SCOR)</b> của Cisco là chương trình đào tạo cốt lõi dành cho các kỹ sư bảo mật mạng muốn nâng cao kỹ năng triển khai và vận hành hệ thống bảo mật doanh nghiệp hiện đại.</span><br />
<span style="font-family:&amp;amp">Khóa học chuẩn bị cho kỳ thi <b>350-701 SCOR v1.1</b>, đồng thời là điều kiện bắt buộc để đạt các chứng chỉ:</span><ul><li><span style="font-family:&amp;amp">CCNP Security </span></li>
<li><span style="font-family:&amp;amp">CCIE Security </span></li>
</ul><span style="font-family:&amp;amp">Ngoài ra học viên còn nhận được <b>64 CE Credits</b> để gia hạn chứng chỉ Cisco.</span>  <hr /><br />
<span style="font-family:&amp;amp"><b>Nội dung chính của khóa học</b></span><br />
<span style="font-family:&amp;amp"><b>1. Network Security &amp; Threat Protection</b></span><br />
<span style="font-family:&amp;amp">Khóa học tập trung vào:</span><ul><li><span style="font-family:&amp;amp">Phân tích các hình thức tấn công TCP/IP </span></li>
<li><span style="font-family:&amp;amp">Endpoint attacks </span></li>
<li><span style="font-family:&amp;amp">Network application attacks </span></li>
<li><span style="font-family:&amp;amp">Control Plane / Data Plane / Management Plane Security</span></li>
</ul><span style="font-family:&amp;amp"><img title="dataurl666340.jpg" data-attachmentid="440333" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440333&amp;d=1779076675" alt="Click image for larger version

Name:	dataurl666340.jpg
Views:	15
Size:	30.7 KB
ID:	440333" data-fullsize-url="filedata/fetch?id=440333&amp;d=1779076675" data-thumb-url="filedata/fetch?id=440333&amp;d=1779076675&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="dataurl666340.jpg" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> </span>  <hr /><br />
<span style="font-family:&amp;amp"><b>2. Cisco Secure Firewall</b></span><br />
<span style="font-family:&amp;amp">Học viên sẽ được triển khai:</span><ul><li><span style="font-family:&amp;amp">Cisco Secure Firewall ASA </span></li>
<li><span style="font-family:&amp;amp">Cisco Secure Firewall Threat Defense (FTD) </span></li>
<li><span style="font-family:&amp;amp">IPS Policies </span></li>
<li><span style="font-family:&amp;amp">Malware Protection </span></li>
<li><span style="font-family:&amp;amp">Access Control Policies</span></li>
</ul><span style="font-family:&amp;amp"><img title="dataurl666343.jpg" data-attachmentid="440335" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440335&amp;d=1779076675" alt="Click image for larger version

Name:	dataurl666343.jpg
Views:	8
Size:	39.0 KB
ID:	440335" data-fullsize-url="filedata/fetch?id=440335&amp;d=1779076675" data-thumb-url="filedata/fetch?id=440335&amp;d=1779076675&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="dataurl666343.jpg" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> </span><br />
<span style="font-family:&amp;amp"><b>3. VPN &amp; Secure Connectivity</b></span><br />
<span style="font-family:&amp;amp">Nội dung VPN bao gồm:</span><ul><li><span style="font-family:&amp;amp">IPsec VPN </span></li>
<li><span style="font-family:&amp;amp">Remote Access VPN </span></li>
<li><span style="font-family:&amp;amp">SSL VPN </span></li>
<li><span style="font-family:&amp;amp">Site-to-Site VPN </span></li>
<li><span style="font-family:&amp;amp">Cisco IOS VTI VPN</span></li>
</ul><span style="font-family:&amp;amp"><img title="dataurl666344.jpg" data-attachmentid="440334" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440334&amp;d=1779076675" alt="Click image for larger version

Name:	dataurl666344.jpg
Views:	8
Size:	15.3 KB
ID:	440334" data-fullsize-url="filedata/fetch?id=440334&amp;d=1779076675" data-thumb-url="filedata/fetch?id=440334&amp;d=1779076675&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="dataurl666344.jpg" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> </span><br />
<span style="font-family:&amp;amp"><b>4. Cloud Security &amp; Endpoint Security</b></span><br />
<span style="font-family:&amp;amp">Khóa học còn mở rộng sang:</span><ul><li><span style="font-family:&amp;amp">Cisco Umbrella </span></li>
<li><span style="font-family:&amp;amp">Cisco Secure Endpoint </span></li>
<li><span style="font-family:&amp;amp">Cloud Analytics </span></li>
<li><span style="font-family:&amp;amp">Secure Web Gateway </span></li>
<li><span style="font-family:&amp;amp">CASB </span></li>
<li><span style="font-family:&amp;amp">Cloud Security</span></li>
</ul><span style="font-family:&amp;amp"><img title="dataurl666344.jpg" data-attachmentid="440336" data-align="none" data-size="full" border="0" src="filedata/fetch?id=440336&amp;d=1779076675" alt="Click image for larger version

Name:	dataurl666344.jpg
Views:	8
Size:	24.1 KB
ID:	440336" data-fullsize-url="filedata/fetch?id=440336&amp;d=1779076675" data-thumb-url="filedata/fetch?id=440336&amp;d=1779076675&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="dataurl666344.jpg" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /> </span><br />
<span style="font-family:&amp;amp"><b>Điểm nổi bật</b></span><br />
<span style="font-family:&amp;amp"><b>Học viên sẽ:</b></span><ul><li><span style="font-family:&amp;amp">Hiểu sâu về Security Architecture </span></li>
<li><span style="font-family:&amp;amp">Có khả năng triển khai Firewall thực tế </span></li>
<li><span style="font-family:&amp;amp">Xây dựng VPN bảo mật doanh nghiệp </span></li>
<li><span style="font-family:&amp;amp">Triển khai hệ thống Email/Web Security </span></li>
<li><span style="font-family:&amp;amp">Làm việc với Cloud Security hiện đại </span></li>
<li><span style="font-family:&amp;amp">Chuẩn bị cho các vị trí: </span><ul><li><span style="font-family:&amp;amp">Security Engineer </span></li>
<li><span style="font-family:&amp;amp">SOC Analyst </span></li>
<li><span style="font-family:&amp;amp">Network Security Engineer </span></li>
<li><span style="font-family:&amp;amp">Security Consultant</span></li>
</ul></li>
</ul><br />
​]]></content:encoded>
			<category domain="https://www.forum.vnpro.org/forum/ccnp-security/security-core">CCNP Security Core</category>
			<dc:creator>anhnguyxn</dc:creator>
			<guid isPermaLink="true">https://www.forum.vnpro.org/forum/ccnp-security/security-core/440332-tổng-quan-khóa-học-cisco-scor-350-701</guid>
		</item>
		<item>
			<title>DHCP Troubleshooting</title>
			<link>https://www.forum.vnpro.org/forum/ccnp-security/security-core/440316-dhcp-troubleshooting</link>
			<pubDate>Sat, 16 May 2026 10:46:56 GMT</pubDate>
			<description>Nền tảng DHCP và tư duy Troubleshooting dành cho System Engineer / Network Engineer 
 
 
Trong môi trường doanh nghiệp hiện đại, DHCP (Dynamic Host...</description>
			<content:encoded><![CDATA[<b> Nền tảng DHCP và tư duy Troubleshooting dành cho System Engineer / Network Engineer</b><br />
<br />
<br />
Trong môi trường doanh nghiệp hiện đại, DHCP (Dynamic Host Configuration Protocol) là một dịch vụ nền tảng nhưng cực kỳ quan trọng. Chỉ cần DHCP gặp sự cố, hàng loạt thiết bị có thể mất kết nối: máy tính người dùng không vào mạng, IP phone không đăng ký được, Access Point không join controller, máy chủ PXE không boot được, thậm chí các hệ thống sản xuất có thể bị gián đoạn.<br />
<br />
Điều nguy hiểm là lỗi DHCP thường biểu hiện rất mơ hồ.<br />
<br />
Người dùng chỉ nói:<br />
<br />
<i>&quot;Máy em không có mạng.&quot;</i><br />
<br />
Nhưng nguyên nhân thực tế có thể nằm ở rất nhiều nơi:<ul><li>DHCP server</li>
<li>DHCP relay</li>
<li>Router</li>
<li>Switch VLAN</li>
<li>DHCP snooping</li>
<li>Windows Firewall</li>
<li>Linux iptables/nftables</li>
<li>Scope hết IP</li>
<li>Duplicate IP</li>
<li>Rogue DHCP server</li>
<li>Failover synchronization lỗi</li>
</ul><br />
Muốn troubleshoot nhanh, kỹ sư cần hiểu bản chất giao thức trước. <hr /> <b>DHCP là gì?</b><br />
<br />
<br />
DHCP là giao thức tự động cấp phát cấu hình IP cho client.<br />
<br />
Thay vì phải ngồi cấu hình thủ công:<ul><li>IP address</li>
<li>Subnet mask</li>
<li>Default gateway</li>
<li>DNS server</li>
<li>Domain suffix</li>
<li>NTP</li>
<li>PXE boot server</li>
<li>VoIP options</li>
</ul><br />
... thì client chỉ cần bật lên và yêu cầu DHCP server cấp phát.<br />
<br />
Ví dụ:<br />
<br />
Thay vì cấu hình tay:<br />
IP: 192.168.10.55<br />
Mask: 255.255.255.0<br />
Gateway: 192.168.10.1<br />
DNS: 8.8.8.8<br />
<br />
Client sẽ tự động nhận toàn bộ thông tin này.<br />
<br />
Điều này cực kỳ quan trọng trong doanh nghiệp có:<ul><li>hàng trăm PC</li>
<li>hàng ngàn endpoint</li>
<li>IP phone</li>
<li>Wi-Fi clients</li>
<li>camera</li>
<li>printers</li>
<li>IoT devices</li>
<li>VM workloads</li>
</ul><hr /> <b>DHCP hoạt động như thế nào?</b><br />
<br />
<br />
DHCP hoạt động theo mô hình <b>client pull</b>.<br />
<br />
Điều này rất quan trọng.<br />
<br />
Client chủ động hỏi server.<br />
<br />
Server không chủ động đẩy IP xuống client.<br />
<br />
Nói cách khác:<br />
<br />
DHCP là mô hình:<br />
<br />
<b>Client initiated protocol</b><br />
<br />
chứ không phải:<br />
<br />
<b>Server push protocol</b><br />
<br />
Điều này ảnh hưởng trực tiếp đến troubleshooting.<br />
<br />
Ví dụ:<br />
<br />
Nếu admin đổi DNS trên DHCP server, client sẽ không tự động đổi DNS ngay lập tức.<br />
<br />
Client chỉ cập nhật khi:<ul><li>renew lease</li>
<li>reboot</li>
<li>ipconfig /renew</li>
<li>dhclient renew</li>
</ul><hr /> <b>Quy trình DORA</b><br />
<br />
<br />
DHCP hoạt động theo chu trình nổi tiếng:<br />
<br />
<b>DORA</b><ul><li>Discover</li>
<li>Offer</li>
<li>Request</li>
<li>Acknowledge</li>
</ul><hr /> <b>Bước 1 — DHCP Discover</b><br />
<br />
<br />
Client vừa khởi động chưa có IP.<br />
<br />
Nó không biết:<ul><li>DHCP server ở đâu</li>
<li>subnet là gì</li>
<li>gateway là gì</li>
</ul><br />
Vì vậy client phát broadcast:<br />
DHCPDISCOVER<br />
<br />
Destination:<br />
255.255.255.255<br />
<br />
Layer 2:<br />
FF:FF:FF:FF:FF:FF<br />
<br />
Ý nghĩa:<br />
<br />
<i>&quot;Có DHCP server nào ngoài kia không? Tôi cần IP.&quot;</i>  <hr /> <b>Bước 2 — DHCP Offer</b><br />
<br />
<br />
DHCP server nhận Discover.<br />
<br />
Server kiểm tra:<ul><li>pool còn IP không</li>
<li>client có reservation không</li>
<li>policy nào áp dụng</li>
<li>conflict detection</li>
<li>exclusions</li>
<li>failover state</li>
</ul><br />
Nếu hợp lệ:<br />
<br />
Server trả lời:<br />
DHCPOFFER<br />
<br />
Ví dụ:<br />
IP: 192.168.10.100<br />
Mask: 255.255.255.0<br />
Gateway: 192.168.10.1<br />
DNS: 192.168.10.10<br />
Lease: 8 days <hr /> <b>Bước 3 — DHCP Request</b><br />
<br />
<br />
Client chưa dùng IP ngay.<br />
<br />
Nó gửi:<br />
DHCPREQUEST<br />
<br />
Ý nghĩa:<br />
<br />
<i>&quot;Tôi đồng ý nhận IP này.&quot;</i>  <hr /> <b>Bước 4 — DHCP ACK</b><br />
<br />
<br />
Server xác nhận:<br />
DHCPACK<br />
<br />
Client chính thức dùng IP. <hr /> <b>Nếu DHCP fail thì fail ở đâu?</b><br />
<br />
<br />
Trong thực chiến, failure thường nằm tại 1 trong 4 điểm:<br />
Discover không đi được<br />
Offer không quay về<br />
Request không tới<br />
ACK không quay lại<br />
<br />
Đây là tư duy troubleshoot quan trọng nhất.<br />
<br />
Đừng đoán mò.<br />
<br />
Hãy xác định DORA fail ở bước nào. <hr /> <b>Dịch nội dung gốc: Các vấn đề DHCP tiềm ẩn khi Troubleshooting</b><br />
<br />
<br />
Dưới đây là bản dịch nội dung kỹ thuật. <hr /> <b>1. Router không forward broadcast</b><br />
<br />
<br />
Theo mặc định, router không chuyển tiếp broadcast.<br />
<br />
Điều này bao gồm cả:<br />
DHCPDISCOVER<br />
<br />
Vì DHCP client dùng broadcast để tìm server.<br />
<br />
Nếu DHCP client và DHCP server khác subnet:<br />
<br />
DHCP sẽ fail nếu không có relay agent.<br />
<br />
Cisco:<br />
ip helper-address x.x.x.x<br />
<br />
Ví dụ:<br />
<br />
Client:<br />
192.168.10.0/24<br />
<br />
DHCP server:<br />
10.10.10.10<br />
<br />
Router giữa hai mạng nếu không có:<br />
ip helper-address 10.10.10.10<br />
<br />
thì DHCP fail. <hr /> <b>2. DHCP pool hết IP</b><br />
<br />
<br />
DHCP pool luôn hữu hạn.<br />
<br />
Ví dụ:<br />
192.168.10.100 → 192.168.10.150<br />
<br />
Chỉ có:<br />
51 IP<br />
<br />
Khi hết:<br />
<br />
Client mới sẽ không nhận IP.<br />
<br />
Dấu hiệu:<br />
<br />
Windows:<br />
169.254.x.x<br />
<br />
Linux:<br />
<br />
No lease.<br />
<br />
Cisco IP phone:<br />
<br />
boot fail. <hr /> <b>3. Misconfiguration</b><br />
<br />
<br />
Cấu hình sai là lỗi phổ biến nhất.<br />
<br />
Ví dụ:<br />
<br />
Sai subnet:<br />
192.168.20.0/24<br />
<br />
trong khi client thực tế ở:<br />
192.168.10.0/24<br />
<br />
Sai gateway:<br />
192.168.10.254<br />
<br />
trong khi gateway thật:<br />
192.168.10.1<br />
<br />
Sai DNS.<br />
<br />
Sai exclusion.<br />
<br />
Sai lease.<br />
<br />
Sai helper-address. <hr /> <b>4. Duplicate IP address</b><br />
<br />
<br />
DHCP có thể cấp IP đã bị dùng bởi thiết bị static.<br />
<br />
Ví dụ:<br />
<br />
Server cấu hình tay:<br />
192.168.10.120<br />
<br />
DHCP cũng phát:<br />
192.168.10.120<br />
<br />
Kết quả:<ul><li>ARP conflict</li>
<li>packet loss</li>
<li>intermittent connectivity</li>
<li>random disconnect</li>
</ul><hr /> <b>5. DHCP redundancy communication failure</b><br />
<br />
<br />
Một số DHCP server chạy HA/failover.<br />
<br />
Ví dụ:<br />
<br />
Windows DHCP failover.<br />
<br />
Nếu synchronization fail:<br />
<br />
Cả hai server có thể phát IP chồng nhau.<br />
<br />
Kết quả:<br />
<br />
IP overlap.<br />
<br />
Network chaos. <hr /> <b>6. DHCP là giao thức pull</b><br />
<br />
<br />
Client chủ động lấy config.<br />
<br />
Server không push config.<br />
<br />
Điều này giải thích vì sao đổi config server mà client chưa cập nhật. <hr /> <b>7. Interface không thuộc DHCP subnet</b><br />
<br />
<br />
Nếu router Cisco đóng vai DHCP server:<br />
<br />
Router phải có interface thuộc subnet pool.<br />
<br />
Ví dụ:<br />
<br />
Pool:<br />
192.168.10.0/24<br />
<br />
Router:<br />
interface vlan 10<br />
ip address 192.168.10.1 255.255.255.0<br />
<br />
Nếu router không có interface phù hợp:<br />
<br />
DHCP fail.<br />
<br />
Ngoại lệ:<br />
<br />
Có DHCP relay. <hr /> <b>Tư duy Troubleshooting DHCP chuyên gia</b><br />
<br />
<br />
Đừng bắt đầu bằng câu:<br />
<br />
<i>&quot;DHCP chết rồi.&quot;</i><br />
<br />
Hãy bắt đầu bằng:<br />
<br />
<b>DORA đang fail ở bước nào?</b>  <hr /> <b>Checklist tư duy nhanh</b><br />
<br />
<b>Câu 1</b><br />
<br />
<br />
Client có gửi Discover không?<br />
<br />
Nếu không:<br />
<br />
Xem:<ul><li>NIC down</li>
<li>Wi-Fi disconnected</li>
<li>VLAN sai</li>
<li>switchport shutdown</li>
<li>cable lỗi</li>
<li>client firewall</li>
<li>dhclient issue</li>
</ul><hr /> <b>Câu 2</b><br />
<br />
<br />
Discover tới server chưa?<br />
<br />
Nếu chưa:<br />
<br />
Xem:<ul><li>relay</li>
<li>helper-address</li>
<li>routing</li>
<li>ACL</li>
<li>firewall</li>
<li>UDP 67/68</li>
</ul><hr /> <b>Câu 3</b><br />
<br />
<br />
Server có trả Offer không?<br />
<br />
Nếu không:<br />
<br />
Xem:<ul><li>service stopped</li>
<li>pool exhausted</li>
<li>scope disabled</li>
<li>authorization fail</li>
<li>config syntax error</li>
</ul><hr /> <b>Câu 4</b><br />
<br />
<br />
Offer có quay về client không?<br />
<br />
Nếu không:<br />
<br />
Xem:<ul><li>relay return path</li>
<li>ACL</li>
<li>asymmetric routing</li>
<li>firewall</li>
<li>VLAN mismatch</li>
</ul><hr /> <b>Câu 5</b><br />
<br />
<br />
Client có Request không?<br />
<br />
Nếu không:<br />
<br />
Có thể:<ul><li>duplicate IP detect</li>
<li>client reject config</li>
<li>malformed packet</li>
</ul><hr /> <b>Câu 6</b><br />
<br />
<br />
ACK có tới client không?<br />
<br />
Nếu không:<br />
<br />
Xem:<ul><li>ACL</li>
<li>firewall</li>
<li>relay issue</li>
</ul><hr /> <b>Công cụ packet capture bắt buộc biết</b><br />
<br />
<br />
Windows:<br />
pktmon<br />
<br />
Linux:<br />
tcpdump -ni eth0 port 67 or port 68<br />
<br />
Cisco:<br />
monitor capture<br />
<br />
Wireshark filter:<br />
bootp<br />
<br />
hoặc:<br />
dhcp <hr /> <b>Triệu chứng DHCP ngoài đời thực</b><br />
<br />
<br />
Nếu thấy:<br />
<br />
Windows:<br />
169.254.x.x<br />
<br />
=&gt; DHCP fail. <hr /><br />
Nếu thấy:<br />
IP đúng nhưng không ra mạng<br />
<br />
=&gt; Gateway/DNS sai. <hr /><br />
Nếu thấy:<br />
Lúc được lúc mất<br />
<br />
=&gt; Duplicate IP / rogue DHCP. <hr /><br />
Nếu thấy:<br />
Chỉ VLAN này lỗi<br />
<br />
=&gt; relay / helper / scope / VLAN config. <hr /><br />
Nếu thấy:<br />
Wi-Fi client fail nhưng wired OK<br />
<br />
=&gt; WLAN DHCP relay / controller / Option issue. <hr /> <b>Kết luận cho phần 1</b><br />
<br />
<br />
DHCP troubleshoot không khó nếu tư duy đúng.<br />
<br />
Sai lầm lớn nhất là đoán mò.<br />
<br />
Tư duy đúng là:<br />
DORA fail ở đâu?<br />
<br />
Khi xác định đúng điểm failure, root cause thường lộ ra rất nhanh.<br />
​]]></content:encoded>
			<category domain="https://www.forum.vnpro.org/forum/ccnp-security/security-core">CCNP Security Core</category>
			<dc:creator>dangquangminh</dc:creator>
			<guid isPermaLink="true">https://www.forum.vnpro.org/forum/ccnp-security/security-core/440316-dhcp-troubleshooting</guid>
		</item>
		<item>
			<title>NAT Troubleshooting</title>
			<link>https://www.forum.vnpro.org/forum/ccnp-security/security-core/440132-nat-troubleshooting</link>
			<pubDate>Mon, 11 May 2026 11:32:56 GMT</pubDate>
			<description>NAT Troubleshooting – Những lỗi “kinh điển” khiến NAT/PAT hoạt động sai và cách xử lý 
 
 
NAT là một trong những công nghệ mà gần như kỹ sư mạng nào...</description>
			<content:encoded><![CDATA[<b>NAT Troubleshooting – Những lỗi “kinh điển” khiến NAT/PAT hoạt động sai và cách xử lý</b><br />
<br />
<br />
NAT là một trong những công nghệ mà gần như kỹ sư mạng nào cũng từng cấu hình. Nhìn qua thì có vẻ đơn giản: ánh xạ địa chỉ private sang public để thiết bị nội bộ đi ra Internet. Nhưng khi hệ thống không hoạt động, NAT lại trở thành một trong những thành phần gây đau đầu nhất trong quá trình troubleshooting.<br />
<br />
Chỉ cần sai một dòng lệnh nhỏ, thiếu một keyword, hoặc quảng bá route chưa đúng là traffic có thể “đi mà không về”.<br />
<br />
Dựa trên tài liệu gốc , chúng ta cùng phân tích cách troubleshooting NAT theo góc nhìn thực chiến. <hr /> <b>1. Cấu hình NAT/PAT mẫu</b><br />
<br />
<br />
Ví dụ một cấu hình Dynamic NAT kết hợp PAT:<br />
R1# show run<br />
<br />
interface FastEthernet1/0<br />
ip address 10.1.1.1 255.255.255.0<br />
ip nat inside<br />
!<br />
<br />
interface GigabitEthernet0/0<br />
ip address 203.0.113.1 255.255.255.248<br />
ip nat outside<br />
!<br />
<br />
ip nat pool OUTSIDE_POOL 203.0.113.3 203.0.113.6 netmask 255.255.255.248<br />
<br />
ip nat inside source list 1 pool OUTSIDE_POOL overload<br />
<br />
access-list 1 permit 10.1.1.0 0.0.0.255<br />
<br />
Ý nghĩa:<ul><li>Mạng nội bộ: 10.1.1.0/24</li>
<li>Router inside interface: 10.1.1.1</li>
<li>Router outside interface: 203.0.113.1</li>
<li>NAT pool: 203.0.113.3 → 203.0.113.6</li>
<li>ACL 1 xác định host nào được NAT</li>
<li>overload cho phép PAT</li>
</ul><br />
Thoạt nhìn đơn giản. Nhưng rất nhiều lỗi có thể xảy ra. <hr /> <b>2. Những lỗi cấu hình NAT phổ biến</b><br />
<br />
<b>2.1 Inside/Outside interface cấu hình sai</b><br />
<br />
<br />
NAT hoạt động dựa trên việc router biết:<ul><li>đâu là inside</li>
<li>đâu là outside</li>
</ul><br />
Ví dụ đúng:<br />
ip nat inside<br />
<br />
và<br />
ip nat outside<br />
<br />
Nếu đảo ngược:<br />
inside thành outside<br />
outside thành inside<br />
<br />
thì translation sẽ không bao giờ hoạt động đúng.<br />
<br />
Triệu chứng:<ul><li>ping ra Internet thất bại</li>
<li>không thấy translation entry</li>
<li>routing vẫn đúng nhưng traffic fail</li>
</ul><br />
Kiểm tra:<br />
show ip nat statistics <hr /> <b>2.2 NAT Pool cấu hình sai</b><br />
<br />
<br />
Ví dụ:<br />
ip nat pool OUTSIDE_POOL 203.0.113.3 203.0.113.6 netmask 255.255.255.248<br />
<br />
Nếu nhập sai:<br />
203.0.113.30<br />
<br />
hoặc netmask không đúng:<br />
255.255.255.0<br />
<br />
thì NAT mapping sẽ lỗi.<br />
<br />
Router vẫn nhận cấu hình nhưng translation không đúng như mong đợi. <hr /> <b>2.3 Public IP không reachable</b><br />
<br />
<br />
Đây là lỗi cực kỳ phổ biến.<br />
<br />
NAT chỉ đổi địa chỉ.<br />
<br />
Nó không tự động làm cho Internet biết đường quay lại.<br />
<br />
Ví dụ host nội bộ:<br />
10.1.1.10<br />
<br />
được NAT thành:<br />
203.0.113.4<br />
<br />
Remote server sẽ reply về:<br />
203.0.113.4<br />
<br />
Nhưng nếu ISP không biết route tới subnet này thì gói phản hồi bị drop.<br />
<br />
Triệu chứng:<ul><li>translation xuất hiện</li>
<li>packet đi ra</li>
<li>không có return traffic</li>
</ul><br />
Kiểm tra:<br />
show ip route<br />
<br />
và xác minh ISP đã quảng bá subnet public. <hr /> <b>2.4 ACL xác định sai inside local addresses</b><br />
<br />
<br />
ACL quyết định host nào được NAT.<br />
<br />
Ví dụ đúng:<br />
access-list 1 permit 10.1.1.0 0.0.0.255<br />
<br />
Nếu cấu hình nhầm:<br />
access-list 1 permit 10.1.2.0 0.0.0.255<br />
<br />
thì host thật:<br />
10.1.1.10<br />
<br />
sẽ không match ACL.<br />
<br />
Kết quả:<br />
<br />
Không NAT. <hr /> <b>2.5 Mapping ACL với pool sai</b><br />
<br />
<br />
Lệnh quan trọng:<br />
ip nat inside source list 1 pool OUTSIDE_POOL overload<br />
<br />
Đây là nơi “ghép đôi”:<ul><li>ACL</li>
<li>NAT pool</li>
</ul><br />
Nếu:<ul><li>ACL sai</li>
<li>pool sai tên</li>
<li>mapping sai list number</li>
</ul><br />
thì NAT fail.<br />
<br />
Ví dụ:<br />
ip nat inside source list 10 pool OUTSIDE_POOL overload<br />
<br />
trong khi ACL thật là:<br />
access-list 1 ...<br />
<br />
=&gt; mismatch. <hr /> <b>2.6 Thiếu keyword overload</b><br />
<br />
<br />
Nếu muốn PAT mà quên:<br />
overload<br />
<br />
thì router chỉ làm Dynamic NAT.<br />
<br />
Khác biệt:<br />
<br />
Dynamic NAT:<ul><li>1 private IP → 1 public IP</li>
</ul><br />
PAT:<ul><li>nhiều private IP → 1 hoặc vài public IP qua port translation</li>
</ul><br />
Nếu số lượng host lớn mà không overload:<br />
<br />
pool sẽ nhanh chóng hết IP.<br />
<br />
Triệu chứng:<ul><li>một vài host ra được</li>
<li>host còn lại fail</li>
</ul><hr /> <b>3. Những vấn đề troubleshooting thực tế với NAT</b><br />
<br />
<b>NAT over VPN</b><br />
<br />
<br />
Một số giao thức VPN kiểm tra checksum để đảm bảo packet integrity.<br />
<br />
Ví dụ IPsec.<br />
<br />
Trước NAT:<br />
Source IP = 10.1.1.10<br />
<br />
Sau NAT:<br />
Source IP = 203.0.113.4<br />
<br />
Checksum thay đổi.<br />
<br />
VPN peer có thể hiểu packet đã bị chỉnh sửa và reject.<br />
<br />
Đây là lý do NAT traversal (NAT-T) tồn tại. <hr /> <b>NAT che giấu IP thật</b><br />
<br />
<br />
Ví dụ:<br />
<br />
Client:<br />
10.1.1.25<br />
<br />
bị NAT thành:<br />
203.0.113.5<br />
<br />
Firewall log chỉ thấy:<br />
203.0.113.5<br />
<br />
Không thấy IP private gốc.<br />
<br />
Điều này làm troubleshooting end-to-end khó hơn rất nhiều.<br />
<br />
Lệnh hữu ích:<br />
show ip nat translations <hr /> <b>Ứng dụng không tương thích NAT</b><br />
<br />
<br />
Một số ứng dụng nhúng IP address vào payload.<br />
<br />
Ví dụ:<ul><li>SIP</li>
<li>H.323</li>
<li>FTP active mode</li>
<li>một số VoIP protocol</li>
</ul><br />
NAT chỉ sửa header Layer 3/4.<br />
<br />
Nếu payload vẫn chứa:<br />
10.1.1.10<br />
<br />
remote peer sẽ cố reply về địa chỉ private.<br />
<br />
=&gt; fail. <hr /> <b>NAT tạo thêm độ trễ</b><br />
<br />
<br />
NAT không miễn phí về mặt xử lý.<br />
<br />
Router phải:<ul><li>kiểm tra translation table</li>
<li>tạo mapping</li>
<li>sửa packet header</li>
<li>tính lại checksum</li>
</ul><br />
Nếu router xử lý hàng triệu flows:<br />
<br />
latency tăng rõ rệt.<br />
<br />
Đặc biệt với router CPU yếu. <hr /> <b>4. Các lệnh troubleshooting NAT quan trọng</b><br />
<br />
<b>show ip nat translations</b><br />
<br />
<br />
Lệnh số 1.<br />
show ip nat translations<br />
<br />
Ví dụ:<br />
Pro Inside global Inside local Outside local Outside global<br />
tcp 192.168.1.27:23 192.168.0.27:23 192.168.1.50:1158 192.168.1.50:1158<br />
<br />
Ý nghĩa:<ul><li>Inside local = IP private gốc</li>
<li>Inside global = IP sau NAT</li>
<li>Outside global = destination thật</li>
</ul><br />
Nếu không thấy entry động:<br />
<br />
host chưa được NAT. <hr /> <b>clear ip nat translation *</b><br />
<br />
<br />
Xóa toàn bộ dynamic translations:<br />
clear ip nat translation *<br />
<br />
Hữu ích khi:<ul><li>test lại từ đầu</li>
<li>reset stale sessions</li>
<li>xác minh translation mới</li>
</ul><br />
Lưu ý:<br />
<br />
Không xóa static NAT entries. <hr /> <b>show ip nat statistics</b><br />
<br />
<br />
Rất hữu ích.<br />
show ip nat statistics<br />
<br />
Ví dụ:<br />
Total active translations : 4<br />
Outside interfaces:<br />
FastEthernet0/0<br />
Inside interfaces:<br />
FastEthernet0/1<br />
Hits: 10<br />
Misses: 0<br />
<br />
Quan sát:<ul><li>interface inside/outside đúng chưa?</li>
<li>có translation không?</li>
<li>hits tăng không?</li>
</ul><br />
Nếu misses tăng mạnh:<br />
<br />
traffic không match NAT rule. <hr /> <b>debug ip nat</b><br />
<br />
<br />
Lệnh mạnh nhưng nguy hiểm.<br />
debug ip nat<br />
<br />
Ví dụ:<br />
NAT: s=192.168.1.11-&gt;192.168.1.27<br />
<br />
Nghĩa là:<br />
192.168.1.11<br />
<br />
được dịch thành:<br />
192.168.1.27<br />
<br />
Nhược điểm:<br />
<br />
debug có thể làm router CPU tăng mạnh.<br />
<br />
Theo tài liệu, cần dùng cực kỳ cẩn thận vì có thể làm router crash<br />
<br />
Trong production:<br />
<br />
chỉ bật ngắn hạn. <hr /> <b>5. Quy trình troubleshooting NAT thực chiến</b><br />
<br />
<br />
Khi NAT lỗi, nên đi theo thứ tự:<br />
<br />
Bước 1:<br />
<br />
Kiểm tra routing<br />
show ip route <hr /><br />
Bước 2:<br />
<br />
Kiểm tra inside/outside<br />
show ip nat statistics <hr /><br />
Bước 3:<br />
<br />
Kiểm tra ACL<br />
show access-lists <hr /><br />
Bước 4:<br />
<br />
Kiểm tra translation<br />
show ip nat translations <hr /><br />
Bước 5:<br />
<br />
Clear translation<br />
clear ip nat translation * <hr /><br />
Bước 6:<br />
<br />
Debug nếu cần<br />
debug ip nat <hr /> <b>Kết luận cho bài NAT Troubleshooting</b><br />
<br />
<br />
NAT nhìn đơn giản nhưng khi sự cố xảy ra, nguyên nhân có thể nằm ở nhiều lớp:<ul><li>interface role</li>
<li>ACL matching</li>
<li>NAT pool</li>
<li>overload</li>
<li>routing</li>
<li>ứng dụng</li>
<li>VPN interaction</li>
<li>performance bottleneck</li>
</ul><br />
Một nguyên tắc thực chiến rất đáng nhớ:<br />
<br />
<b>Nếu routing đúng mà traffic vẫn không đi, hãy kiểm tra NAT ngay lập tức.</b><br />
​]]></content:encoded>
			<category domain="https://www.forum.vnpro.org/forum/ccnp-security/security-core">CCNP Security Core</category>
			<dc:creator>dangquangminh</dc:creator>
			<guid isPermaLink="true">https://www.forum.vnpro.org/forum/ccnp-security/security-core/440132-nat-troubleshooting</guid>
		</item>
	</channel>
</rss>
