Today's agenda: (1) Chapter 11 exam (2) Lecture Chap 12 ~13 (3) Lecture CCNA 3.0 Access List Control Time to use static route: (1) only one route to the destination (2) security (3) save bandwidth AS: 1 ~ 65535 Wild card mask: 1 ignore ; 0 check (1)10.1.1.0 0.0.0.255 == 10.1.1.0 ~ 10.1.1.255 (2)10.1.0.0 0.0.255.255 == 10.1.0.0 ~ 10.1.255.255 (3)10.1.4.0 0.0.3.255 == 10.1.4.0 ~ 10.1.7.255 0000 0100 0000 0011 ----------- 0000 01xx == 0000 0100 ~ 0000 0111 (4)10.1.100.0 0.0.15.255 == 10.1.96.0 ~ 10.1.111.255 10.1.103.0 ~ 10.1.111.255 100= 0110 0100 msk= 0000 1111 -------------- 0110 xxxx = 0110 0000 ~ 0110 1111 (5)10.1.1.2 0.0.0.7 == 10.1.1.0 ~ 10.1.1.7 10.1.1.2 ~ 10.1.1.7 == wild card mask ? 10.1.1.2 0.0.0.1 == 10.1.1.2 ~ 10.1.1.3 10.1.1.4 0.0.0.3 == 10.1.1.4 ~ 10.1.1.7 deny 10.1.1.4 0.0.0.3 deny 10.1.1.2 0.0.0.1 permit any Or permit 10.1.1.0 0.0.0.1 deny 10.1.1.0 0.0.0.7 permit any 2^N-1: 1 3 7 15 31 63 127 255 0000 1010.0000 0001.0000 0001.0000 0000 == 10.1.1.0 0000 0000.0000 0000.0000 0000.1111 1111 == 0.0.0.255 10. 1. 1.xxxx xxxx == range