Gateway Troubleshooting: Receiving Bootstrap Warning Error
From DocWiki
Receiving Bootstrap Warning Error
| Problem Summary | When adding the bootstrap service to the gateway you get bootstrap warnings. |
| Error Message |
(config-app)# service bootstrap flash:bootstrap.tcl (config-app-param)# paramspace english language en (config-app-param)# paramspace english index 0 (config-app-param)# paramspace english location flash (config-app-param)# param CVPcallserver-primary 10.3.3.14 Warning: parameter CVPcallserver-primary has not been registered under bootstrap namespace (config-app-param)# paramspace english prefix en (config-app-param)# param CVPcallserver-port 8000 Warning: parameter CVPcallserver-port has not been registered under bootstrap namespace (config-app-param)# param CVPcallserver-backup 10.3.3.14 Warning: parameter CVPcallserver-backup has not been registered under bootstrap namespace |
| Possible Cause | Verify that the service is configured correctly. |
| Recommended Action | When this error is received, it is usually a benign warning event. Verify that the service has been configured correctly. To view the configuration, type the following command:
router># show run The output should still show that it has been configured, as the example below shows. service bootstrap140 flash:bootstrap.tcl param CVPcallserver-backup 10.3.3.14 paramspace english language en paramspace english index 0 paramspace english location flash paramspace english prefix en param CVPcallserver-primary 10.3.3.14 param CVP-port 8000 |
| Release | Release 7.0(2) |
| Associated CDETS # | None. |