Linux에서 영구 emp 경로를 추가하는 방법

Linux에서 영구 emp 경로를 추가하는 방법

Linux에서 다음 ECMP 경로를 생성 중입니다.

[root@compute2 ~]# ip route add 30.1.1.1/32 nexthop via 10.1.1.10 weight 1 nexthop via 20.1.1.10 weight 1
[root@compute2 vagrant]# ip route show 30.1.1.1
30.1.1.1 
        nexthop via 10.1.1.10 dev eth2 weight 1 
        nexthop via 20.1.1.10 dev eth3 weight 1 

재부팅 시에도 구성할 수 있도록 영구적으로 만들려면 어떻게 해야 합니까?

관련 정보