Registers a syslog subscriber to receive notifications over RELP from the EFA Notification Service.
By default, subscribers do not receive syslog notifications over RELP.
host:port
format. The default port is 514.Any external server that is configured with RELP can be registered as a subscriber to EFA notifications. For more information, see "Notification Service" in the Extreme Fabric Automation Administration Guide, 2.2.0 .
The following example registers 10.x.x.x:20514 as a subscriber for insecure notifications.
$ efa notification subscribers add-syslog-relp --address 10.x.x.x:20514 --insecure Successfully registered subscriber. +-----------+------------------------------------------------+ | attribute | value | +-----------+------------------------------------------------+ | id | 1 | +-----------+------------------------------------------------+ | handler | relp | +-----------+------------------------------------------------+ | endpoint | 10.x.x.x:20514 | +-----------+------------------------------------------------+ | config | {"cacert":"","conn-timeout":10,"insecure":true}| +-----------+------------------------------------------------+ Notification Subscriber ID=1 --- Time Elapsed: 2.399195253s ---