Skip to content

yossiovadia/quanta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Quanta / Nokia Airframe / SuperMicro(?)

python-requests requried :
rpm -qa | grep python-requests || yum -y install python-requests

Sample:
[root@localhost ~]# cat ilos.txt
10.21.19.153
10.21.19.154
10.21.19.155
10.21.19.156


[root@localhost ~]# cat ilos.txt | xargs -i python get_mac_addr.py {}
192.21.19.153 54:AB:3A:AA:CC:01
192.21.19.154 54:AB:3A:BB:DD:02
192.21.19.155 54:AB:3A:CC:EE:03
192.21.19.156 54:AB:3A:DD:FF:04

About

Extract MAC Address from Quanta server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages