IP-trunk
捆绑接口一般分为Eth-trunk和IP-trunk:
Eth-Trunk只能由以太网链路构成。
IP-Trunk一般由POS接口构成。
在一个IP-Trunk内,可以实现流量负载分担:
逐流负载分担:当报文的源IP地址和目的IP地址都相同时,这些报文从同一个成员链路上通过。
逐包负载分担:以报文为单位分别从不同的成员链路上发送。
IP-Trunk的成员接口只能使用HDLC封装形式。IP-Trunk的原理与【Eth-trunk】类似。
下面举一个配置示例:
R1:
interface Ip-Trunk1ip address 12.1.1.1 30interface Serial0/0/0link-protocol hdlc //把链路封装改为HDLCip-trunk 1interface Serial0/0/1link-protocol hdlcip-trunk 1
R2:
interface Ip-Trunk1ip address 12.1.1.2 30interface Serial0/0/0link-protocol hdlc //把链路封装改为HDLCip-trunk 1interface Serial0/0/1link-protocol hdlcip-trunk 1