Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1
2

/ip address
add address=172.16.1.1/32 interface=ether1 network=10.1.1.1

ARP TODO

Address Resolution Protocol (ARP) is a protocol for mapping an Internet Protocol (IP) address of host in the local network to the hardware address (MAC address). Each network device has a table of currently used ARP entries. Normally the table is built dynamically, but to increase network security, it can be partialy or completely built statically by means of adding static entries.

RouterOS implements ARP protocol according to RFC 826.


IPv6 Addressing

Internet Protocol version 6 (IPv6) is the new version of the Internet Protocol (IP). It was initially expected to replace IPv4 in short enough time, but for now it seems that these two version will coexist in Internet in foreseeable future. Nevertheless, IPv6 becomes more important, as the date of unallocated IPv4 address pool's exhaustion approaches.

...