

In such a case, it is necessary to modify the MAC address with a new NIC or make modifications by using software.
#CISCO MAC ADDRESS RANGE SOFTWARE#
However, it is possible for duplicate MAC addresses to exist because of mistakes made during manufacturing, mistakes made in some virtual machine implementation methods, or modifications made using one of several software tools. It is the responsibility of a vendor to ensure that no two of its devices are assigned the same MAC address. Therefore, the Ethernet MAC address of that device would be 00-60-2F-3A-07-BC.
#CISCO MAC ADDRESS RANGE CODE#
Cisco would configure the device with a unique vendor code such as 3A-07-BC. Because 1 byte equals 8 bits, we can also say that a MAC address is 6 bytes in length.įigure 7-8 The Ethernet MAC Address Structureįor example, say that Cisco needs to assign a unique MAC address to a new device, and the IEEE has assigned Cisco the OUI 00-60-2F. MAC addressing provides a method for device identification at the data link layer of the OSI model.Īn Ethernet MAC address is a 48-bit address expressed using 12 hexadecimal digits, as shown in Figure 7-7. The MAC address is used to identify the physical source and destination devices (NICs) on the local network segment. In an Ethernet LAN, every network device is connected to the same shared medium.


If such conversions are required, convert the decimal or hexadecimal value to binary and then to convert the binary value to either decimal or hexadecimal as appropriate. You might have to convert between decimal and hexadecimal values. Hexadecimal may also be represented using a subscript 16 or by using the hex number followed by an H (for example, 73H). Hexadecimal numbers are often represented by a value preceded by 0x (for example, 0x73) to distinguish between decimal and hexadecimal values in documentation. For example, in Figure 7-6, the binary value 0000 1010 is shown to be 0A in hexadecimal. When using hexadecimal, leading zeros are always displayed to complete the 8-bit representation. Figure 7-6 Selected Examples of Decimal to Binary to Hexadecimal Conversions
