Yes in deed. Access-class 1 & 2 are applied to line vty 0 4 is probably the reason you're locked out of telnet, and to line con 0 is the reason you are locked out of you console port.<br><br>From what I can tell, you are applying two access lists to your console, aux, and telnet ports. Without seeing the access list, I can't determine what it is what you are trying to do. The first rule of any access list is to always make sure you can get in before you enter the command. Remember, an access list will permit only what you tell it to, and deny access to everything else (including you). <br><br>I can understand why you would want an access list on the aux and vty ports, but why on earth would you lock you console port? If your router is physically secure then you don't need this. Even if it wasn't secure, a user has to enter a passowrd to be able to configure the router. Again, I don't know what your environment or security perameters are like so I can't truly comment on that.<br><br>My suggestion is to remove the access class and password from line con 0, save the new config, and you should be set.