![Riverstone Networks WICT1-12 User Manual Download Page 129](http://html1.mh-extra.com/html/riverstone-networks/wict1-12/wict1-12_user-manual_1466194129.webp)
Riverstone Networks RS Switch Router User Guide Release 8.0 7-17
CMTS Configuration Guide
CMTS Configuration Examples
Following, is the MOONLINK DHCP configuration:
# prevents unknown hosts from getting information from this dhcp server
deny unknown-clients;
# modem config file
filename “moonlink-modem.cfg”;
# time of day
option time-servers 80.1.1.100;
options ntp-servers 80.1.1.100;
# tftp server
next server 80.1.1.100;
shared network amerilink_moonlink {
# AMERILINK’s network : DON’T CONFIGURE
subnet 50.2.0.0 netmask 255.255.0.0 {
}
# MOONLINK’s network : OK TO CONFIGURE
subnet 80.2.0.0 netmask 255.255.0.0 {
option routers 80.2.1.1;
host cm1 {
hardware ethernet DDEEFF:000001;
fixed address 80.2.1.101;
}
host cm2 {
hardware ethernet DDEEFF:000002;
fixed address 80.2.1.102;
}
}
}