- Preface
- Cisco Broadband Access Center Overview
- Broadband Access Center Architecture
- Configuration Workflows and Checklists
- CPE Management Overview
- Configuration Templates Management
- Firmware Management
- Parameter Dictionaries
- CPE History and Troubleshooting
- Managing Broadband Access Center
- Database Management
- Monitoring Broadband Access Center
- Configuring CWMP Service
- Configuring CWMP Service Security
- CWMP Device Operations
- Understanding the Administrator User Interface
- Using the Administrator User Interface
- Configuring Broadband Access Center
- Scripting Framework
- RDU and DPE Connection Management
- Cisco BAC Support Tools and Advanced
- Troubleshooting Broadband Access Center
- Appendix A
- Glossary
- Cisco_BAC39_Admin_GuideIX
FAQs on Provisioning Cisco Broadband Access Center
This appendix lists answers to FAQs about Cisco BAC provisioning.
How do I enable or disable Network Registrar extensions?
The procedures described in this section assume that:
- The Cisco BAC component is installed in /opt/CSCObac .
- Cisco Network Registrar is installed in /opt/nwreg2 .
To manually install Network Registrar extension points:
Step 1
Log into the Network Registrar server, with root access.
Step 2
Copy the libbprextensions.so directory to the NR_HOME/local/extensions/dhcp/dex/ directory.
Step 3
Copy the cnr_ep.properties file to the BPR_HOME/cnr_ep/conf directory.
Step 4
Configure extensions from the Network Registrar command-line tool ( nrcmd ) using:
NR_HOME /local/usrbin/nrcmd -s -b < BPR_HOME /cnr_ep/bin/bpr_cnr_enable_extpts.nrcmd
To manually disable Network Registrar extension points:
Step 1
Log into the Network Registrar server, with root access.
NR_HOME /local/usrbin/nrcmd -s -b < BPR_HOME /cnr_ep/bin/bpr_cnr_disable_extpts.nrcmd
Step 3
Delete the libbprextensions.so file, which is located in the NR_HOME/local/extensions/dhcp/dex/ directory.
Feedback