I have a lab Configuring a switch in VTP transparent mode and i cant for the life of me get the two routers to be able to ping each other see attached
Solved! Go to Solution.
Hello,
the below would work as well (making access ports in Vlan 2010 of all links):
SW1
interface FastEthernet0/1
switchport access vlan 2010
switchport mode access
!
interface FastEthernet0/2
switchport access vlan 2010
switchport mode access
SW2
interface FastEthernet0/1
switchport access vlan 2010
switchport mode access
!
interface FastEthernet0/2
switchport access vlan 2010
switchport mode access