| MAC Address Resolver (asg_mac_resolver)Use asg_mac_resolverto make sure that all types of MAC address (BMAC, VMAC, and SMAC) are correct. From the given MAC address,asg_mac_resolverdetermines the: MAC typeChassis IDSGM IDAssigned interface
 Syntax > asg_mac_resolver <mac_addr> Example > asg_mac_resolver 00:1C:7F:: Output [00:1C:7F:01:00:FE, BMAC] [Chassis ID: 1] [SGM ID: 1] [Interface: BPEth0] Notes The specified MAC Address comes from the BPEth0, on SGM 1 on Chassis 1.00:1C:7F: is the Magic MAC attribute, which is identified by .The index is 16 bits (2 Bytes) identified by 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16.
 |  |