With the existence of the IP package in a linux/unix system the routing table can be viewed using the below command
$ ip route
ex:
A very simple script that uses ipcalc capabilities to parse a list of IPs or networks an outputs a list of readable Network IDs with their subnet masks.
#!/bin/bash
AUTHOR=AHMED
Blog=”Networks.Guru”
Powered by WordPress & Theme by Anders Norén