
C
HAPTER
2
| Initial Switch Configuration
Basic Configuration
– 74 –
The following configuration examples are provided for a Linux-based DHCP
daemon (dhcpd.conf file). The server will reply with Options 66/67
encapsulated in Option 43. Note that in the “Vendor class one” section,
if the DHCP request packet's vendor class identifier matches that specified
in this file, the server will send Option 43 encapsulating Option 66 and 67
in the DHCP reply packet. In the “Vendor class two” section, the server will
always send Option 66 and 67 to tell switch to download the “test2”
configuration file from server 192.168.255.101.
ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
server-name "Server1";
Server-identifier 192.168.255.250;
#option 43 with encapsulated option 66, 67
option space dynamicProvision code width 1 length 1 hash size 2;
option dynamicProvision.tftp-server-name code 66 = text;
option dynamicProvision.bootfile-name code 67 = text;
subnet 192.168.255.0 netmask 255.255.255.0 {
range 192.168.255.160 192.168.255.200;
option routers 192.168.255.101;
option tftp-server-name "192.168.255.100";#Default Option 66
option bootfile-name "bootfile"; #Default Option 67
}
class "Option66,67_1" {
#DHCP Option 60 Vendor class
one
match if option vendor-class-identifier = "es3510ma.bix";
#option 43
option vendor-class-information code 43 = encapsulate
dynamicProvision;
#option 66 encapsulated in option 43
option vendor-class-information.tftp-server-name "192.168.255.100";
#option 67 encapsulated in option 43
option vendor-class-information.bootfile-name "test1"
}
class "Option66,67_2" {
#DHCP Option 60 Vendor class
two
match if option vendor-class-identifier = "es3510ma.bix";
option tftp-server-name "192.168.255.101";
option bootfile-name "test2";
}
Table 4: Options 55 and 124 Statements
Option
Statement
Keyword
Parameter
55
dhcp-parameter-request-list a list of parameters, separated by ','
124
vendor-class-identifier
a string indicating the vendor class identifier
Содержание ES3510MA-DC
Страница 1: ...Management Guide www edge core com 8 Port Layer 2 Fast Ethernet Switch...
Страница 2: ......
Страница 4: ......
Страница 6: ...ABOUT THIS GUIDE 6...
Страница 44: ...FIGURES 44...
Страница 50: ...TABLES 50...
Страница 52: ...SECTION I Getting Started 52...
Страница 62: ...CHAPTER 1 Introduction System Defaults 62...
Страница 80: ...CHAPTER 2 Initial Switch Configuration Managing System Files 80...
Страница 82: ...SECTION II Web Configuration 82...
Страница 98: ...CHAPTER 3 Using the Web Interface Navigating the Web Browser Interface 98...
Страница 126: ...CHAPTER 4 Basic Management Tasks Resetting the System 126...
Страница 164: ...CHAPTER 5 Interface Configuration VLAN Trunking 164 Figure 57 Configuring VLAN Trunking...
Страница 202: ...CHAPTER 7 Address Table Settings Configuring MAC Address Mirroring 202...
Страница 452: ...CHAPTER 17 IP Services Displaying the DNS Cache 452...
Страница 498: ...CHAPTER 19 Using the Command Line Interface CLI Command Groups 498...
Страница 588: ...CHAPTER 22 SNMP Commands 588...
Страница 596: ...CHAPTER 23 Remote Monitoring Commands 596...
Страница 650: ...CHAPTER 24 Authentication Commands Management IP Filter 650...
Страница 738: ...CHAPTER 27 Interface Commands 738...
Страница 760: ...CHAPTER 29 Port Mirroring Commands RSPAN Mirroring Commands 760...
Страница 782: ...CHAPTER 32 Address Table Commands 782...
Страница 810: ...CHAPTER 33 Spanning Tree Commands 810...
Страница 862: ...CHAPTER 35 VLAN Commands Configuring Voice VLANs 862...
Страница 876: ...CHAPTER 36 Class of Service Commands Priority Commands Layer 3 and 4 876...
Страница 932: ...CHAPTER 38 Multicast Filtering Commands Multicast VLAN Registration 932...
Страница 956: ...CHAPTER 39 LLDP Commands 956...
Страница 1020: ...CHAPTER 42 Domain Name Service Commands 1020...
Страница 1026: ...CHAPTER 43 DHCP Commands DHCP Client 1026...
Страница 1058: ...CHAPTER 44 IP Interface Commands IPv6 Interface 1058...
Страница 1060: ...SECTION IV Appendices 1060...
Страница 1065: ...APPENDIX A Software Specifications Management Information Bases 1065 Trap RFC 1215 UDP MIB RFC 2013...
Страница 1066: ...APPENDIX A Software Specifications Management Information Bases 1066...
Страница 1088: ...COMMAND LIST 1088...
Страница 1097: ......
Страница 1098: ...ES3510MA DC E122010 ST R01 150200000251A...