MikroTik RouterOS v2.9 Reference Manual page 634

Reference manual
Table of Contents

Advertisement

interface ( name ) - the name of the interface to monitor
protocol ( any | any-ip | ddp | egp | encap | ggp | gre | hmp | icmp | idpr-cmtp | igmp | ipencap | ipip |
ipsec-ah | ipsec-esp | iso-tp4 | ospf | pup | rdp | rspf | st | tcp | udp | vmtp | xns-idp | xtp ) - the name or
number of the protocol
• any - any ethernet or IP protocol
• any-ip - any IP protocol
port ( name | integer ) - the name or number of the port
src-address ( IP address/mask ) - source address and network mask to filter the traffic only with
such an address, any source address: 0.0.0.0/0
dst-address ( IP address/mask ) - destination address and network mask to filter the traffic only
with such an address, any destination address: 0.0.0.0/0
average-seconds ( integer : 1 ..10 ) - the average speed will be shown in the last average seconds
freeze-frame-interval ( time ) - time in seconds for which the screen output is paused
Notes
If there will be specific port given, then only tcp and udp protocols will be filtered, i.e., the name of
the protocol can be any, any-ip, tcp, udp.
Except TX and RX, there will be only the field you've specified in command line in the command's
output (e.g., you will get PROTOCOL column only in case if protocol property is explicitly
specified).
Example
The following example monitors the traffic that goes through the ether1 interface generated by
telnet protocol:
[admin@MikroTik] tool> torch ether1 port=telnet
SRC-PORT
1439
[admin@MikroTik] tool>
To see what IP protocols are going through the ether1 interface:
[admin@MikroTik] tool> torch ether1 protocol=any-ip
PRO.. TX
tcp
1.06kbps
udp
896bps
icmp
480bps
ospf
0bps
[admin@MikroTik] tool>
To see what IP protocols are interacting with 10.0.0.144/32 host connected to the ether1 interface:
[admin@MikroTik] tool> torch ether1 src-address=10.0.0.144/32 protocol=any
PRO.. SRC-ADDRESS
tcp
10.0.0.144
icmp
10.0.0.144
[admin@MikroTik] tool>
To see what tcp/udp protocols are going through the ether1 interface:
Page 620 of 695
Copyright 1999-2007, MikroTik. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.
Other trademarks and registred trademarks mentioned herein are properties of their respective owners.
DST-PORT
23 (telnet)
RX
608bps
3.7kbps
480bps
192bps
TX
RX
1.01kbps
608bps
480bps
480bps
TX
RX
1.7kbps
368bps

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RouterOS v2.9 and is the answer not in the manual?

Table of Contents

Save PDF