To setup a DCP-R(s) with the Shelf Controller, connect to DCP-R 1 by either Serial or IP
The default, credentials are admin
/ admin
Add the DCP-R to the controller using the serial number of the DCP-R. Repeat this process (in order - e.i. deg1, deg2, deg3, etc) for any additional DCP-R degrees you have.
config node member add HD********* <controller | chassis-x>
Once all DCP-Rs have been added, show all members on the controller to verify all gear has been configured
show node members
The latter should yield an output similar to this
Id Location Hostname Part number Serial number IP address Status
-- --------- ---------- --------------- ------------- -------------------------------- ------
0 chassis-0 controller CCR2004-16G-2S+ HD********* fe80::9079:f4ff:fed5:7e84%eth0.2 Master
1 chassis-1 hostname DCP-R-9D-CS S************ fe80::96de:eff:fe05:1e62%eth0.2 Slave
2 chassis-2 hostname DCP-R-9D-CS S************ fe80::96de:eff:fe05:1dad%eth0.2 Slave
3 chassis-3 hostname DCP-R-9D-CS S************ fe80::96de:eff:fe05:1d7b%eth0.2 Slave
Change the hostname of each DCP-R/chassis using a naming scheme that indicates which chassis is which degree for the respective node/location
config chassis 1 hostname DCPR-D1
config chassis 2 hostname DCPR-D2
config chassis 3 hostname DCPR-D3
Setup the internal DCP-R topology (in this case, a 3 degree site)
config node topology internal if-1/XC1 if-2/XC2
config node topology internal if-2/XC1 if-3/XC2
config node topology internal if-3/XC3 if-1/XC3
Once complete, apply the config
config node topology apply
To show the internal topology
show node topology internal
Set the NodeID - this is what will be shown in SoSmart. I set this to the name of the site I'm at.
config node info id <Node ID>
Set the node latitude and longitude. I copied my location from Google Maps (remove the comma if copied from there)
config node info geolocation <latitude> <longitude>
Change the admin
and netconf
user passwords from their defaults before adding to SoSmart
config user chpasswd
config user netconf chpasswd
Each chassis/DCP-R is required to have IPv4 setup for internal communication with the controller. This the following subnet info:
config chassis 1 network mgmt ipv4address 172.16.0.2 255.255.255.0 172.16.0.1
config chassis 2 network mgmt ipv4address 172.16.0.3 255.255.255.0 172.16.0.1
config chassis 3 network mgmt ipv4address 172.16.0.4 255.255.255.0 172.16.0.1
Optionally, setup DNS (this will be necessary to point the Node(s) to a file server hostname to obtain software packages)
config network ipv4dns 10.0.0.11 10.0.0.12