The Advanced BGP licence (SRX-BGP-ADV-LTU) is needed in order to enable BGP route reflector feature on SRX650 devices.
When the device does not have the Advanced BGP licence, during bootup process, the device will log the informational message that BGP route reflector feature is disabled. %DAEMON-2: Feature "BGP Route Reflection to IBGP peers" (18) disabled due to lack of valid license If the device is configured as BGP route reflector, it will report a warning in the configuration and during the commit process. [edit] root# show protocols bgp group int { type internal; local-address 172.30.73.92; ## ## Warning: requires 'bgp-reflection' license ## cluster 172.30.73.92; neighbor 172.30.73.56; } [edit] root# commit [edit protocols bgp group int cluster] 'cluster 172.30.73.92' warning: requires 'bgp-reflection' license commit complete Alghough the commit itself will be completed, the BGP peering will not be established, and BGP connection to the route reflector peers will remain in "Idle" state.
%DAEMON-2: Feature "BGP Route Reflection to IBGP peers" (18) disabled due to lack of valid license
[edit] root# show protocols bgp group int { type internal; local-address 172.30.73.92; ## ## Warning: requires 'bgp-reflection' license ## cluster 172.30.73.92; neighbor 172.30.73.56; } [edit] root# commit [edit protocols bgp group int cluster] 'cluster 172.30.73.92' warning: requires 'bgp-reflection' license commit complete
Adding the advanced BGP license to the device will immediately enable the BGP route reflector feature and the corresponding messages will then be logged. %DAEMON-2: Feature "BGP Route Reflection to IBGP peers" (18) now enabled due to presence of valid license! %DAEMON-2: Route Reflection to IBGP peers feature ENABLED, All route-reflector client sessions are brought up The validity and use of the license can be seen in output of the "show system license" command: root> show system license License usage: Licenses Licenses Licenses Expiry Feature name used installed needed bgp-reflection 1 1 0 2016-02-16 01:00:00 CET
%DAEMON-2: Feature "BGP Route Reflection to IBGP peers" (18) now enabled due to presence of valid license! %DAEMON-2: Route Reflection to IBGP peers feature ENABLED, All route-reflector client sessions are brought up
root> show system license License usage: Licenses Licenses Licenses Expiry Feature name used installed needed bgp-reflection 1 1 0 2016-02-16 01:00:00 CET