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 {
# AMERILINKs network : DONT CONFIGURE
subnet 50.2.0.0 netmask 255.255.0.0 {
}
# MOONLINKs 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;
}
}
}