https://www.it1352.com/1585123.html

    应用场景
    查看kvm虚拟机IP地址

    1. virsh dumpxml centos7-test |grep -Eo '([0-9a-fA-F]{2}[:]){5}([0-9a-fA-F]{2})' | xargs -I{} echo 'arp -a | grep "{}"' | sh