20040405 Today's class: 1. practice ~download/exams 2. discuss any problem Final exam on 4/7/2004. Be here! CCNA lab question: (example) requirement: 1. password for console 2. password for telnet 3. password for privileged mode 4. make all of them encrypted lab_a(config)#service password-encryption CCNA lab question: (example2) Router1 E0: 192.168.1.1/24 Router2 Lo0: 212.1.1.2 set ACL so that router2 cannot ping 192.168.1.0/24 Router2(config)#access-l 101 deny icmp host 212.1.1.2 192.168.1.1 0.0.0.255 echo Router2(config)#access-l 101 permit ip any any Router2(config-if)#access-g 101 out practice banner motd lab_a(config)#banner motd ; Welcome! Enter TEXT message. End with the character ';'. How are you? !!! ; lab_a(config)#end