9
CCNA CCNA 640-801 1 http://www.cisco.com/warp/public/10/wwtraining/certprog/testing/ simulation/demo_sim.html XXIV Cisco Router CCNA

CCNA - 碁峰資訊epaper.gotop.com.tw/pdf/ACR002131.pdfinterface serial 0 IP address 201.100.11.1 255.255.255.0 clock rate 56000 no shutdown exit exit copy running-config startup-config

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: CCNA - 碁峰資訊epaper.gotop.com.tw/pdf/ACR002131.pdfinterface serial 0 IP address 201.100.11.1 255.255.255.0 clock rate 56000 no shutdown exit exit copy running-config startup-config

CCNA

CCNA 640-801

1

http://www.cisco.com/warp/public/10/wwtraining/certprog/testing/

simulation/demo_sim.html

X X I V

Cisco Router CCNA

Page 2: CCNA - 碁峰資訊epaper.gotop.com.tw/pdf/ACR002131.pdfinterface serial 0 IP address 201.100.11.1 255.255.255.0 clock rate 56000 no shutdown exit exit copy running-config startup-config

1 IP

OK

CCNA

X X V

Page 3: CCNA - 碁峰資訊epaper.gotop.com.tw/pdf/ACR002131.pdfinterface serial 0 IP address 201.100.11.1 255.255.255.0 clock rate 56000 no shutdown exit exit copy running-config startup-config

ena

config terminal

X X V I

Cisco Router CCNA

Page 4: CCNA - 碁峰資訊epaper.gotop.com.tw/pdf/ACR002131.pdfinterface serial 0 IP address 201.100.11.1 255.255.255.0 clock rate 56000 no shutdown exit exit copy running-config startup-config

host Lab_A

enable secret class

CCNA

X X V I I

class

ethernet 0 IP

192.5.5.1

Page 5: CCNA - 碁峰資訊epaper.gotop.com.tw/pdf/ACR002131.pdfinterface serial 0 IP address 201.100.11.1 255.255.255.0 clock rate 56000 no shutdown exit exit copy running-config startup-config

interface ethernet 0

IP address 192.5.5.1 255.255.255.0

no shutdown

interface ethernet 1

IP address 205.7.5.1 255.255.255.0

no shutdown

X X V I I I

Cisco Router CCNA

}

Page 6: CCNA - 碁峰資訊epaper.gotop.com.tw/pdf/ACR002131.pdfinterface serial 0 IP address 201.100.11.1 255.255.255.0 clock rate 56000 no shutdown exit exit copy running-config startup-config

interface serial 0

IP address 201.100.11.1 255.255.255.0

clock rate 56000

no shutdown

exit

exit

copy running-config startup-config

CCNA

X X I X

}

}

Page 7: CCNA - 碁峰資訊epaper.gotop.com.tw/pdf/ACR002131.pdfinterface serial 0 IP address 201.100.11.1 255.255.255.0 clock rate 56000 no shutdown exit exit copy running-config startup-config

OK

close

2

There are 3 networks. One is network 172.168.1.0 The second

network is 172.168.2.0, The third network is non-172.168.0.0 .

Consider the network shown as fol lowing.You need to block FTP

traffic from network 172.168.2.0

X X X

Cisco Router CCNA

Page 8: CCNA - 碁峰資訊epaper.gotop.com.tw/pdf/ACR002131.pdfinterface serial 0 IP address 201.100.11.1 255.255.255.0 clock rate 56000 no shutdown exit exit copy running-config startup-config

CCNA

X X X I

Ans: Steps are as followings:

Router#config t

Router(config)#access-list 101 deny tcp 172.168.2.0 0.0.0.255

172.168.1.0 0.0.0.255 eq 21

Router(config)#access-list 101 deny tcp 172.168.2.0 0.0.0.255

172.168.1.0 0.0.0.255 eq 20

Router(config)#access-list 101 permit ip any any

Router(config)#interface ethernet 0

Router(config-if)#ip access-group 101 out

Router(config-if)# ^Z ; Press Ctrl+Z

Router# copy running-config startup-config

3

There are 3 networks. One is network 172.168.1.0 The second

network is 172.168.2.0. The third network is non-172.168.0.0 .

Consider the network shown as following.You need to block Telnet

traffic from network 172.168.2.0

Page 9: CCNA - 碁峰資訊epaper.gotop.com.tw/pdf/ACR002131.pdfinterface serial 0 IP address 201.100.11.1 255.255.255.0 clock rate 56000 no shutdown exit exit copy running-config startup-config

X X X I I

Cisco Router CCNA

Ans: Steps are as followings:

Router#config t

Router(config)#access-l ist 101 deny tcp 172.168.2.0 0.0.0.255

172.168.1.0 0.0.0.255 eq 23

Router(config)#access-list 101 permit ip any any

Router(config)#interface ethernet 0

Router(config-if)#ip access-group 101 out

Router(config-if)# ^Z ; Press Ctrl+Z

Router# copy running-config startup-config

4

There are 3 routers and one is left to be done. There are only 2

networks, one on the Ethernet port network 192.168.4.32 and the

other on the Serial port 192.168.3.64. The ip addresses were of the

class C range some what as given below.

Please add the rip configuration .

Ans: Steps are as followings:

1. Router> enable

2. Router# config t

3. Router(config)# router rip

4. Router(config-router)# network 192.168.4.0

5. Router(config-router)# network 192.168.3.0

6. Router(config-router)# ^Z ; Press Ctrl+Z

7. Router# copy running-config startup-config