Versions Compared
Version | Old Version 3 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Widget Connector | ||
---|---|---|
|
...
1.1. 1. Open CMTS Setup Page
Go to Provisioining –> CMTS
See the "Assigned Config" –> "Setup"
Follow Setup Instructions for a first default config
Image Added
1.2. 2. Add the CMTS to the Provisioning Servers routing
Info |
---|
Step 2. is only required for Hosting your own Server. For Cloud Installation this will be done by the CMTS-Tunnel. |
Follow the instruction on CMTS "Routing / IPs" and add these lines in your /etc/sysconfig/network-scripts/route-... file
![Setup for routing](https://nmsprime.atlassian.net/wiki/download/thumbnails/8521855/Bildschirmfoto%20von%20%C2%BB2018-01-31%2010-25-39%C2%AB.png?version=1&modificationDate=1542101083000&cacheVersion=1&api=v2&width=251)
1.2.1. Restart Network
Code Block | ||
---|---|---|
| ||
systemctl restart network |
NOTE: if red lines / errors appear: this means that there is a route in your route file missing or miss configured. You should (MUST) fix this!
![](https://nmsprime.atlassian.net/wiki/download/thumbnails/8521855/Bildschirmfoto%20von%20%C2%BB2018-01-31%2010-29-03%C2%AB.png?version=1&modificationDate=1542101083000&cacheVersion=1&api=v2&width=136)
1.3. 3. Check CMTS IP Bundle IPs
Check if the CMTS has the required Bundle IPs like proposed by this section. No red lines means everything is okay and reachable:
![Setup for routing](https://nmsprime.atlassian.net/wiki/download/thumbnails/8521855/Bildschirmfoto%20von%20%C2%BB2018-01-31%2010-25-39%C2%AB.png?version=1&modificationDate=1542101083000&cacheVersion=1&api=v2&width=251)
1.4. 4. Add SSH key
Code Block |
---|
crypto key generate rsa general-keys modulus 1024 |
1.5. (5. optional: change shared secret)
NMS PRIME default shared secret is "DOCSIS". Changing this is recommand for production systems, since it is a security threat using default here. To change this do:
change the key in /tftpboot/keyfile. The key in the file will be used, to encrypt all DOCSIS configfiles.
change shared secret statement inside the CMTS
Code Block interface cable <...> cable shared-secret 7 <the secret>
See for further Informations on Cisco CMTS's: https://www.cisco.com/c/en/us/td/docs/cable/cmts/config_guide/b_cisco_cmts_scg/b_cisco_cmts_scg_chapter_0111101.pdf
Widget Connector | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
|