IPv6 Embedded Management Components

Finding Feature Information

Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module.

Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.

Syslog

The Cisco system message logging (syslog) process in IPv6 allows users to log syslog messages to external syslog servers and hosts with IPv6 addresses. This implementation allows user to specify an IPv4-based logging host (syslog server) by providing the host’s IP address in IPv4 format (for example, 192.168.0.0) or IPv6 format (for example, 2001:DB8:A00:1::1/64).

Configuring Syslog over IPv6

SUMMARY STEPS

  1. enable
  2. configure terminal
  3. logging host {{ip-address | hostname } | {ipv6 ipv6-address | hostname }} [transport {udp [port port-number ] | tcp [port port-number ] [audit ]}] [xml | filtered [stream stream-id ]] [alarm [severity ]]

DETAILED STEPS

  Command or Action Purpose

Step 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

logging host {{ip-address | hostname } | {ipv6 ipv6-address | hostname }} [transport {udp [port port-number ] | tcp [port port-number ] [audit ]}] [xml | filtered [stream stream-id ]] [alarm [severity ]]

Example:


Device(config)# logging host ipv6 AAAA:BBBB:CCCC:DDDD::FFFF 

Logs system messages and debug output to a remote host.

Example: Configuring Syslog over IPv6

Device(config)# logging host ipv6 AAAA:BBBB:CCCC:DDDD::FFFF transport tcp port 1470