|
Cisco stores IP addresses in a reverse hexadecimal format which is not
easily converted back to the dotted decimal format that we expect to
see. To convert between reverse hexadecimal and dotted decimal and back
enter an IP address below in either format and press the Convert
button to have it changed into the other format.
192 becomes C0 Now reverse the order of the octets and concatenate them into a single hexadecimal number: 0100ABC0. Hexadecimal to Dotted Decimal 05 becomes 5 As before the octets have to be reversed so the IP
address becomes 10.100.20.5 once the are concatenated and dotted. |