System information

318
Switched Observer
# turn port 1 monitoring off
SEND->no port monitor FA0/1
# wait for the switch to respond, and wait for the
# CiscoSwitch (config-if)# prompt to get ready for
# next sequence of commands
WAITFOR->CiscoSwitch(config-if)#
# The next sections are repeats of the one for
# port 1, with the actual port number changed.
# Note that Observer will automatically skip the port
# that the Probe is connected to (defined in the
# “Monitoring Port” section of the Switch Setup
# Dashboard)
# You should have a port section for each port on your
# switch—in other words, if you have 8 ports
# on your switch, you should have 8 sections with
# “[PortXon}” and “[PortXoff]” headers. If you
# have a 64-port switch, you should have 64
# sections with “[PortXon}” and “[PortXoff]”
# headers.
[Port2on]
SEND->port monitor FA0/2
WAITFOR->CiscoSwitch(config-if)#
[Port2off]
SEND->no port monitor FA0/2
WAITFOR->CiscoSwitch(config-if)#
[Port3on]
SEND->port monitor FA0/3
WAITFOR->CiscoSwitch(config-if)#
[Port3off]
SEND->no port monitor FA0/3
WAITFOR->CiscoSwitch(config-if)#
etc...