Home > MikroTik > Router > MikroTik Router OS V3.0 User Manual

MikroTik Router OS V3.0 User Manual

    Download as PDF Print this page Share this page

    Have a look at the manual MikroTik Router OS V3.0 User Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 1 MikroTik manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.

    Page
    of 491
    							6 databooster6 96007 databooster7 96008 databooster8 96009 cycladesA1960010 cycladesA2960011 cycladesA3960012 cycladesA4960013 cycladesA5960014 cycladesA6960015 cycladesA7960016 cycladesA89600[admin@MikroTik] > set 9 baud-rate=38400[admin@MikroTik] >
    PPP Server Setup
    Home menu level:/interface ppp-server
    Description
    $$$ ( ( 	  
    
    
    
     (   6
     	
     
     
      	
      	
    
    
    	
    
    	 
     
     	  	
    		 
     
    
      	
     
     +5*0! (  
     
    
     
    
    
    
    
    Property Description
    authentication(multiple choice: mschap2, mschap1, chap, pap; default:mschap2, mschap1,
    chap, pap) - authentication protocol(s)
    max-mru(integer; default:1500) - maximum value of MRU (Maximum Receive Unit) allowed on
    this link. Largest packet that can be received
    max-mtu(integer; default:1500) - maximum value of MTU (Maximum Transmission Unit)
    allowed on this link. Maximum packet size to be transmitted
    modem-init(text; default:) - modem initialization string. For example, you may use s11=40 to
    improve dialing speed
    mrru(integer) - maximum packet size that can be received on the link. If packet is bigger than
    tunnel MTU, it will be split into multiple packets. That way it is possible to send full size (1500 or
    even 1514) packets over PPTP or L2TP tunnels.
    •disabled- disable MRRU on this link
    name(name; default:ppp-inN) - interface name for reference
    null-modem(no|yes; default:no) - enable/disable null-modem mode (when enabled, no modem
    initialization strings are sent)
    port(name) - serial port name
    profile(name; default:default) - default (fall-back) profile name used for the link
    ring-count(integer; default:1) - number of rings to wait before answering phone
    Notes
    !
     0 	
     
    	
     $ &
    
     $$$ ( 
     
      
       
     
      	
    
    
    
     	 
     0
     6
     
     	
      
    	 
     9
    
     
    	 !
    
    
     
    
    
     H9
    	
     
    7
    
     
     
     
    
    
    
    H  0  	 
     /G/D  
    
    
       
     ( $	
    0
    Page 120 of 480Copyright 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. 
    						
    							( 	  $   
    	 
     
     
    Example
    E 	
     	 	 $$$ ( 
     
    	
    
    [admin@MikroTik] interface ppp-server> add name=test port=serial1[admin@MikroTik] interface ppp-server> printFlags: X - disabled, R - running0 X name=test max-mtu=1500 max-mru=1500 mrru=disabled port=serial1authentication=pap,chap,mschap1,mschap2 profile=default modem-init=ring-count=1 null-modem=no[admin@MikroTik] interface ppp-server> enable 0[admin@MikroTik] interface ppp-server> monitor teststatus: waiting for call...
    [admin@MikroTik] interface ppp-server>
    PPP Client Setup
    Home menu level:/interface ppp-client
    Description
     
    
      $$$ 
    
     
    	
    
     
    
    
    Property Description
    add-default-route(yes|no; default:no) - add PPP remote address as a default route
    allow(multiple choice: mschap2,mschap1,chap,pap; default:mschap2, mschap1, chap, pap) -
    the protocol to allow the client to use for authentication
    dial-command(text; default:ATDT) - AT dial command to use. The default one sets tone diling
    mode
    dial-on-demand(yes|no; default:no) - enable/disable dial on demand
    max-mru(integer; default:1500) - maximum value of MRU (Maximum Receive Unit) allowed on
    this link. Largest packet that can be received
    max-mtu(integer; default:1500) - maximum value of MTU (Maximum Transmission Unit)
    allowed on this link. Maximum packet size to be transmitted
    modem-init(text; default:) - modem initialization strings. You may use s11=40 to improve
    dialing speed
    mrru(integer) - maximum packet size that can be received on the link. If packet is bigger than
    tunnel MTU, it will be split into multiple packets. That way it is possible to send full size (1500 or
    even 1514) packets over PPTP or L2TP tunnels.
    •disabled- disable MRRU on this link
    name(name; default:ppp-inN) - interface name for reference
    null-modem(no|yes; default:no) - enable/disable null-modem mode (when enabled, no modem
    initialization strings are sent)
    password(text; default:) - P2P user password on the remote server to use for dialout
    phone(integer; default:) - phone number for dialout
    Page 121 of 480Copyright 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. 
    						
    							port(name) - serial port
    profile(name; default:default) - local profile to use for dialout
    use-peer-dns(yes|no; default:no) - use DNS server settings from the remote server
    user(text; default:) - P2P user name on the remote server to use for dialout
    Notes
    +
    
    	 
    
      
      
     
     
     (   
    
     
     	 
      #
     
    	
    
     3
     /
    
    
    
    $$$ 
    
      
     	
     	
     	
     	
    	 &	
     (	 	
     
     
    
    
     
    	
     
     
    
     
     ( (	
    Example
    E 	
     	 	 $$$ 
    
     
     
    	
    
    [admin@MikroTik] interface ppp-client> add name=test user=test port=serial1 \\... add-default-route=yes[admin@MikroTik] interface ppp-client> printFlags: X - disabled, R - running0 X name=test mtu=1500 mru=1500 port=serial1 user=test password=profile=default phone= tone-dial=yes modem-init= null-modem=nodial-on-demand=no add-default-route=yes use-peer-dns=no
    [admin@MikroTik] interface ppp-client> enable 0[admin@MikroTik] interface ppp-client> monitor test[admin@MikroTik] interface ppp-client> monitor 0status: dialing out...
    [admin@MikroTik] interface ppp-client>
    PPP Application Example
    Client - Server Setup
    *
     
     	   
     
     
     
    
     
    
    Page 122 of 480Copyright 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. 
    						
    							# 	 
    	 ( 
      
     
     	 
      
     
    3!	
     
     
     $$$ (
    [admin@MikroTik] ppp secret> add name=test password=test local-address=3.3.3.1 \\... remote-address=3.3.3.2[admin@MikroTik] ppp secret> printFlags: X - disabled0 name=test service=any caller-id= password=test profile=defaultlocal-address=3.3.3.1 remote-address=3.3.3.2 routes=
    [admin@MikroTik] ppp secret> /int ppp-server[admin@MikroTik] interface ppp-server> add port=serial1 disabled=no[admin@MikroTik] interface ppp-server> printFlags: X - disabled, R - running0 name=ppp-in1 mtu=1500 mru=1500 port=serial1authentication=mschap2,mschap1,chap,pap profile=default modem-init=ring-count=1 null-modem=no
    [admin@MikroTik] interface ppp-server>
    9  
     
     
     
     
    
     
     
    
    
     
     
     (
    [admin@MikroTik] interface ppp-client> add port=serial1 user=test password=test \\... phone=132[admin@MikroTik] interface ppp-client> printFlags: X - disabled, R - running0 X name=ppp-out1 mtu=1500 mru=1500 port=serial1 user=testpassword=test profile=default phone=132 tone-dial=yesmodem-init= null-modem=no dial-on-demand=no add-default-route=nouse-peer-dns=no
    [admin@MikroTik] interface ppp-client> enable 0
    After a short duration of time the routers will be able to ping each other:[admin@MikroTik] interface ppp-client> /ping 3.3.3.13.3.3.1 64 byte ping: ttl=64 time=43 ms3.3.3.1 64 byte ping: ttl=64 time=11 ms3.3.3.1 64 byte ping: ttl=64 time=12 ms3.3.3.1 64 byte ping: ttl=64 time=11 ms4 packets transmitted, 4 packets received, 0% packet lossround-trip min/avg/max = 11/19.2/43 ms[admin@MikroTik] interface ppp-client>
    Page 123 of 480Copyright 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. 
    						
    							RadioLAN 5.8GHz Wireless Interface
    Document revision 1.2 (February 6, 2008, 2:56 GMT)
    This document applies to MikroTik RouterOS V3.0
    Table of Contents
    TableofContents
    GeneralInformation
    Summary
    Specifications
    Description
    WirelessInterfaceConfiguration
    Description
    PropertyDescription
    Example
    Troubleshooting
    Description
    WirelessNetworkApplications
    Point-to-PointSetupwithRouting
    General Information
    Summary
      
     ! 
     
     
     	A+9 
    						
    							  	 	
    	
    	 * 
      
    
     
     
    
    
    
     	 	 	 
      
    
     	 
    
    		
    
     
      
      		
       	 
    1.3 
     
     )* ! 
    
    
      	 (  $		  !	 
    	
    
     
    
    5	 
       	
     
      *@% 	
     
     
      
     )* !
    2.0 
    A$
     
     
     *@ 	
     )	 $
     	  
     	A+9 *!+ 	 & /./
    A$ 
     
    
      
      	 5 ! 
     0 	 		
     
      	 
    	  
     
     
    
    A$ 
    
     	
     
     
     		 		
      	
     	
     (	  *1  .:.. 	
     *@ /.
    
     
    
     
     
     (
    $	 
    
     
    	
     
    
     	 
    	
    
      *1  	 	 	
     *@ 	  
      
    	 + 
    	 
     ( 
     *@ < 	
     *1  .:..  
     
     	
    Wireless Interface Configuration
    Home menu level:/interface ratiolan
    Description
     
     
      
    
    	  
     
     	
    
      	 
     	 
    
    7
    7
    
     
       
    
     
     		
    
    •0
     0
     4
    	
     *
      	
     
       
     
     	
    •/
    
      
     
     
    	
      
     
     # 	   	( G  
      
    	
     DN 
    7 GG 
    + 
     		
     	
      
     	 	
     E 	
     
    
     
     
      
     	(
     
     	  	
    
    
     
    
     
     	 	
    
    Property Description
    arp(disabled|enabled|proxy-arp|reply-only; default:enabled) - Address Resolution Protocol,
    one of the:
    •disabled- the interface will not use ARP protocol
    •enabled- the interface will use ARP protocol
    •proxy-arp- the interface will be an ARP proxy (see corresponding manual)
    •reply-only- the interface will only reply to the requests originated to its own IP addresses, but
    neighbor MAC addresses will be gathered from /ip arp statically set table only.
    card-name(text) - card name
    default-address(MAC address; default:00:00:00:00:00:00) - MAC address of a host in the radio
    network where to send the packet, if it is for none of the radio clients
    default-destination(ap|as-specified|first-ap|first-client|no-destination; default:first-client) -
    default destination. It sets the destination where to send the packet if it is not for a client in the radio
    network
    distance(0-150m|10.2km-13.0km|2.0km-2.9km|4.7km-6.6km|1.1km-2.0km|150m-1.1km|
    2.9km-4.7km|6.6km-10.2km; default:0-150m) - distance setting for the link
    Page 125 of 480Copyright 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. 
    						
    							mac-address(read-only: MAC address) - MAC address
    max-retries(integer; default:1500) - maximum retries before dropping the packet
    mtu(integer; default:1500) - Maximum Transmission Unit
    name(name; default:radiolanN) - assigned interface name
    rx-diversity(enabled|disabled; default:disabled) - receive diversity
    sid(text) - Service Identifier
    tx-diversity(enabled|disabled; default:disabled) - transmit diversity
    Example
    [admin@MikroTik] interface radiolan> printFlags: X - disabled, R - running0 R name=radiolan1 mtu=1500 mac-address=00:A0:D4:20:4B:E7 arp=enabledcard-name=00A0D4204BE7 sid=bbbb default-destination=first-clientdefault-address=00:00:00:00:00:00 distance=0-150m max-retries=15tx-diversity=disabled rx-diversity=disabled[admin@MikroTik] interface radiolan>
    E 	
     
    
     
     
    	
      
      
    
    	
    [admin@MikroTik] interface radiolan> monitor radiolan1default: 00:00:00:00:00:00valid: no[admin@MikroTik] interface radiolan>
    , 
      
    
    	 	 	 
    
     
     	
     
    
    [admin@MikroTik] interface radiolan> set 0 sid ba72 distance 4.7km-6.6km[admin@MikroTik] interface radiolan> printFlags: X - disabled, R - running0 R name=radiolan1 mtu=1500 mac-address=00:A0:D4:20:4B:E7 arp=enabledcard-name=00A0D4204BE7 sid=ba72 default-destination=first-clientdefault-address=00:00:00:00:00:00 distance=4.7km-6.6km max-retries=15tx-diversity=disabled rx-diversity=disabled[admin@MikroTik] interface radiolan> monitor 0default: 00:A0:D4:20:3B:7Fvalid: yes[admin@MikroTik] interface radiolan>
    9 % 
    
     
     	 
     
     	
    
    
     	
    
    [admin@MikroTik] interface radiolan> neighbor radiolan1 printFlags: A - access-point, R - registered, U - registered-to-us,D - our-default-destinationNAME ADDRESS ACCESS-POINTD 00A0D4203B7F 00:A0:D4:20:3B:7F[admin@MikroTik] interface radiolan>
    E 	
     
    
     
     
      
    
     
     
      
     +3 	
    [admin@MikroTik] interface radiolan> ping 00:a0:d4:20:3b:7f radiolan1 \\... size=1500 count=50sent: 1successfully-sent: 1max-retries: 0average-retries: 0min-retries: 0
    sent: 11successfully-sent: 11max-retries: 0average-retries: 0min-retries: 0
    Page 126 of 480Copyright 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. 
    						
    							sent: 21successfully-sent: 21max-retries: 0average-retries: 0min-retries: 0
    sent: 31successfully-sent: 31max-retries: 0average-retries: 0min-retries: 0
    sent: 41successfully-sent: 41max-retries: 0average-retries: 0min-retries: 0
    sent: 50successfully-sent: 50max-retries: 0average-retries: 0min-retries: 0
    [admin@MikroTik] interface radiolan>
    Troubleshooting
    Description
    •#  
     
    
    	  
      $   
      
    
    	 
    
     
    	
     
     8 
      	A+9 
    						
    							 
     
    	
    
     8  
     	A+9 
    
    	  
     
     
    1.!
    
    
     
     !( !
     *
    
     & 
     		
     		
     *
      	   !!*5 H	N-H
    2.!
    
    
     
     
    	
     		
     
      	  	( G 
    
     *$ 	 	
     
     
      
    
    	  
    T/    
     
    
     /./..1:.
    
    [admin@MikroTik] ip address> add address=10.1.0.1/30 interface=radiolan1[admin@MikroTik] ip address> printFlags: X - disabled, I - invalid, D - dynamic# ADDRESS NETWORK BROADCAST INTERFACE0 10.1.1.12/24 10.1.1.0 10.1.1.255 ether11 10.1.0.1/30 10.1.0.0 10.1.0.3 radiolan1[admin@MikroTik] ip address>
     	
     
       
     
     
     	
    	 
     /.//- add gateway=10.1.1.254comment copy-from disabled distance dst-address netmask preferred-source[admin@MikroTik] ip route> add gateway=10.1.1.254 preferred-source=10.1.0.1[admin@MikroTik] ip route> add dst-address=192.168.0.0/24 gateway=10.1.0.2 \\... preferred-source=10.1.0.1[admin@MikroTik] ip route> printFlags: X - disabled, A - active, D - dynamic,C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,B - blackhole, U - unreachable, P - prohibit# DST-ADDRESS PREF-SRC G GATEWAY DISTANCE INTER...0 A S 0.0.0.0/0 u 10.1.1.254 1 radiolan11 A S 192.168.0.0/24 r 10.1.0.2 1 radiolan12 ADC 10.1.0.0/30 10.1.0.1 r 0.0.0.0 0 radiolan13 ADC 10.1.1.0/24 10.1.1.12 r 0.0.0.0 0 ether1[admin@MikroTik] ip route>
     
    T-  	( 	 /./.-1:. 	
     /;-/GC.-
    						
    							F
    
    
     
    
    	 
    (  	
     
       
     
     /././
    Page 129 of 480Copyright 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. 
    						
    All MikroTik manuals Comments (0)