Ajout des fichiers du TP NetBox, et réorganisation des READMEs pour plus

de clarté.
This commit is contained in:
Guillaume Emorine
2024-11-29 11:42:24 +01:00
parent 4a4ba1214f
commit bcfc480012
19 changed files with 46182 additions and 13 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/bash
host -l -ta sio.lan|awk 'BEGIN{ OFS=""; print "address,status,dns_name"} { print $4"/24,active,", $1 }'|sort -n > netbox.csv