This repository has been archived on 2025-07-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
siotp/bts_annee_2/sisr2/netbox_IPAM/netbox.sh
2024-11-29 11:42:24 +01:00

3 lines
137 B
Bash

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