juniper下的JUNOS浮动路由写法

routing-options {
    static {

        route 172.26.11.0/24 {
            qualified-next-hop 192.168.18.34 {
                metric 5;
            }
            qualified-next-hop 192.168.18.30 {
                metric 10;
            }
        }

    }

}