Disabling Route Management Only in the "st_cisco_login" Script

Due to security reasons, some customers may need to disable the command show_route_management_only $context_name in the st_cisco_login script.

  1. Navigate to: https://<SecureTrack_IP>/securetrack/admin/stcgitest.htm

  2. Navigate to Edit StConf > Fetch StConf.

  3. In the stconf file, navigate to the device_client_settings.

  4. Change disable_route_management_only to 11

    <device_client_settings>
        <topology>
            <disable_route_management_only>11</disable_route_management_only><!-- Comma separated list of management ids or id ranges (last is included), e.g. 15,16,20-30 -->
        </topology>
    </device_client_settings>
  5. Click Submit New Conf.