02-03-2024 07:33 AM
Hi I'm new to Cisco Packet Tracer and I've been doing some stuff with mac addresses and when i tried changing it for aaaa.2x22.cccc it showed as invalid but when i used aaaa.2a22.cccc it did. Any Ideas I'm just intrested?
Solved! Go to Solution.
02-03-2024 08:44 AM
MAC addresses are 12-digit (6 bytes or 48 bits) hexadecimal, it uses sixteen distinct symbols, most often the symbols "0"–"9" to represent values 0 to 9, and "A"–"F.
Because you using x (not part of hexadecimal) it throws you an error
02-03-2024 08:48 AM
Hello @dolas2005
The MAC address you use must follow specific rules. The letters in a MAC address are hexadecimal, meaning they can only be 0-9 or A-F (or a-f, as it's case-insensitive). In your example, "aaaa.2x22.cccc" is invalid because 'x' is not a valid hexadecimal digit, while "aaaa.2a22.cccc" is valid as 'a' is a valid hexadecimal digit.
So, when working with MAC addresses in Cisco Packet Tracer or any networking environment, ensure that you only use valid hexadecimal digits (0-9, A-F or a-f) to avoid any errors or inconsistencies.
02-03-2024 08:44 AM
MAC addresses are 12-digit (6 bytes or 48 bits) hexadecimal, it uses sixteen distinct symbols, most often the symbols "0"–"9" to represent values 0 to 9, and "A"–"F.
Because you using x (not part of hexadecimal) it throws you an error
02-03-2024 08:48 AM
Thx it now makes sense and I totally forgot fact about MAC address being hexadecimal.
02-03-2024 08:48 AM
Hello @dolas2005
The MAC address you use must follow specific rules. The letters in a MAC address are hexadecimal, meaning they can only be 0-9 or A-F (or a-f, as it's case-insensitive). In your example, "aaaa.2x22.cccc" is invalid because 'x' is not a valid hexadecimal digit, while "aaaa.2a22.cccc" is valid as 'a' is a valid hexadecimal digit.
So, when working with MAC addresses in Cisco Packet Tracer or any networking environment, ensure that you only use valid hexadecimal digits (0-9, A-F or a-f) to avoid any errors or inconsistencies.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide