2.
Configure two access lists—one named “ DataCenter,” permitting only the data center
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
3.
Configure two authentication method lists, named “ RadiusAndLine” and “ RadiusOnly.”
host1(config)#
aaa new-model
host1(config)#
aaa authentication login RadiusAndLine radius line
host1(config)#
aaa authentication login RadiusOnly radius
4.
Configure two FTP lines to be used by data center administrators.
host1(config)#
line vty 0 1
host1(config-line)#
password foobar
host1(config-line)#
access-class DataCenter in
host1(config-line)#
login authentication RadiusAndLine
5.
Configure the remaining FTP lines to be used by POP administrators.
host1(config)#
line vty 2 4
host1(config-line)#
password foobar
host1(config-line)#
access-class Pops in
host1(config-line)#
login authentication RadiusOnly
6.
Enable the FTP server.
host1(config)#
ftp-server enable
Monitoring the FTP Server
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.
show 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.
298
JunosE 11.3.x System Basics Configuration Guide
Содержание JUNOSE 11.3
Страница 6: ...Copyright 2010 Juniper Networks Inc vi...
Страница 8: ...Copyright 2010 Juniper Networks Inc viii JunosE 11 3 x System Basics Configuration Guide...
Страница 24: ...Copyright 2010 Juniper Networks Inc xxiv JunosE 11 3 x System Basics Configuration Guide...
Страница 32: ...Copyright 2010 Juniper Networks Inc 2 JunosE 11 3 x System Basics Configuration Guide...
Страница 146: ...Copyright 2010 Juniper Networks Inc 116 JunosE 11 3 x System Basics Configuration Guide...
Страница 166: ...Copyright 2010 Juniper Networks Inc 136 JunosE 11 3 x System Basics Configuration Guide...
Страница 432: ...Copyright 2010 Juniper Networks Inc 402 JunosE 11 3 x System Basics Configuration Guide...
Страница 488: ...Copyright 2010 Juniper Networks Inc 458 JunosE 11 3 x System Basics Configuration Guide...
Страница 524: ...Copyright 2010 Juniper Networks Inc 494 JunosE 11 3 x System Basics Configuration Guide...
Страница 554: ...Copyright 2010 Juniper Networks Inc 524 JunosE 11 3 x System Basics Configuration Guide...
Страница 566: ...Copyright 2010 Juniper Networks Inc 536 JunosE 11 3 x System Basics Configuration Guide...
Страница 588: ...Copyright 2010 Juniper Networks Inc 558 JunosE 11 3 x System Basics Configuration Guide...
Страница 613: ...PART 3 Index Index on page 585 583 Copyright 2010 Juniper Networks Inc...
Страница 614: ...Copyright 2010 Juniper Networks Inc 584 JunosE 11 3 x System Basics Configuration Guide...
Страница 632: ...Copyright 2010 Juniper Networks Inc 602 JunosE 11 3 x System Basics Configuration Guide...