Hi,
I was hoping to see if anyone knew whether or not it would be possible to query a node (primarily Cisco) for ALL configured subnets/routed interfaces/SVIs and find the NETWORK ID associated with each.
Example:
interface vlan 10: 10.10.10.10/24 would return 10.10.10.0/24
interface Tw1/0/1: 10.0.0.130/25 would return 10.0.0.128/25
So far, I've only been able to find the configured IP on the node within each subnet, and the corresponding mask.
Thanks!