User Interface For Ftp And Tftp; Configuring A Vpn Routing Session - Cisco IE-4000 Software Configuration Manual

Industrial ethernet switch
Hide thumbs Also See for IE-4000:
Table of Contents

Advertisement

Configuring IP Unicast Routing
Configuring Multi-VRF CE

User Interface for FTP and TFTP

FTP and TFTP are VRF-aware, which means that file transfer is supported across an interface within a VRF instance. To
specify a VRF as a source for FTP or TFTP connections, the VRF must be associated with the same interface that you
configure with the ip ftp source-interface command. In this configuration, FTP looks for the destination IP address for
file transfer in the specified VRF table. If the specified source interface is not up, Cisco IOS software selects the address
of the interface closest to the destination as the source address.
Command
1.
configure terminal
2.
ip ftp source-interface
interface-type interface-number
3.
end
4.
copy running-config
startup-config
To specify the IP address of an interface 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.
Command
1.
configure terminal
2.
ip tftp source-interface
interface-type interface-number
3.
end
4.
copy running-config
startup-config
EXAMPLE
The following example shows how to configure the switch to use the VRF table named vpn1 to look for the destination
IP address for the transfer of FTP packets:
Switch# configure terminal
Switch(config)# ip ftp source-interface ethernet 0
Switch(config)# ip vrf vpn1
Switch(config-vrf)# rd 200:1
Switch(config-vrf)# route-target both 200:1
Switch(config-vrf)# interface ethernet 0
Switch(config-if)# ip vrf forwarding vpn1
Switch(config-if)# end
User Interface for VRF-Aware RADIUS
To configure VRF-aware RADIUS, you must first enable AAA on a RADIUS server. The switch supports the ip vrf
forwarding vrf-name server-group configuration and the ip radius source-interface global configuration commands.

Configuring a VPN Routing Session

Routing within the VPN can be configured with any supported routing protocol (RIP, OSPF, EIGRP, or BGP) or with static
routing. The configuration shown here is for OSPF, but the process is the same for other protocols.
Purpose
Enter global configuration mode.
Specify the source IP address for FTP connections.
Return to privileged EXEC mode.
(Optional) Save your entries in the configuration file.
Purpose
Enter global configuration mode.
Specify the source IP address for TFTP connections.
Return to privileged EXEC mode.
(Optional) Save your entries in the configuration file.
903

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ie-5000Ie-4010

Table of Contents