| Exam 350-401 | Question id=5728 | Network Assurance |
An engineer must modify the access control list EGRESS to allow all IP traffic from subnet 10.1.10.0/24 to 10.1.2.0/24. The access control list is applied in the outbound direction on router interface GigabitEthernet 0/1.
Which configuration command set will allow this traffic without disrupting existing traffic flows?
| A. |
config t
ip access-list extended EGRESS
permit ip 10.1.10.0 255.255.255.0 10.1.2.0 255.255.255.0
| |
| B. |
config t
ip access-list extended EGRESS2
permit ip 10.1.10.0 255.255.255.0 10.1.2.0 255.255.255.0
permit ip 10.1.100.0 255.255.255.0 10.1.2.0 255.255.255.0
deny ip any any
!
interface g0/1
no ip access-group EGRESS out
ip access-group EGRESS2 out
| |
| C. |
config t
ip access-list extended EGRESS
permit ip 10.1.10.0 255.255.255.0 10.1.2.0 255.255.255.0
| |
| D. |
config t
ip access-list extended EGRESS
5 permit ip 10.1.10.0 255.255.255.0 10.1.2.0 255.255.255.0
|