show running-config system logging host

Displays logging host configuration details.

Syntax

show running-config system logging host [ name ]

Parameters

name
Specifies hostname or label.

Modes

Exec mode

Usage Guidelines

You can run this command without specifying a name to display configuration information for all.

Examples

The following example shows configuration for all logging hosts on the device.

device# show running-config system logging host 
system logging host H1 
  address 1.1.1.1 

system logging host logger 
  address 192.168.1.1 
  port 514 
  transport TCP 
  secure-forwarding TLS 

system logging host myServer 
  address 10.20.30.40 
  port 515 
device# 

The following example shows configuration information for the logging host logger.

device# show running-config system logging host logger 
system logging host logger 
  address 192.168.1.1 
  port 514 
  transport TCP 
  secure-forwarding TLS