Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,we have switched network (SG300 cisco) connected using fiber optic(SFP), how can we detect any abnormal external behavior (such as tapping, physical attack, cutting, detecting connected optical splitter...) in order to protect our optical commu...
Hello,I'm working on cisco SG300 switch, after collecting traffic data (received octets) from it using snmpget I got this graph: 1.The drop of data from the maximum value may be due to drop in user activities, is there any other reason for this rapid...
Hello,I'm using show interfaces counters cli command to get traffic on SF300 and SG300 28 port cisco switch interfaces. (using netmiko python library based on SSH connection)It returns the data for the first few ports and then for the rest ones it re...
Hello, How we can get the information presented in this image through command line (the target switch is cisco sf302-08pp, and the table is RMON Alarm data) we found "show rmon alarm-table" and "show rmon alarm number" commands for this issue, but st...
yes, it shows the correct output. Here is a sample of my code: ter_data = switch_connect.send_command_timing("terminal datadump")
if "SF302-08" in switch_model:
ports_list_to_be_used = SF300_LIST
elif "SG300-10" in switch_model:
p...