Vol 1 Part 5: Operating Cisco Routers Flashcards
What are the three different types of common networks?
Ethernet LAN, Ethernet WAN, Serial WAN
What are SOHO routers able to do all at one time?
Route, Switch, VPN, and serve as a WAP
True or False: Routers share many of the same CLI features as switches (ie user and enable mode, conf t, shutdown and no shutdown, line colse 0, interface FE0/1 etc.)
TRUE
Unlike a VLAN interface on a switch, IP addresses are configured how?
IP addresses are configured on physical interfaces on the router
What command is used to show the interfaces on a router?
- show ip interface brief (shows the layer 1 and layer 2 status in addition to interfaces)
- show interfaces
- show run (much less efficient)
What does the line status and protocol status refer to when looking at router interface status codes?
line status- the layer 1 status
protocol status- the layer 2 status.
Explain the 4 types of line/protocol statuses
Admin down, down- shutdown command
down, down- no shutdown, but there is an issue with there is a problem at the physical layer
up, down- data link layer problems ie. one router is using PPP and the other HDLC
up, up- FMC
Most Cisco router interfaces default to a shutdown state. How would you enable it?
By using the no shutdown command
What must you do before a router can rout packets in and out of the interface?
Configure an IP address and subnet mask on the interface
What are the two types of encapsulation and what are the differences in each?
Point to Point Protocol (PPP) and High-Level Data Link Layer Protocol (HDLC)
PPP is dynamic, synchronous and asynchronous, authenticated, byte oriented, point to point, and vendor neutral.
HDLC is static, synchronous, not authenticated, bit oriented point to point or multipoint, and Cisco proprietary.
What is the router auxiliary port used for on a router?
It connects to an analog modem for remote dial-in CLI access. Line Aux 0 will reach the auxiliary port, much like line con 0 accesses the CLI.
What is an Small Form factor Pluggable (SFP) and why is it important?
The SFP refers to the pluggable network interface module on the router. It is the slot where the user can link the router to the switch. If you do not know the SFP, then you won’t know what kind of cabling to use or what your speed is on that port.
How does a host device determine if a packet it is preparing to send out resides in its own subnet?
By looking at the destination IP and comparing it to the host’s IP and subnet mask.
What does a host device do if the packet it is preparing to send resides outside of its subnet?
The packet is sent to the default gateway
When the router is determining where to route a packet based on the destination IP, what two things must it do?
- Check the routing table for a valid matching route
2. Identify the outgoing interface and possibly, the next hop router
What steps does a router take when sending a packet?
- Check the FCS for errors
- de-encapsulate the packet from inside the data-link frame
- Check routing table for a valid match
- Encapsulate the packet into a data-link frame appropriate for the outgoing interface
- transmit the frame out the outgoing interface
What command is used to configure a static route?
ip route (global command)
Cisco routers automatically add their own routes connected directly to them assuming that?
The interface is up/up and the interface has an IP address assigned through the ip address interface subcommand