| arp_scan.cm | Uses a fast ping to generate an ARP request for each host in a class C subnet and then dumps the resulting ARP table. Similar to scan.cm but simpler. |
| beacon.c | Beacon packet to assist in protocol trace synchronization |
| BPRI_LO_alert.cm | Sends 25th line message when current STREAMS memory usage exceeds specified threshold |
| BPRI_LO_check.cm | Displays current and max STREAMS memory usage |
| cycle_output_files.cm | Runs a process till the output file gets to a certain size then stops it and runs it again cycling to another output file |
| dump_streams.cm | Gather as much information as possible about the current STREAMS usage |
| fnet.cm | Filter the output of the STCP netstat command |
| gather_stcp.cm | Gather STCP Interface and Ethernet adapter statistics for performance monitoring and troubleshooting |
| get_connection_meters.cm | Dump the stcp_meters statistics for a select connection or connections |
| list_all_process_network.cm | List all the STCP IP socket connections for all process currently running. See tcp_socket_owner.cm for a faster alternative that might do what you need. |
| list_process_network.cm | List all the STCP IP socket connections for a given process |
| list_vterm_parameters.cm | List the parameters needed for telnet_msd to work for all vterms matching a star name |
| netstat_filter.pl | Monitor netstat output filtering out uninteresting lines |
| map_connections.cm | A macro to call both map_telnetd_connections and map_secured_connections. |
| map_telnetd_connections.cm | Display or write a file containing a list of all users who are connected to the module via telnetd, the device they are connected to and the IP address and port number they are connecting from. |
| map_secured_connections.cm | Display or write a file containing a list of all users who are connected to the module via sshd, the device they are connected to and the IP address and port number they are connecting from. |
| match.pl | Perl script to match lines from files |
| netstat-all-interfaces.cm | loop through all STCP interfaces doing netstat -interface |
| personal_ssh_setup.cm | Set up Stratus STCP SSH to use public key authentication |
| pm.cm | Run STCP packet_monitor with the most common/useful options |
| pm21line.pl | Combines all of the protocol header lines displayed by packet_monitor into 1 line eliminating non-header lines |
| pm2text2pcap.pl | Perl script to process packet_monitor out so that text2pcap can be run over it to create a pcap file |
| process_packet_monitor_scan.cm | Processes the output of packet_monitor to construct a list of seen IP addresses |
| scan.cm | A scanner to find all hosts on a local subnet (uses ARP) |
| send_cmds.c | C program that allows you to log into a remote system via "telnet" and execute commands in a script. Allows execution within a command macro |
| socket_count.cm | Calculate the current socket usage and how close to the various limits you are |
| stcp_deadgw.cm | Determine if a STCP gateway has stopped working and switch to another gateway (MS Word file) |
| stcp_tping.c | C program that "pings" a remote host by establishing a TCP connection (MS Word file). |
| tcpos_deadgw.cm | Determine if a TCP_OS gateway has stopped working and switch to another gateway (MS Word file) |
| tcp_socket_owner.cm | List processes attached to an STCP TCP socket. This is much faster than list_all_process_network.cm but does not list UDP sockets or identify the actual connections. It also requires perl. |
|
|
|