Quantcast
Channel: All EdgeRouter posts
Viewing all articles
Browse latest Browse all 60861

Multiple Address Groups

$
0
0

Hi There....

 

Considering the following LB rule, can I add a second address-group..??

 

Or do I need to add a second rule?

 

Thanks..!!

 

 

        rule 50 {
            action modify
            description "Do not load balance these Destination IPs and use NBN only"
            destination {
                group {
                    address-group NBN_DEST_IP_ONLY
                }
            }
            modify {
                lb-group DUAL_WAN_NBN
            }
        }

Viewing all articles
Browse latest Browse all 60861

Trending Articles