Configuring SROS
Description
The SROS section of the NSP configuration file is used to integrate a containerized NSP system and an SROS VM such as the VSR-NRC in order to use the NSP PCE functions.
sros — required when integrating NSP with an SROS VM | ||
enabled |
Whether path computation using SROS VM is enabled Default: false Note: When set to true, the SROS block of the hosts file must be configured. | |
partialSync |
Whether partial sync functionality is enabled Default: true | |
ip |
IP address of SROS VM | |
router_id |
SROS VM router ID | |
matePort |
The port used by SROS VM to communicate with other SROS VM in HA configuration Default: 4199 | |
global |
Whether global is enabled | |
pcep |
Whether PCEP is enabled Default: false | |
rom |
Whether rom is enabled | |
bgpls |
Whether BGP LS is enabled Default: false | |
vms |
ip |
IP address of SROS VM |
router_id |
SROS VM router ID | |
v_id |
SROS VM virtual ID; must be an integer value NOTE: The value must be the same for redundant VMs. | |
mateAddress |
The address used by SROS VM to communicate with other SROS VM in HA configuration Default: the IP of the other SROS VM within the same vId cluster | |
matePort |
The port used by SROS VM to communicate with other SROS VM in HA configuration Default: 4199 | |
global |
Whether global is enabled | |
pcep |
Whether PCEP is enabled Default: false | |
rom |
Whether rom is enabled | |
bgpls |
Whether BGP LS is enabled Default: false |
Parameters affecting Original Service Fulfillment
When modifying the nsp-config.yml file, special attention should be paid to the following parameters if Original Service Fulfillment is to be part of your deployment:
-
in the NFM-P block of the file, setting the selectiveSync enabled parameter to 'true' will effectively disable Original Service Fulfillment. It is strongly recommended, however, that this parameter be set to 'true' if the path control function is part of your deployment. The parameter is set to 'false' by default.
-
In the NFM-P block of the file, the deployOriginalServiceFulfillment parameter can be set to ‘false’ in order to disable Original Service Fulfillment's sam plugin. This parameter is set to 'true' by default.