You are responsible to enable DHCP snooping on the SW1. The R1 is a DHCP relay agent that needs to be trusted. SW1 places all the ports on VLAN 8. Which commands will you type in order to configure DHCP snooping on the SW1 based on the diagram below?
(A)
SW1# configure terminal
SW1(config)# ip dhcp snooping
SW1(config)# ip dhcp snooping vlan 3
SW1(config)# interface GigabitEthernet1/0/2
SW1(config-if)# ip dhcp snooping trust
(B)
SW1# configure terminal
SW1(config)# ip dhcp snooping
SW1(config)# ip dhcp snooping vlan 8
SW1(config)# interface GigabitEthernet1/1/2
SW1(config-if)# ip dhcp snooping trust
(C)
SW1# configure terminal
SW1(config)# ip dhcp snooping
SW1(config)# ip dhcp snooping vlan 8
SW1(config)# interface GigabitEthernet1/0/2
SW1(config-if)# ip dhcp snooping trust
(D)
SW1# configure terminal
SW1(config)# ip dhcp snooping
SW1(config)# ip dhcp snooping vlan 8
SW1(config)# interface GigabitEthernet1/0/2

Comments
Post a Comment