notifications
Required Command-Line Mode = Configure
Required User Level = Admin
Use the notifications command to configure notification settings. The notification receiver target is the consumer of the notifications, such as GigaVUE‑FM. Log in to each GigaVUE node individually to configure the settings.
The notifications command has the following syntax:
notifications
enable
target host <IPv4 address or hostname> port <port ID> <secure | non-secure> username <username>
password <password>>
The following table describes the arguments for the notifications command:
Command |
Description |
|||||||||||||||
enable |
Enables notifications on a particular GigaVUE node. The default is enabled. For example: (config) # notifications enable |
|||||||||||||||
target host <IPv4 address or hostname> port <port ID> <secure | non-secure> username <username> password <password>> |
Configures the notification receiver target as follows:
Note: Open port 5672 on GigaVUE‑FM so it is accessible for devices to connect to.
In the following example, the user will be prompted for the password: (config) # notifications target ip 1.1.1.1 port 222 secure username user1 In the following example, the default port 5672 will be used and the user will be prompted for the password: (config) # notifications target ip 1.1.1.1 non-secure username user1 In the following example, the user enters the password: (config) # notifications target ip 1.1.1.1 port 5672 secure username user1 password PW1 |
Related Commands
The following table summarizes other commands related to the notifications command:
Task |
Command |
Displays notification settings and connection status. |
# show notifications |
Disables notifications on a particular GigaVUE node. |
(config) # no notifications enable |
Deletes a specified notification receiver target. |
(config) # no notifications enable target ip 1.1.1.1 port 5672 |