11-08-2019 09:05 PM - edited 11-08-2019 09:06 PM
Hi everyone, I'm a beginner and just started my diploma in IT. I'm currently stuck on this question, switch 3 is the VTP server and the rest of the switches are clients, I've already configured them as clients and server with the same domain name.
I added a new VLAN in the VTP server(switch 3) and the clients (switch 0,1,2) should have the additional VLAN but when I show VLAN brief there's no additional VLAN.
My professor said that I have to configure something in the router but I have no idea what to do because this is out of our syllabus. I know that VTP is a Layer 2 protocol but can it be forwarded to the layer 3 boundary? If so what do I need to do?
Regards,
Alice.VT
Solved! Go to Solution.
11-15-2019 05:03 AM
Hello,
on all three routers, configure the below:
interface FastEthernet1/0
switchport mode trunk
!
interface FastEthernet1/1
switchport mode trunk
11-08-2019 09:40 PM
11-08-2019 09:41 PM
11-09-2019 07:25 AM
11-08-2019 11:36 PM
Hello,
can you post the (zipped) project file of your Packet Tracer project (.pkt) ? What you are running into has to do with VTP, under normal circumstances, not being able to cross a layer 3 boundary (the router in your case).
VTP is a layer 2 protocol. Do a search on the terms 'VTP, native Vlan, 01000ccccccc'.
The link below might help as well...
https://www.cisco.com/c/en/us/support/docs/lan-switching/vtp/98154-conf-vlan.html
11-09-2019 07:24 AM
11-09-2019 07:37 AM
Hello,
what your instructor probably wants you to do is to put the router in bridge mode...
11-09-2019 09:31 AM
Hello,
bridging is not even available on your routers...
Can you post the full instructions of this project ?
11-09-2019 06:51 PM
11-10-2019 02:01 AM
Hello,
the instructions do not mention anything about routing or inter-Vlan routing. The only way I can get the three switches to be in the same domain is by adding a switching module to the routers and connecting all switches to these modules. Which effectiveky eliminates the routers. It works because I created Vlan 2 and Vlan 4 on Switch 3 (the VTP server), and they were immediately propagated to the other two switches.
I would ask your instructor if adding these switching modules is what they are looking for (something needs to be done on the routers)...
I have attached the revised file...
11-10-2019 07:08 PM
11-15-2019 04:46 AM
11-15-2019 05:03 AM
Hello,
on all three routers, configure the below:
interface FastEthernet1/0
switchport mode trunk
!
interface FastEthernet1/1
switchport mode trunk
08-28-2023 03:30 PM
In Order to configure a VTP for Servers or clientmode (Packet Tracer1.3.2025) follow the steps bellow:
#enable
#configure terminal
#vtp mode server
# vtp domain (enter your domain.com/.eu)
# vtp password
#end
Check your configuration with the following command:
#show vtp status
Cheers!
08-29-2023 02:28 AM
Sorry, but it's unclear to me how your information applies to the OP. Could you expand upon it? Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide