Cisco Cisco Broadband Access Center Telco Wireless 3.7

Page of 267
 
5-31
Cisco Broadband Access Center for Cable Administrator’s Guide
OL-2445-02
Chapter 5      Configuring Broadband Access Center for Cable
Configuring the SRV Record in the Network Registrar DNS Server
Configuring the SRV Record in the Network Registrar DNS 
Server
You must configure the Network Registrar DNS server to operate with the KDC. Refer to your Network 
Registrar documentation, and these instructions, to perform this configuration.
Note
This example assumes the Kerberos realm is ACME.COM and the KDC is running on the kdc.acme.com 
host which has DNS record already configured.
Step 1
Start the nrcmd CLI (usually located under /opt/nwreg2/usrbin) and enter your username and password.
Step 2
Enter this command to create a zone for the Kerberos realm.
nrcmd> zone acme.com create primary kdc.acme.com. postmaster
Step 3
Enter this command to add the SRV record to the new zone.
nrcmd> zone acme.com addRR _kerberos._udp. srv 0 0 88 kdc.acme.com.
Step 4
Enter these commands to save and reload the DNS server.
nrcmd> save
nrcmd> dns reload
Configuring SNMP Cloning on the RDU and DPE for Secure 
Communication with PacketCable MTAs
The SNMP configuration on both the RDU and DPE must permit successful communication between the 
RDU and an embedded multimedia terminal adapter (E-MTA). 
The DPE uses the key material, that you create, during provisioning to create a new user in the E-MTA’s 
SNMPV3 user table. You use the key material to generate the authentication and privacy keys required 
to access PacketCable MTAs.  The RDU, when called by one of three application programming interface 
(API) calls, creates a local SNMPV3 user. The authentication and privacy keys are created using the 
same key material and, if the key material is not identical, different keys will be created thereby 
preventing the RDU from successfully communicating with the E-MTA.
Creating the Key Material and Generating the Key
Creating the key material is a two step process. You must run a script command on the RDU and then 
run a CLI command on the DPE. 
Note
This shared secret is not the same shared secret as the CMTS or the BAC shared secrets.
To create the key material: