3Com Switch 8800 Configuration Guide Chapter 34 Logon User ACL Control Configuration
34-3

34.2.3 Configuration Example

I. Network requirements
Only the Telnet users from 10.110.100.52 and 10.110.100.46 can access the switch.
II. Network diagram
Internet
Switch
Figure 34-1 ACL configuration for Telnet users
III. Configuration procedure
Define a basic ACL.
[SW8800] acl number 2000 match-order config
[SW8800-acl-basic-2000] rule 1 permit source 10.110.100.52 0
[SW8800-acl-basic-2000] rule 2 permit source 10.110.100.46 0
[SW8800-acl-basic-2000] rule 3 deny source any
[SW8800-acl-basic-2000] quit
Import the ACL.
[SW8800] user-interface vty 0 4
[SW8800-user-interface-vty0-4] acl 2000 inbound
34.3 Configuring ACL for SNMP Users
The Switch 8800 supports remote network management (NM) and the user can use
SNMP to access them. Proper ACL configuration can prevent illegal users from logging
onto the switches.
The following sections describe ACL configuration tasks.
z Defining ACL
z Importing ACL

34.3.1 Defining ACL

Currently only number-based ACLs can be imported, with the number ranging from
2000 to 2999. See 34.3.1 “Defining ACL” for detailed configuration.