Changes between Version 10 and Version 11 of Internal/OpenFlow/SwitchConfiguration


Ignore:
Timestamp:
Feb 22, 2010, 4:40:06 PM (14 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/SwitchConfiguration

    v10 v11  
    102102
    103103We needed to set up port mirroring to diagnose what was going wrong with the L2TP tunneling between the netFPGA hosts.
     104
     105'''Syntax'''[[BR]]
     106{{{
     107monitor session [session no.] source interface gigabitethernet [src port no.] [tx|rx|both] destination interface gigabitethernet [mirror port no.]
     108}}}
     109
     110 * [session no.] - a number between 1-4 uniquely identifying the mirroring session. the switch can do a maximum of 4 sessions at once.
     111 * [src port no.] - the port number(s) of the port(s) you're trying to monitor. Can be a range of ports e.g. `0/5-6,27`.
     112 * [tx|rx|both] - mirror incoming, outgoing, or both traffics, respectively. "tx" and "rx" are with respect t the host connected to the port.
     113 * [mirror port no.] - this is the port connected to the analyzer.   
     114
     115
    104116     
    105117