IWEB-RS/Internetwork Expert LAB 6 9.2

From: trevelle@wowway.com
Date: Sun Oct 15 2006 - 22:23:38 ART


Lab 6 exercise 9.2 traffic filtering states that users must authenticate through router 2 before they can access sw1. I am able to access sw1 after entering the following commands. Can someone please tell me what am I missing? Any suggestions will be greatly appreciated.

This is the error that I recieve when I try and login as TELNET:

Username: TELNET
Password:
List#DYNAMIC-PERMIT_TELNET already contains this IP address pair
[Connection to 150.1.2.2 closed by foreign host]

R2
username CLI password 0 CISCO
username TELNET password 0 CISCO
username TELNET autocommand access-enable timeout 5

ip access-list extended DYNAMIC
 dynamic PERMIT_TELNET permit tcp any any eq telnet
 deny tcp any host 191.1.27.7 eq telnet
 deny tcp any host 191.1.7.7 eq telnet
 deny tcp any host 191.1.77.7 eq telnet
 deny tcp any host 191.1.177.7 eq telnet
 deny tcp any host 150.1.7.7 eq telnet
 permit ip any any
username TELNET autocommand access-enable timeout 5

interface Serial0/1
 ip address 191.1.23.2 255.255.255.0
 ip access-group DYNAMIC in

interface Serial0/0
 ip address 191.1.125.2 255.255.255.0
 ip access-group DYNAMIC in
 password cisco
 

line vty 0 4
login local



This archive was generated by hypermail 2.1.4 : Wed Nov 01 2006 - 07:29:05 ART