Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

runsimtest(1) [centos man page]

RUNSIMTEST(1)						      IB MANAGEMENT SIMULATOR						     RUNSIMTEST(1)

NAME
RunSimTest - Run a test over the IB management simulator SYNOPSYS
RunSimTest [-h] [-o osm-path][-f flow-file][-c checker-file] -t topology [-n osm-node-name][-p osm-port-num][-s seed][-V verbosity-list] This command starts the simulator and runs the the given test flow on top of it. Then it runs the checker flow. The default test flow starts OpenSM and wait for Subnet-Up event. User given flow can make use of the provided facilities for starting OpenSM and tracking it events. ARGUMENTS
-t topology A topology file describing the fabric (see ibdm-topo-file) OPTIONS
-f flow-file A tcl file sourced by the sim after the fabric is setup. See following discussion about the provided API and global variables that are available for the flow. -c checker-file A tcl file defining when osm completed and what checks are requierd to validate it's outputs. The procedure named 'checker' is invoked by the test flow to start the checking flow. The default flow waits for OpenSM to complete setup the fabric and run ibdmchk. -o osm-path Full path to OpenSM (/usr/local/ofed/osm-sim/bin/opensm). NOTE OpenSM should be compiled with --with-osmv=sim to be able to connect to the simulator. -n osm-node Topology file node name the SM runs on (default H-1/U1) -p port-num Port number the SM attaches to (default 1). -s seed Random seed to be used. -V verbosity-list Module verbosity list. The first should be the global verbosity. See IBMgtSim for full list of modules. Examples: -V 0xffff = Full verbosity on all modules -V '"0x3 server 0x6f2 sma 0xffff"' = Only fatal and error for all modules full verbosity for the SMA module and default verbosity for the Server module. -h This help message AUTHOR
Eitan Zahavi, Mellanox Technologies LTD, eitan@mellanox.co.il IBMGTSIM 1.0 2008-06-16 RUNSIMTEST(1)

Check Out this Related Man Page

flow-send(1)						      General Commands Manual						      flow-send(1)

NAME
flow-send -- Transmit flow data with the NetFlow protocol. SYNOPSIS
flow-send [-h] [-d debug_level] [-m privacy_mask] [-s] [-x xmit_delay] [-V pdu_version] localip/remoteip/port DESCRIPTION
The flow-send utility is used to transmit flows in NetFlow format to a collector specified by localip/remoteip/port. OPTIONS
-d debug_level Enable debugging. -h Display help. -s Enable spoofing of source IP address. -m privacy_mask Apply privacy_mask to the source and destination IP address of flows. For example a privacy_mask of 255.255.255.0 would convert flows with source/destination IP addresses 10.1.1.1 and 10.2.2.2 to 10.1.1.0 and 10.2.2.0 respectively. -V pdu_version Use pdu_version format when transmitting. 1 NetFlow version 1 (No sequence numbers, AS, or mask) 5 NetFlow version 5 6 NetFlow version 6 (5+ Encapsulation size) 7 NetFlow version 7 (Catalyst switches) 8.1 NetFlow AS Aggregation 8.2 NetFlow Proto Port Aggregation 8.3 NetFlow Source Prefix Aggregation 8.4 NetFlow Destination Prefix Aggregation 8.5 NetFlow Prefix Aggregation 8.6 NetFlow Destination (Catalyst switches) 8.7 NetFlow Source Destination (Catalyst switches) 8.8 NetFlow Full Flow (Catalyst switches) 8.9 NetFlow ToS AS Aggregation 8.10 NetFlow ToS Proto Port Aggregation 8.11 NetFlow ToS Source Prefix Aggregation 8.12 NetFlow ToS Destination Prefix Aggregation 8.13 NetFlow ToS Prefix Aggregation 8.14 NetFlow ToS Prefix Port Aggregation 1005 Flow-Tools tagged version 5 -x xmit_delay Configure a microsecond transmit delay between packets. This may be necessary in some configurations to prevent a transmit buf- fer overrun. EXAMPLES
Transmit all flows in the directory /flows/krc4 to the collector at 10.0.0.1 listening on port 9500. flow-cat /flows/krc4 | flow-send 0/10.0.0.1/9500 Generate a test pattern of version 7 flows and send them to a collector at 10.0.0.1 listening on port 9500. flow-gen -V7 | flow-send 0/10.0.0.1/9500 BUGS
It is not currently possible to convert between the aggregated formats (8.x) and the non aggregated formats (1,5,6,7). AUTHOR
Mark Fullmer maf@splintered.net SEE ALSO
flow-tools(1) flow-send(1)
Man Page