Referring to the configuration output exhibit,
Which set of commands below will allow you to insert a new line just before the permit any
statement?
A.
:router#configure
:router(config)#ipv4 access-list Ethernet_In
:router(config-ipv4-acl)# 2.5 deny udp any eq tftp any
B.
:router#configure
:router(config)#ipv4 access-list Ethernet_In
:router(config-ipv4-acl)# insert after 2 deny udp any eq tftp any
C.
:router #resequence access-list ipv4 Ethernet_In
:router#configure
:router(config)#ipv4 access-list Ethernet_In
:router(config-ipv4-acl)#25 deny udp any eq tftp any
D.
:router#configure
:router(config)#ipv4 access-list Ethernet_In
:router(config-ipv4-acl)#move 3 to 4
:router(config-ipv4-acl)#3 deny udp any eq tftp any
Explanation: