Configuration Procedure - HP 6125G Configuration Manual

Acl and qos configuration guide
Hide thumbs Also See for 6125G:
Table of Contents

Advertisement

As an FTP server, the switch accepts the login requests from only the NMS.
Figure 1 Network diagram

Configuration procedure

Limit the telnet login requests:
1.
# Create a time range named telnet to cover 8:30 to 18:00 of every working day.
<Switch> system-view
[Switch] time-range telnet 8:30 to 18:00 working-day
# Create IPv4 basic ACL 2000, and configure a rule for the ACL to permit the packets sourced
from 10.1.3.1 during only the time specified by time range telnet.
[Switch] acl number 2000
[Switch-acl-basic-2000] rule permit source 10.1.3.1 0 time-range telnet
[Switch-acl-basic-2000] quit
# Apply ACL 2000 to the inbound traffic of all telnet user interfaces to limit the telnet login
requests.
[Switch] user-interface vty 0 7
[Switch-ui-vty0-7] acl 2000 inbound
Limit the access to the TFTP server:
2.
# Create IPv4 basic ACL 2001, and configure a rule for the ACL to permit only the packets sourced
from 11.1.1.100.
[Switch] acl number 2001
[Switch-acl-basic-2001] rule permit source 11.1.1.100 0
[Switch-acl-basic-2001] quit
# Use ACL 2001 to control the switch's access to a specific TFTP server.
[Switch] tftp-server acl 2001
Limit the FTP login requests:
3.
12

Advertisement

Table of Contents
loading

This manual is also suitable for:

3600 v2 series6125 blade switch series

Table of Contents