Hello again,
I am trying to determine the best method of calculating the percentage of broadcast traffic on a given network. Originally, I thought that I can perform a "sh interface" command on a given interface, extract the number of input packets and broadcasts, and use those...