| Exam 200-150 | Question id=4537 | Advanced Data Center Networking Concepts |
When command set will create an access control 1st on a Cisco Nexus switch to permit only unencrypted Web traffic from any source to destination host 10.10.1.110?
| A. |
N5K-A(config)#access-list 101 permit tcp any host 10.10.1.110 eq 80
| |
| B. |
N5K-A(config)# ip access-list 101
N5K-A(config-acl)# permit tcp any host 10.10.1.110 eq 80
N5K-A(config-acl)# permit ip any any
| |
| C. |
N5K-A(config)#ip access-list 101
N5K-A(config-acl)# permit tcp any host 10.10.1.110 eq 80
| |
| D. |
N5K-A(config)#ip access-list 101 permit tcp any host 10.10.1.100 eq 80
N5K-A(config)#ip access-list 101 deny ip any any
|