I want to configure SSH access control. But after the ACL is invoked, all IP addresses cannot be logged in.
Here is the configuration:
#
interface 10GE1/0/10
undo portswitch
ip binding vpn-instance mgt
ip address 10.10.XX.YY 255.255.255.0
device transceiver 1000BASE-T
#
acl number 2000
rule 5 permit source 10.10. XX.YY 0
rule 10 deny
#
user-interface vty 0 4
authentication-mode aaa
protocol inbound ssh
acl 2000 inbound
#