You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview


Upgrade


Netinstall


CD Install


Virtual Image


RouterOS Package Types

RouterOS supports a lot of different features and since every installation requires specific set of features supprted it is possible to add or remove certain groups of features using package system. As result user is able to control what features are available and size of installation. Packages are provided only by MikroTik and no 3rd parties are allowed to make them.

List of packages

PackageDescription
advanced toolsPackage contains advanced tools like netwatch, ip scan, wake on lan and others.
caleaData gathering tool for specific use due to "Communications Assistance for Law Enforcement Act" in USA.
dhcpDynamic Host Control Protocol client and server.
gpsGlobal Positioning System devices support.
hotspot
ipv6
mplsMulti-protocol label switching support
multicastMulticast PIM and IGMP proxy support
ntpNetwork time protocol service
pppEnables all ppp type tunnel support (pppoe, sstp, pptp etc.)
routerboardAllows to access and manage RouterBOARD specific settings.
routingDynamic routing protocols (OSPF, RIP, BGP)
securityIpsec, SSH, secure winbox
systemRouterOS core package, enables basic routing, firewall, interface drivers etc. RouterOS cannot run without this package
ups
user-managerMikroTik's RADIUS server
wirelessEnables wireless drivers
wireless-fpEnables wireless 802.11ac support
isdn
lcd3rd party LCD pannel support.
kvmEnables KVM virtualization
routerosCombined RouterOS package. Includes system, hotspot, wireless, ppp, security, mpls, advanced-tools, dhcp, routerboard, ipv6, routing.

Working with packages

Actions for executed commands will be applied only on restart. Until then, user can freely schedule or revert set actions.

CommandDescription
disableSchedule package to be disabled after next reboot. All features provided by package will not be accessible.
downgradeDuring reboot process router will try to force installation of uploaded packages on the router. Will prompt for reboot.
printOutputs information about installed packages (version, package state, planned state changes, build date etc.)
enableSchedule package to be enabled after next reboot.
uninstallSchedule package to be removed from the router.
unscheduleRemove scheduled task.


For example list of available packages

  [admin@rack1_b3] /system package> print
  Flags: X - disabled
  #   NAME                    VERSION                 SCHEDULED
  0   option                  6.18
  1   routeros-tile           6.18
  2   system                  6.18
  3 X wireless-fp             6.18
  4   ipv6                    6.18
  5   wireless                6.18
  6   hotspot                 6.18
  7   dhcp                    6.18
  8   mpls                    6.18                    scheduled for disable
  9   routing                 6.18
  10   ppp                     6.18
  11   security                6.18
  12   advanced-tools          6.18
      

Notice that we have wireless-fp package disabled and mpls package scheduled for disable

  • No labels