7-16 Riverstone Networks RS Switch Router User Guide Release 8.0
CMTS Configuration Examples CMTS Configuration Guide
Following, is the AMERILINK DHCP configuration:
# prevents unknown hosts from getting information from this dhcp server
deny unknown-clients;
# modem config file
filename amerilink-modem.cfg;
# time of day
option time-servers 50.1.1.100;
options ntp-servers 50.1.1.100;
# tftp server
next server 50.1.1.100;
shared network amerilink_moonlink {
# AMERILINKs network : OK TO CONFIGURE
subnet 50.2.0.0 netmask 255.255.0.0 {
option routers 50.2.1.1;
host cm1 {
hardware ethernet AABBCC:000001;
fixed address 50.2.1.101;
}
host cm2 {
hardware ethernet AABBCC:000002;
fixed address 50.2.1.102;
}
}
# MOONLINKs network: DONT CONFIGURE!
subnet 80.2.0.0 netmask 255.255.0.0 {
}
}