01-25-2009 10:08 PM - edited 03-04-2019 12:58 AM
How to map RMAC to Real MAC Address in end station
CIP-Slot1#llc badns
pcep=0085 rmac=0068.e83a.219f lmac=4000.7206.1111 rsap=04 lsap=04 this=81F609D8
rif=0810.1F91.BB81.3E80.0000.0000.0000.0000.0000 ack-len=0000
This Command running on cisco 7200
End station is IBM mainframe
01-25-2009 11:54 PM
Hello Worapun,
when going through a SR/TLB (Source Route Translational) Bridge between an ethernet segment and a token ring segment the order of bits inside each octet is reversed.
If this is the case the OUI
0068e8 that doesn't have a match in OUI page has to be read
00 = 00
68 = 01101000 rollover = 16
e8 = 11101000 rollover = 17
or it can be the result of an administrative settings
see
you can find information about conversion between llc2 TR and ethernet frames.
Hope to help
Giuseppe
01-26-2009 02:04 AM
Thank you Giuseppe
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