Riverstone Networks WICT1-12 User Manual

Page 128

Advertising
background image

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 {

# AMERILINK’s 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;

}

}

# MOONLINK’s network: DON’T CONFIGURE!

subnet 80.2.0.0 netmask 255.255.0.0 {

}

}

Advertising