R2#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R2(config)#acc 1 deny host 192.168.1.81
R2(config)#acc 1 permit any
R2(config)#line vty 0 4
R2(config-line)#access-class 1 in
R2(config-line)#end
R2#sh access-list 1
Standard IP access list 1
    deny   192.168.1.81 (6 matches)
    permit any
--------------
客户端测试,可见通过telnet不能进行访问了,但之前建立好的连接仍可继续。