Ticket 8 – Switchport VLAN 10
April 29th, 2018
Go to comments
Configuration of ASW1
interface FastEthernet1/0/1
switchport mode access
!
interface FastEthernet1/0/2
switchport mode access
!
Answer:
Ans1) ASW1
Ans2) Access Vlans
Ans3) In Configuration mode, using the ‘interface range Fastethernet 1/0/1 – 2’, then ‘switchport access vlan 10’ command.
Note: In this ticket, although Fa1/0/1 is not assigned an VLAN ID but it can still receive an IP address from DHCP server as it will belong to VLAN 1 by default
In GNS3 labs, following comment is not valid and not working.
“Note: In this ticket, although Fa1/0/1 is not assigned an VLAN ID but it can still receive an IP address from DHCP server as it will belong to VLAN 1 by default”.
As you can see ASW-1 and DSW-1 connection is on Ether-Trunk who only allows Vlans 10 and 200. Then how come any traffic on VLAN-1 or Default VLAN can pass through this trunk interface ??
Try this:
1. check the config on R4 for EIGRP
2. then add the following config
router eigrp 10
network 10.2.0.0 0.0.255.255
I missed. It’s DSW
@LOL good job, you played yourself
“@dandelion301 , A , how did you get your CCNA”
“A. In Configuration mode, using the interface range Fastethernet 1/0/1 -2,
then switchport mode access vlan 10 command”
switchport access vlan 10 is correct. NOT switchport MODE access vlan 10
@dandelion301
The answers seems a little bit strange, because in my lab trunk or shutdown is not configured on the fa 0/1 and 0/2, but the only valid switchport access command is from answer D and the other 2 commands are unnecessary, but not wrong.
Hi @ networktut the configurations on the client and sw1 are not being displayed,there are error messages ,kindly fix