Book now with code EOY2025
kileytre wrote: » I am currently working on my case study for Networks 3 - LAN Switching and Wireless. I am trying to implement a management Vlan throughout the entire network to allow telnet access to the switches, and this is where I am having problems. First off I'm not even sure if this is possible, but Ive exhausted many hours into researching it and have to know if it can be done. Quick setup visual: [Switch1] ...| ...| [Router1] ...| [Router2] ...| ...| [Switch2] Both routers are setup with ospf and have subinterfaces configured for appropriate vlans. Switch 2 is configured with 4 vlans (1,10,20,30,99) Switch 1 is configured with 1 vlan (1,99) Switch 1: ... vlan 99 name MANAGEMENT ! interface FastEthernet0/1 switchport mode trunk ... interface Vlan99 ip address 223.0.0.213 255.255.255.248 ! Switch 2: ... interface FastEthernet0/1 switchport mode trunk spanning-tree bpduguard enable ! interface FastEthernet0/2 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/3 switchport trunk native vlan 99 switchport mode trunk ... ! interface Vlan99 ip address 223.0.0.193 255.255.255.240 ! All devices can ping one another across the network. -- Devices on switch 2 can telnet in using the vlan 99 ip for corresponding network -- Devices on switch 1 can also telnet in using vlan 99 ip for corresponding network So, the actual question. Can devices from switch 1 telnet into switch 2 in this kind of network, and if so where did i go horribly wrong? -Many thanks
billyr wrote: » I think what you need to keep in mind here is that although you have 2 Vlans called 99 which you want to be a management Vlan. As they are seperated by routers even though they have the same name they are not actually the same Vlan. They are different broadcast domains. It is possible but would need a bit of creativity involving some sort of tunnelling. edited: sorry Alan2308, I think thats what you'd already said, i'll read all the posts next time.
chmorin wrote: » A few things come to mind: 1) Are your switches layer 3? If you are using a layer 2 swtich (eg, 2950) you need to use vlan1 for your SVI.
alan2308 wrote: » One thing to note here though is that if the switches are separated by routers, you cannot have a single VLAN throughout the network (well, you technically can, but that involves things that are way beyond CCNA level material). All the switches can have a VLAN99 that is named Management, but they will all be different VLAN99's (does that make sense?).
Forsaken_GA wrote: » Because if I setup vlan99 on 3 different switches, and I have trunk links passing tagged frames with vlan99, as far as the network is concerned, it's all the same vlan.
Forsaken_GA wrote: » Erm, not exactly. The 2950's don't require you to use vlan1, you can define another SVI, it just won't let you use more than one SVI at a time.
mikej412 wrote: » Big difference between switch-trunk-switch-trunk-switch and switch-router-router-switch. When you replace those trunk links with routers and routed links, while it's still possible to have all the switches in the same VTP domain, it is way beyond the CCENT/CCNA level.
Forsaken_GA wrote: » Ah, my mistake, missed the part about routers being between the switches, yeah, that changes things.
Use code EOY2025 to receive $250 off your 2025 certification boot camp!