http://ccna-exploration-4.blogspot.com/
http://ccna-exploration-4.blogspot.com/
CCNA 3 Final 2 V4.0
1
Refer to the exhibit. The network administrator needs to setup Switch1 for remote
access from HostA. The show ip interface brief is issued on Router1 and the show
interfaces trunk command is issued on the Switch1 to verify the current status. The
administrator applies the additional configuration shown in the exhibit to Switch1.
However, the telnet from HostA fails. What additional commands need to be applied
to the switch?
Switch(config)# interface vlan 1
Switch(config-if)# ip address 10.1.1.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.10.254
Switch(config)# interface vlan 1
Switch(config-if)# ip address 10.1.50.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.50.254
Switch(config)# interface vlan 10
Switch(config-if)# ip address 10.1.10.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.10.254
**Switch(config)# interface vlan 10
Switch(config-if)# ip address 10.1.1.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.10.254
http://ccna-exploration-4.blogspot.com/
http://ccna-exploration-4.blogspot.com/
Switch(config)# interface vlan 50
Switch(config-if)# ip address 10.1.10.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.10.254
2
Refer to the exhibit. On the basis of the configuration shown, how will an Ethernet
frame on port GigabitEthernet0/1 be modified?
802.1Q encapsulation prepends a 4-byte tag field in front of the original Ethernet
frame and recomputes the frame check sequence (FCS) on the modified frame.
**802.1Q encapsulation inserts a 4-byte tag field into the original Ethernet frame
between the source address and type/length fields and recomputes the frame
check sequence (FCS) on the modified fram