User interface for ftp and tftp, Configuring multicast vrfs – Dell POWEREDGE M1000E User Manual

Page 976

Advertising
background image

38-84

Cisco Catalyst Blade Switch 3130 and 3032 for Dell Software Configuration Guide

OL-13270-03

Chapter 38 Configuring IP Unicast Routing

Configuring Multi-VRF CE

User Interface for FTP and TFTP

So that FTP and TFTP are VRF-aware, you must configure command-line interface (CLI) commands for
FTP/TFTP. For example, if you want to use a VRF table that is attached to an interface, say E1/0, you
need to configure the CLI ip [t]ftp source-interface E1/0 to inform [t]ftp to use a specific routing table.
In this example, the VRF table looks up the destination IP address. These changes are
backward-compatible and do not affect existing behavior. That is, you can use the source-interface CLI
to send packets out a particular interface even if no VRF is configured on that interface.

To specify the source IP address for FTP connections, use the ip ftp source-interface show mode
command. To use the address of the interface where the connection is made, use the no form of this
command.

To specify an interface IP address as the source address for TFTP connections, use the ip tftp
source-interface
show mode command. To return to the default, use the no form of this command.

Configuring Multicast VRFs

Beginning in privileged EXEC mode, follow these steps to configure a multicast within a VRF table. For
complete syntax and usage information for the commands, see the switch command reference for this
release and the Cisco IOS Switching Services Command Reference, Release 12.2.

Command

Purpose

Step 1

configure terminal

Enter global configuration mode.

Step 2

ip ftp source-interface interface-type
interface-number

Specify the source IP address for FTP connections.

Step 3

end

Return to privileged EXEC mode.

Command

Purpose

Step 1

configure terminal

Enter global configuration mode.

Step 2

ip tftp source-interface interface-type
interface-number

Specify the source IP address for TFTP connections.

Step 3

end

Return to privileged EXEC mode.

Command

Purpose

Step 1

configure terminal

Enter global configuration mode.

Step 2

ip routing

Enable IP routing mode.

Step 3

ip vrf vrf-name

Name the VRF, and enter VRF configuration mode.

Step 4

rd route-distinguisher

Create a VRF table by specifying a route distinguisher. Enter either an
autonomous-system number and an arbitrary number (nnn:y) or an IP
address and an arbitrary number (A.B.C.D:y)

Advertising