If a WXC ISM 200 has two possible WAN paths to a remote WX endpoint, you can designate one path as the primary and the other as the secondary. You can then route application traffic to the primary or secondary path based on the performance requirements of the application and the performance of the path.
To configure the J Series Services Router to support Multi-Path:
- user@host# set interfaces wx-6/0/0 unit 0
family inet filter input classify-secondary
- user@host# set interfaces wx-6/0/0 unit 0
family inet address 2.2.2.2/32 destination 10.8.51.3
The secondary address (10.8.51.3) is displayed automatically in the WXOS Web interface.
- user@host# set interfaces wx-6/0/0 unit 0
family inet filter input classify-secondary
- user@host# set firewall family inet filter
classify-secondary term 1 from source-address 10.8.51.3
- user@host# set firewall family inet filter
classify-secondary term 1 then routing-instance wx–multipath
- user@host# set firewall family inet filter
classify-secondary term default then accept
The router for the remote WX endpoint must also be configured to support Multi-Path. For more information about configuring Multi-Path, see the WX/WXC Operator's Guide.