Privileged EXEC mode commands
Command line prompt in the privileged EXEC mode is as follows:
console#
Table 5.22. System management commands in the privileged EXEC mode
Example of an ISC DHCP Server configuration:
option image-filename code 125 = {
unsigned integer 32, #enterprise-number. Manufacturer ID, always equal to
35265(Eltex)
unsigned integer 8, #data-len. The length of all option parameters. Equals to the
length of the “sub-option-data” string + 2.
unsigned integer 8, #sub-option-code. Suboption code, always equal 1
unsigned integer 8, #sub-option-len. Length of sub-option-data string
text #sub-option-data. The name of the text file that contains the
name of the software image
};
host mes2124-test {
hardware ethernet a8:f9:4b:85:a2:00;#mac-address of the switch
filename "mesXXX-test.cfg";#switch configuration name
option image-filename 35265 18 1 16 "mesXXX-401.ros"; #name of the text file
containing the name of the software image
next-server 192.168.1.3; #TFTP server IP address
fixed-address 192.168.1.36; #switch IP address
}
5.7 System time configuration
By default, automatic daylight saving change is performed according to US and EU
standards. You can set any date and time for daylight saving change in the configuration.
Privileged EXEC mode commands
Command line prompt in the Privileged EXEC mode is as follows:
console#
Table 5.23. System time configuration commands in the Privileged EXEC mode
Manual system time setting (this command is available to
privileged users only).
- hh - hours, mm - minutes, ss - seconds;
- day - day; month - month; year - year.