Symptom
Preventing the changing of location parameter of SDR config.
Below mentioned config is the default config, which gets configured by default, without user configuring it explicitly. In the below config "location all" signifies the allocation of all the cards in the system to this SDR.
sdr default-sdr
resources card-type RP
vm-memory 12
vm-cpu 6
!
resources card-type LC
vm-memory 7
vm-cpu 3
!
location all
!
!
Conditions
Though user-interface to specify the specific locations for s user-defined SDR, but for 5.0.0 release it is recommended not to use the location option to add specific locations instead of "location all", as shown in the config command below.
calvados-vm:0_RP1(config-sdr-default-sdr)# location ?
Possible completions:
all
Workaround
As this limitation limits the carving out multiple logical router from single physical router with multiple RPs and LCs and if user desires to have multiple routers, then user can have separate physcial router(s).