Term
What is router-on-a-stick? |
|
Definition
Allows a single physical interface to route traffic between multiple VLAN's on a network. |
|
|
Term
|
Definition
Virtual interface associated with a physical interface. |
|
|
Term
What are the three primary methods of inter-VLAN routing? |
|
Definition
1. One router per interface 2. Router-on-a-stick 3. Multilayer switching |
|
|
Term
When is a subinterface enabled? |
|
Definition
When the no shutdown command is issued through the primary interface. |
|
|
Term
How is a subinterface configured? |
|
Definition
R1(config)# interface f0/0.10 R1(config-subif)# encapsulation dot1q 10 R1(config-subif)# ip address 172.17.10.1 255.255.255.0 R1(config-subif)# interface f0/0.30 R1(config-subif)# encapsulation dot1q 30 R1(config-subif)# ip address 172.17.30.1 255.255.255.0 R1(config-subif)# interface f0/0 R1(config-if)# no shutdown |
|
|