最後更新: 2019-10-14
介紹
It allows simple packet aggregation into larger packets and compression of contents of packets.
設定
Both routers should be set up symmetrically (packing 對應 unpacking)
* ip packing - to enable packet aggregation and/or compression on interface
* /ip neighbor discovery - to enable discovery protocol on the interface
/ip neighbor discovery set ether3 discover=yes /ip packing add interface=ether3 aggregated-size=1500 packing=simple unpacking=simple
packing (simple|compress-all|compress-headers|none)
action it should perform when packet is leaving interface
unpacking (simple|compress-all|compress-headers|none)
action it should perform when packet is received on interface