Book now with code EOY2025
thehourman wrote: » Yes, it does. Also, back to your example, the Vlan 1 in switch A and Vlan 1 in switch B, do they have to be in the same subnet?
What about the default gateway? Lets say the router's fa0/0(DW) has an ip address of 192.168.2.1/26. The switch A Vlan1 is in subnet 192.168.2.0/26, Vlan2 is in subnet 192.168.2.64/26, and Vlan3 is in subnet 192.168.2.128/26. What is the default gateway for Vlan2 and Vlan3?
thehourman wrote: » To add a secondary ip to the router's fa0/0, is the the command:conf t int fa0/0 ip address 172.16.39.1 255.255.255.0If the router ask if it secondary just say yes, right? In ICND1 book by Odom, for all the example that he has in that book. Did he use ROAS? Because all the example in the book are like [router] [switch]----[multiple vlans] But did not mention ROAS at all, at least for what I remember.
thehourman wrote: » Did he use ROAS? Because all the example in the book are like [router] [switch]----[multiple vlans] But did not mention ROAS at all, at least for what I remember.
thehourman wrote: » I tried to read the vlan.pdf that comes with ICND1 ciscopress, but I am really confuse about the commands. So the fa0/0.x is the vlan's id, right? The switchport mode trunk is like a static way of trunking to router's fa0/0, right? This switch vlan configuration is more confusing than the router's CLI.
thehourman wrote: » I tried to read the vlan.pdf that comes with ICND1 ciscopress, but I am really confuse about the commands. So the fa0/0.x is the vlan's id, right?
notgoing2fail wrote: » This part (fa0/0.x) looks likes a subinterface to me. The X would be whatever number you want. The switchport mode trunk tells the port to no longer be an access port and to be a trunking port. On older switches it will default to ISL. (boo!) So when you turn it into a trunk also issue this command to make sure it uses 802.1Q switchport trunk encapsulation dot1q
Normal convention is to make the .x something meaningful. It's not automatically associated with anything, it's just used as an identifier, but most people associate with something relevant to the interfaces configuration if possible (ie, if it's doing ROAS, the .x would be the vlan. If you're doing frame relay, the .x will usually be the DLCI)
thehourman wrote: » @notgoing2fail, I know that you are studying vlan. Have you read the .pdf vlan that came with the Ciscopress ICND1? If you have, what do you think of it? Is vlan configuration part of ICND1?
thehourman wrote: » @Forsaken_GA, How does the vlan know which one its default gateway?
Forsaken_GA wrote: » It doesn'. Again, vlan's are layer 2 constructs. Default gateway is a routing concept, which would put it at layer 3. You can assign any IP you want to the layer 3 inteface that will be acting as the default gateway, you just have to configure your hosts to use that as the default gateway. Common convention is that the first usable IP in the subnet is the default gateway, but that's not a hard and fast rule. Do not equate vlan to subnet. While, again, it's common convention to put one subnet per vlan, it is not a requirement, they operate on different layers.
Yahe007 wrote: » @Selfmade Couldn't find better explanation thank u very much
Use code EOY2025 to receive $250 off your 2025 certification boot camp!