Routers Flashcards
When a computer knows the destination IP address is not on its network, what message does it send to the default router?
ARP message
What is a primary goal of a router?
stop broadcasts
On a router by default, all interfaces are ________.
down, administratively down
Which command displays the networks a router can communicate with?
show ip route
How can you create a default route on a router?
ip route ‘destination-ip’ ‘destination-subnet’ ‘gateway-ip’
On a serial connection, what end of the connection needs to set the clock?
DCE
Which command can be used to impersonate the service provider and set the speed?
clock rate x
How do you create a floating static route?
increase the administrative distance to be greater than the default
What two commands are needed when assigning a vlan to a switch port?
switchport mode access
switchport access vlan x
What command is used to create a subinterface?
interface FastEthernet x/y.z
.z assigns subinterface to interface
What command is used to assign a tag to a subinterface?
encapsulation dot1q z
z refers to subinterface
What command is used to enable trunk mode on a port?
switchport mode trunk
What is the command for creating a VLAN?
vlan x
Which command should you use to assign a vlan to an interface?
switchport access vlan x
What command is used to create a subinterface?
interface ‘type’ x/y.z
When configuring a trunk port on a switch supporting both Cisco ISL and 802.1q encapsulation, which command should be entered first?
switchport trunk encapsulation dot1q
What does Cisco VoIP require from DHCP?
ip address and TFTP server
What are the 3 options a DHCP server will most likely assign?
router(gateway), subnet mask, dns server