I'm using guardium appilance, which has one of its port used to analyze span traffic.
The base os is linux. The span traffic stopped coming during some time of operations. I asked the network team, and was told that port was shut down on the guardium device end. I'm convinced that this activity has taken on switch level as it was unable to handle the traffic being passed through it.
Is there a command that i can run on the linux o/s that would tell exactly if the interface was shutdown ; if yes for what reason?
Thanks.
dmesgwill contain information about an interface going down. – jordanm Oct 31 '12 at 15:35dmesgis a command that reads the kernel message buffer,/proc/kmesg. If you are using something likeklogd, it may be also in /var/log. – jordanm Oct 31 '12 at 17:24