HP VPN Firewall Appliances Network Management Command Reference
149
DHCP commands
DHCP server commands
bims-server
Use bims-server to specify the IP address, port number, and shared key of the BIMS server in a DHCP
address pool.
Use undo bims-server to remove the specified BIMS server information.
Syntax
bims-server ip ip-address [ port port-number ] sharekey [ cipher | simple ] key
undo bims-server
Default
No BIMS server information is specified.
Views
DHCP address pool view
Default command level
2: System level
Parameters
ip ip-address: Specifies the IP address of the BIMS server.
port port-number: Specifies the port number of the BIMS server in the range of 1 to 65534.
cipher: Sets a ciphertext key.
simple: Sets a plaintext key.
key: Specifies the key string. This argument is case sensitive. If simple is specified, it must be a string of
1 to 16 characters. If cipher is specified, it must be a ciphertext string of 1 to 53 characters. If neither
cipher nor simple is specified, you set a plaintext key string.
Usage guidelines
If you execute this command multiple times, the most recent configuration takes effect.
All passwords, configured in either plaintext or ciphertext, are saved in ciphertext.
Examples
# Specify the IP address 1.1.1.1, port number 80, and shared key aabbcc of the BIMS server in DHCP
address pool 0 for the client.
<Sysname> system-view
[Sysname] dhcp server ip-pool 0
[Sysname-dhcp-pool-0] bims-server ip 1.1.1.1 port 80 sharekey simple aabbcc