ACL Control Configuration 377Importing ACL You can import a defined ACL in User Interface View to achieve ACL control.Perform the following configurations respectively in System View and User InterfaceView.Table 400 Importing ACLSee the Command Reference Manual for details about these commands.Configuration Example Networking RequirementOnly the Telnet users from 10.110.100.52 and 10.110.100.46 can access the Switch.Networking DiagramFigure 98 ACL configuration for Telnet usersConfiguration Procedure1 Define a basic ACL.[SW5500]acl number 2000 match-order config[SW5500-acl-basic-2000]rule 1 permit source 10.110.100.52 0[SW5500-acl-basic-2000]rule 2 permit source 10.110.100.46 0[SW5500-acl-basic-2000]quit2 Import the ACL.[SW5500]user-interface vty 0 4[SW5500-ui-vty0-4]acl 2000 inboundConfiguring ACL forSNMP UsersThe Switch 5500 Family supports remote network management (NM) and the usercan use SNMP to access them. Proper ACL configuration can prevent illegal usersfrom logging onto the Switches.Two steps are included in this configuration:1 Define an ACL2 Import the ACL to control SNMP usersDefining ACLCurrently only number-based ACLs can be imported, with the number ranging from2000 to 2999. See “Defining ACL” on page 353 for detailed configuration.Operation CommandEnter user interface view(System View)user-interface [ type ] first_number [last_number ]Import the ACL (User InterfaceView)acl acl_number { inbound | outbound }InternetSwitch