AN(config)# bond interface bond1 outside

 AN(config)# bond interface bond1 eng1
 
 //把上面的两个接口接入到聚合组
 
 
 AN(config)# bond name bond1 link1
 
 //把聚合组的名字进行修改
 
 AN(config)#ip address link1 10.10.0.2 255.255.255.0
 AN(config)#ip route default 10.10.0.1
 
 //给聚合组配置ip地址和缺省路由