server
Use server to configure an IP address and port number for a BMP server.
Use undo server to remove the configuration.
Syntax
server address ipv4-address port port-number
undo server
Default
No IP address and port number are configured for the BMP server.
Views
BMP server view
Predefined user roles
network-admin
Parameters
ipv4-address: Specifies an IP address for the BMP server.
port-number: Specifies a port number for the BMP server, in the range of 1 to 65535.
Usage guidelines
After you configure an IP address and port number for a BMP server, the BMP client establishes a TCP connection to the BMP server and sends BMP messages to the BMP server.
Examples
# Configure IP address 100.1.1.1 and port number 8888 for BMP server 5.
<Sysname> system-view [Sysname] bmp server 5 [Sysname-bmpserver-5] server address 100.1.1.1 port 8888