Computer Science :: Computer Networking
- If you wanted to deny FTP access from network 200.200.10.0 to network 200.199.11.0 but allow everything else, which of the following command strings is valid?
- Which of the following series of commands will restrict Telnet access to the router?
- Which of the following commands connect access list 110 inbound to interface ethernet0?
A.
access-list 110 deny 200.200.10.0 to network 200.199.11.0 eq ftp |
B.
access-list 1 deny ftp 200.200.10.0 200.199.11.0 any any |
C.
access-list 100 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftp |
D.
access-list 198 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftp |
A.
Lab_A(config)#access-list 10 permit 172.16.1.1 |
B.
Lab_A(config)#access-list 10 permit 172.16.1.1 |
C.
Lab_A(config)#access-list 10 permit 172.16.1.1 |
D.
Lab_A(config)#access-list 10 permit 172.16.1.1 |