This command configures the logging host parameters. You can configure up to eight hosts.
Default |
|
Format | logging host {hostaddress|hostname} addresstype tls[anon|x509name] certificate-index {port severity-level} |
Mode | Global Config |
Parameter | Description |
---|---|
hostaddress| hostname | The IP address of the logging host. |
address-type | The type of address being passed: DNS or IPv4. |
tls | Enables TLS security for the host. |
anon|x509name | The type of authentication mode: anonymous or x509name. |
certificate-index | The certificate number to be used for authentication. The valid range is 0–8. Index 0 is used to the default file. |
port | A port number from 1 to 65535. |
severity-level | The
severity level of logging messages. The possible values are as follows. (You
can enter either the word or the corresponding numeral.)
|
The following example shows how the command could be entered.
(Extreme 220) (Config) # logging host google.com dns 214 (Extreme 220) (Config) # logging host 10.130.64.88 ipv4 214 6 (Extreme 220) (Config) # logging host 5.5.5.5 ipv4 tls anon 6514 debug (Extreme 220) (Config) # logging host 5.5.5.5 ipv4 tls x509name 3 6514 debug