Refer to the exhibit.

What commands will successfully enable the SVI for vlan 100 on interface 1/1/1 to produce the results displayed in the command show ip interface brief in the exhibit below?

Select an option, then click Submit answer.
-
○
Access-1(config)# interface 1/1/1
Access-1(config-if)# routing
Access-1(config-if)# interface vlan 100
Access-1(config-if-vlan)# ip address 10.1.1.1/24 -
○
Access-1(config)# interface 1/1/1
Access-1(config-if)# vlan trunk permit vlan 100
Access-1(config-if)# interface vlan 100
Access-1(config-if-vlan)# ip address static 10.1.1.1/24 -
○
Access-1(config)# interface vlan 100
Access-1(config-if-vlan)# ip address 10.1.1.1/24 -
○
Access-1(config-if)# vlan 100
Access-1(config-vlan)# ip address 10.1.1.1/24