902
Configuring IP Unicast Routing
Configuring Multi-VRF CE
DETAILED STEPS
EXAMPLE
The following example specifies a VRF that connects to the syslog server host:
Switch(config)# logging host 192.168.200.225 vrf vpn1
User Interface for Traceroute
Follow the steps in this procedure to find the destination address in a VRF.
BEFORE YOU BEGIN
Configure a VRF as described in the Configuring VRFs, page 897.
DETAILED STEPS
EXAMPLE
The following example displays output of the traceroute command with the vrf keyword. Output includes the incoming
VRF name/tag and the outgoing VRF name/tag.
Switch# traceroute vrf red 10.0.10.12
Type escape sequence to abort.
Tracing the route to 10.0.10.12
VRF info: (vrf in name/id, vrf out name/id)
1 10.1.13.15 (red/13,red/13) 0 msec
10.1.16.16 (red/13,red/13) 0 msec
10.1.13.15 (red/13,red/13) 1 msec
2 10.1.8.13 (red/13,red/13) 0 msec
10.1.7.13 (red/13,red/13) 0 msec
10.1.8.13 (red/13,red/13) 0 msec
3 10.1.2.11 (red/13,blue/10) 1 msec 0 msec 0 msec
4 * * *
Command Purpose
1. configure terminal Enter global configuration mode.
2. logging on Enable or temporarily disable logging of storage router event
message.
3. logging host ip address vrf vrf
name
Specify the host address of the syslog server where logging
messages are to be sent.
4. logging buffered logging buffered
size debugging
Log messages to an internal buffer.
5. logging trap debugging Limit the logging messages sent to the syslog server.
6. logging facility facility Send system logging messages to a logging facility.
7. end Return to privileged EXEC mode.
8. copy running-config
startup-config
(Optional) Save your entries in the configuration file.
Command Purpose
traceroute vrf vrf-name ipaddress Specify the name of a VPN VRF in which to find the destination
address.