Configuration Guide Vol. 1


9.2.7 Allow ftp to log in with VRF [SL-L3A]

<Structure of this section>

(1) To allow ftp to log in from all VRF including the global network

Points to note

To permit access from all VRFs, set the vrf all parameter of the ftp-server configuration command. If the vrf all parameter is not set, only access from the global network is allowed.

Command examples

  1. (config)# ftp-server vrf all

    Permits remote access to this Switch from remote operation terminals on all VRFs including global access via FTP.

(2) To allow ftp to log in from a specified VRF

Points to note

To permit access from a specific VRF, set the VRF ID to the vrf parameter of the ftp-server configuration command. If this vrf parameter is not set, only access from the global network is allowed.

Command examples

  1. (config)# ftp-server vrf 2

    VRF 2 permits remote access to the Switch from a remote operation terminal via FTP. The global network is excluded.