VLANs on routers Flashcards
Do routers negotiate trunking?
No, all trunking must be configured manually
If a router has multiple tagged subinterfaces on a physical interface connected to a switch, should the switch port be configured as trunk or access?
The switch port should be configured as a trunk
Configure a router interface (gi1/0) to use a subinterface in vlan 11 with the most common encapsulation, with an IP address of 10.22.33.1/24
conf t
interface gi1/0.11
encapsulation dot1q 11
ip address 10.22.33.1 255.255.255.0
Assuming a router has gi2/2.15 configured, change it so that vlan 15 is the native vlan
conf t
int gi2/2.15
encapsulation dot1q 15 native
In the below output, which line defines that vlan tagging that will be used?
conf t
interface gi1/0.11
encapsulation dot1q 11
ip address 10.22.33.1 255.255.255.0
encapsulation dot1q 11
What alternative encapsulation can be used if dot1q is not an option?
isl
What are the 2 methods on a router for specifying untagged traffic?
- Put an IP address on the main interface.
2. Put an IP address on a subinterface, and add the keyword “native” when specifying the encapsulation/vlanid.
Command on a router to show the native vlan.
show vlans [vlanid]
Command on a router to show all trunks and their encapsulation
show vlans