388
A
PPENDIX
B: A
UTOMATED
B
RANCH
O
FFICE
I
NSTALLATION
Sample DHCP Configuration File (continued)
use-host-decl-names on;
The previous line forces the DHCP service to supply all host names for
DHCP clients.
ddns-update-style none;
The previous line forces the DHCP service to
not
update any DNS servers.
option space vendor-spec-option;
option vendor-spec-option.snmp-trap-dest code 11 = string;
The previous lines define the format for the destination to which SNMP
(Simple Network Management Protocol) trap messages are to be sent.
Typically, the destination is the IP address of a PC or workstation on which
you run your SNMP software. The first line defines the space for the
vendor-spec-option. The second line adds a specific, SNMP-related
parameter for the trap destination.
class "BRANCH_CALLP"{
match option vendor-class-identifier;
}
The previous lines define a class called BRANCH_CALLP (the name is your
choice). DHCP clients become members of the class based on the
match
statement. This class contains the branch office VCX servers.
class "GATEWAY" {
match option vendor-class-identifier;
}
The previous three lines define a class called GATEWAY (the name is your
choice). This class contains the PSTN gateways that are located in the
branch offices.
class "PHONES" {
match substring (option vendor-class-identifier,1,11);
}
The previous three lines define a class called PHONES (the name is your
choice). This class contains the branch office telephones.
Содержание VCX V7000
Страница 14: ...14 ABOUT THIS GUIDE ...
Страница 58: ...58 CHAPTER 1 PRE INSTALLATION GUIDELINES ...
Страница 118: ...118 CHAPTER 2 INSTALLING AN IP TELEPHONY AND MESSAGING SERVER ...
Страница 164: ...164 CHAPTER 3 INSTALLING AN IP TELEPHONY SERVER ...
Страница 218: ...218 CHAPTER 4 INSTALLING AN IP MESSAGING SERVER ...
Страница 242: ...242 CHAPTER 5 INSTALLING A CALL PROCESSING SERVER ...
Страница 252: ...252 CHAPTER 6 INSTALLING A CALL RECORDS SERVER ...
Страница 284: ...284 CHAPTER 8 INSTALLING LANGUAGE PROMPTS ...
Страница 326: ...324 CHAPTER 10 INSTALLING THE ENTERPRISE MANAGEMENT SUITE ...
Страница 421: ...Automated Branch Office Startup 419 ...
Страница 422: ...420 APPENDIX B AUTOMATED BRANCH OFFICE INSTALLATION ...
Страница 482: ...480 APPENDIX E OBTAINING SUPPORT FOR YOUR 3COM PRODUCTS ...
Страница 488: ...486 INDEX ...