JunosE 11.3.x System Basics Configuration Guide
Monitoring the FTP Server
show ftp-server
298
Configure two access lists—one named " DataCenter," permitting only the data center
2.
subnet, and one named " Pops," permitting only the POP subnet.
host1(config)#access-list DataCenter permit 10.6.128.0 255.255.128.0
host1(config)#access-list DataCenter deny any
host1(config)#access-list Pops permit 199.125.128.0 255.255.128.0
host1(config)#access-list Pops deny any
Configure two authentication method lists, named " RadiusAndLine" and " RadiusOnly."
3.
host1(config)#aaa new-model
host1(config)#aaa authentication login RadiusAndLine radius line
host1(config)#aaa authentication login RadiusOnly radius
Configure two FTP lines to be used by data center administrators.
4.
host1(config)#line vty 0 1
host1(config-line)#password foobar
host1(config-line)#access-class DataCenter in
host1(config-line)#login authentication RadiusAndLine
Configure the remaining FTP lines to be used by POP administrators.
5.
host1(config)#line vty 2 4
host1(config-line)#password foobar
host1(config-line)#access-class Pops in
host1(config-line)#login authentication RadiusOnly
Enable the FTP server.
6.
host1(config)#ftp-server enable
Use the dir command to monitor files on the FTP server. Use the show ftp-server and
show users commands to monitor settings of the FTP server.
Use to display information about the FTP server.
Field descriptions
FTP Server state—Status of the FTP server: enabled or disabled
Open connections—Number of open connections to the FTP server
Statistics since server was last started—Data about the connection attempts since
you enabled the FTP server
Statistics since last system reload—Data about the connection attempts since you
last booted the system
attempts—Number of attempts to connect
failed hosts—Number of connection attempts that failed because of disallowed
host addresses
failed users—Number of connection attempts that failed because users were not
authenticated
Copyright © 2010, Juniper Networks, Inc.
Need help?
Do you have a question about the JUNOSE SOFTWARE FOR E SERIES 11.3.X - SYSTEM BASICS CONFIGURATION GUIDE 2010-10-04 and is the answer not in the manual?
Questions and answers