What are three features of router-on-a-stick, inter-VLAN routing? (Choose three.)
Traditional inter-VLAN routing using physical interfaces does have a limitation. As the number of VLANs increases on the network, the physical approach of having one-router-interface-per-VLAN quickly becomes hindered by the physical hardware limitations of a router.Lewis, Wayne (2008-04-28). LAN Switching and Wireless, CCNA Exploration Companion Guide (Kindle Locations 6966-6968). Pearson Education (USA). Kindle Edition.
What is the function of VTP in a LAN switching environment? controls broadcastsstandardizes VLAN tagssimplifies VLAN managementcreates subinterfaces for inter-VLAN routing
#1, #3, #5
inter_vlan routing on d'link DGS3612 is automatic,you just creates vlan and tag them to the port access and trunk
A physical router device with an interface that routes between two or more VLANs that are attached to a VLAN network segment by a trunk link. In other words a " router on a [ TRUNK ] " which is originating from switches with independent non routing VLANs.
The IP address of each router subinterface mist be used as the default gateway for hosts on the corresponding VLAN.
switch(config)#int type <no> switch(config-if)#switchport mode trunk switch(config-if)#switchport trunk allowed vlan all/vlan no switch(config-if)#exit switch(config)#exit switch#
VLAN is a group of hosts with a common set of requirements that communicate as if they were attached to the same broadcast domain, regardless of their physical location. Inter VLAN is defined as two VLANS connected to each other and communicating.
Advantages are that it is simple to implement, A Layer-3 switch (expensive) is not required, The router provides communication between VLANs.
Using a simple show command will suffice to view that vlan's are configured properly. If the vlan's are configured properly on the routers as well as the switches, then the routers can talk to each other and so can the vlan's.show ip route - Provides a snapshot of the routing table entries.ping - verifies connectivity
both are the common inter networking devices(functionally) but the layer 3 switch has the functionality of both switch and router, layer 3 switch are most commonly used in frame relay networks, layer 3 switches are also capable of inter vlan routing