Riverstone Networks RS Switch Router User Guide Release 8.0 7-13
CMTS Configuration Guide CMTS Configuration Examples
Following, is the configuration for the DHCP server:
# prevents unknown hosts from getting information from this dhcp server
deny unknown-clients;
# server requires a declaration for subnet directly attached
subnet 30.1.0.0 netmask 255.255.0.0 {
}
shared-network amerilink_moonlink {
# AMERILINK’s network
subnet 50.2.0.0 netmask 255.255.0.0 {
# modem config file
filename “amerilink-modem.cfg”;
# time of day
option time-servers 50.1.1.100;
option ntp-servers 50.1.1.100;
# tftp server
next-server 50.1.1.100;
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;
}
}