Yahoo Search Busca da Web

Resultado da Busca

  1. Structure. HTB (Hierarchical Token Bucket) is a classful queuing method that is useful for handling different kind of traffic. We have to follow three basic steps to create HTB: Match and mark traffic – classify traffic for further use. Consists of one or more matching parameters to select packets for the specific class.

  2. PCC takes selected fields from IP header, and with the help of a hashing algorithm converts selected fields into 32-bit value. This value then is divided by a specified Denominator and the remainder then is compared to a specified Remainder, if equal then packet will be captured. You can choose from src-address, dst-address, src-port, dst-port ...

  3. Introduction. This example is improved (different) version of round-robin load balancing example. It adds persistent user sessions, i.e. a particular user would use the same source IP address for all outgoing connections.

  4. This manual provides an introduction to RouterOS built-in powerful scripting language. Scripting host provides a way to automate some router maintenance tasks by means of executing user-defined scripts bounded to some event occurrence. Scripts can be stored in Script repository or can be written directly to console .

  5. Using scripts/API/SNMP this value will be shown in CLI/Winbox multiplied by 10. There are various temperature sensors depending on the device. These sensors may refer to: cpu-temperature, pcb-temperature, sfp-temperature. Device tested ambient temperature range you can find in specification description at mikrotik.com.

  6. Summary. Sub-menu: /ppp The MikroTik RouterOS provides scalable Authentication, Authorization and Accounting (AAA) functionality. Local authentication is performed using the User Database and the Profile Database. The actual configuration for the given user is composed using the respective user record from the User Database, associated item from the Profile Database, and the item in the ...

  7. This simple example demonstrates how to enable dhcp client to receive IPv6 prefix and add it to the pool. /ipv6 dhcp-client add request=prefix pool-name=test-ipv6 pool-prefix-length=64 interface=ether13. Detailed print should show status of the client and we can verify if prefix is received.