The senior network engineer assigns you a task related to port security. He needs your help to configure the fa0/1 from the SW-ccnaD to accept frames only from the MAC 0200.1111.2222. Type the commands that need to be configured on the SW-ccnaD following the requirements below:
  1. configure the FastEthernet0/1 to be an access port
  2. enable port security on that interface
  3. define the allowed MAC address

(A)
SW-ccnaD# configure terminal
SW-ccnaD(config)# interface FastEthernet0/2
SW-ccnaD(config-if)# switchport mode access
SW-ccnaD(config-if)# switchport port-security
SW-ccnaD(config-if)# switchport port-security macaddress 0200.1111.2222
(B)
SW-ccnaD# configure terminal
SW-ccnaD(config)# interface FastEthernet0/1
SW-ccnaD(config-if)# switchport mode access
SW-ccnaD(config-if)# switchport port-security
(C)
SW-ccnaD# configure terminal
SW-ccnaD(config)# interface FastEthernet0/1
SW-ccnaD(config-if)# switchport mode access
SW-ccnaD(config-if)# switchport port-security
SW-ccnaD(config-if)# switchport port-security macaddress 0200.2222.2222
(D)
SW-ccnaD# configure terminal
SW-ccnaD(config)# interface FastEthernet0/1
SW-ccnaD(config-if)# switchport mode access
SW-ccnaD(config-if)# switchport port-security
SW-ccnaD(config-if)# switchport port-security mac-address 0200.1111.2222


Comments