ACL(Access Control List)
·
Software Define
🔐 Subnet Mask vs Wildcard Mask📌 The BasicsWhen configuring network devices (especially Access Control Lists, ACLs), two common operations are:Permit (allow) packetsDeny (block) packetsThe logic of which packets are matched is determined by masks.Subnet Mask → Defines the network portion (must follow the rule of consecutive 1s, then 0s).Wildcard Mask → Defines matching rules (0 = exact match re..