| Exam 200-150 | Question id=4416 | Basic Data Center Networking Concepts |
On a Cisco Nexus switch, you need to configure an ACL that permits HTTP traffic only from network 10.68.68.0/24 to network 10.68.69.0/24. Which command should you use?
| A. |
switch(config)# ip access-list test
switch(config-acl)# permit tcp 10.68.68.0 255.255.255.0 10.68.69.0 255.255.255.0 any eq 80
| |
| B. |
switch(config)# ip access-list test
switch(config-acl)# permit tcp 10.68.68.0/24 10.68.69.0/24 eq 80
| |
| C. |
switch(config)# ip access-list test
switch(config-acl)# permit tcp 10.69.69.0.0.0.0.255 10.68.68.0.0.0.0.255 eq 80
| |
| D. |
switch(config)# ip access-list test
switch(config-acl)# permit tcp 10.68.68.0/24 10.69.69.0/24 any eq 80
switch(config-acl)# permit ip any any
|