i have an ams load-balancing config like this...
me@mx960> show configuration interfaces ams0 | display set
set interfaces ams0 load-balancing-options member-interface mams-3/0/0
set interfaces ams0 load-balancing-options member-interface mams-3/1/0
set interfaces ams0 load-balancing-options member-interface mams-3/2/0
set interfaces ams0 load-balancing-options member-interface mams-3/3/0
set interfaces ams0 load-balancing-options member-failure-options redistribute-all-traffic enable-rejoin
me@mx960> show interfaces load-balancing ams0
Interface State Last change Members HA Model
ams0 Up 8w4d 19:00 4 None
{master}
agould@sv-b-960> show interfaces load-balancing ams0 detail
Load-balancing interfaces detail
Interface : ams0
State : Up
Last change : 8w4d 19:00
Member count : 4
HA Model : None
Members :
Interface Weight State
mams-3/0/0 10 Active
mams-3/1/0 10 Active
mams-3/2/0 10 Active
mams-3/3/0 10 Active
------------------------------
Aaron Gould
Senior Network Engineer
aaron@gvtc.comhttps://www.linkedin.com/in/agould123/------------------------------
Original Message:
Sent: 06-27-2022 06:23
From: SHAHBAZ KHAN
Subject: Juniper NAT transition from MS-MPC single PIC to AMS configs for load-balancing
I have an MX-960 being used as a BRAS/BNG for PPPoE subscribers using deterministic NAT IPv4. The current configs are shared below. I tried deleting all configs under ms-2/0/0 and copying it to under ams0 using the redundancy-options (as mentioned here https://www.juniper.net/documentation/us/en/software/junos/interfaces-adaptive-services/topics/topic-map/load-balance-high-avail-AMS.html#id-configuring-warm-standby-for-services-interfaces ). And in the service set settings I tried changing ms-2/0/0 to ams0.
Yet I get the errors below:
error: Check-out failed for Mobility process (/usr/sbin/mobiled) without details
error: configuration check-out failed
If anyone has experience with this sort of thing, please assist me. What am I missing. I was thinking of doing this as a first step i.e. this warm stand-by thing where one PIC is active and the other is backup and then I thought I would move to the load-balancing options.
Thanks in advance.
services-options { open-timeout 5; close-timeout 5; inactivity-tcp-timeout 300; inactivity-asymm-tcp-timeout 300; inactivity-non-tcp-timeout 30; tcp-tickles 4; fragment-limit 10; reassembly-timeout 3;}unit 0 { description "interface for service-set SP000"; no-traps; family inet { address 10.30.9.50/32; }}unit 1 { description "Inside interface for service-set SP000"; no-traps; family inet; service-domain inside;}unit 2 { description "Outside interface for service-set SP000"; no-traps; family inet; service-domain outside;
syslog { host 192.168.54.27 { inactive: services info; log-prefix ISB-Session; source-address 10.30.9.5; }}nat-rules sp000;interface-service { service-interface ms-2/0/0;
shahbaz@ISB-BNG-MX96-1-re0> show configuration interfaces ae4 description wd-MX960-ISB-Router;aggregated-ether-options { lacp { active; }}unit 0 { family inet { inactive: filter { output web-filter2; } service { input { service-set sp000; } output { service-set sp000; } } address 10.30.9.2/30; } family inet6 { address 2407:9e00::b4a5:2/112; }}
------------------------------
shazzy
------------------------------