|
Home > Archive > CCNA > March 2003 > ???? IPX/Hex
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
|
|
|
| Imran4sin 2003-03-17, 6:21 am |
| hey dude..
its not so difficult.
Chck this out.
there are following in hex:
a,b,c,d,e,f,
HEX : DEC : Binary
a 10 1010
b 11 1011
c 12 1100
d 13 1101
e 14 1110
f 15 1111
IPX = NETWORK + NODE
so simply take the network address and then shove the Node(MAC) address at the end ..and viola you get an IPX address.
hope ths helps. | |
| djmaplethorpe 2003-03-17, 10:42 am |
| quote: Originally posted by davidbeecken
I wrote somethin on it, www.ciscotrack.com/hex.html
david, thanks for that, but maybe you can expound on the IPX address and give an example. the problem I am having is seeing the entire address in it's 80 bits and whether this includes the host portion or not. Hope I am making sense.
TIA | |
| Imran4sin 2003-03-17, 3:14 pm |
| ok..
first 32 bits = Network address
secnd 48 bits = Node (MAC)
e.g.
Network 00000200 is written as 200
(dont ask me Y ..but this is how it works)
Network 00000000 would be 0
Now with the
network address=200
and
node address = 0000.c001.abcd
(this can be directly copied from NIC)
we get the end IPX = 200.0000.c0001.abcd
Do yoiu get it now..
Hope this helps
later. |
|
|
|
|