| A | B |
| the router command to enter privileged mode | router>enable |
| command to enter global mode | router# config t |
| command to activate password | router(config)#enable secret _____ |
| command to login to the line console # | router(config)#line console #; router(config)#login |
| command to login to the line vty | router(config)#line vty 0 4 |
| command to configure an ethernet port | router(config)#interface ethernet # |
| command to configure a serial port | router(config)#interface serial # |
| define clockrate | transition timer on DCE and DTE devices |
| what command is used to set up RIP | router(config)#router RIP |
| first step when attempting to recover a password | cold boot the router |
| command to show current configurations | router#show run |
| command to save current configurations | router#copy run start |
| what buttons are pressed to cold boot | CTRL + BREAK |
| what is the last step when recovering a password | reload |
| define BGP | protocol that exchanges reachability info |
| define ARP | Internet protocol used to map an IP address to a MAC address |
| define RARP | Protocol in the TCP/IP stack that provides a method for finding IP addresses based on MAC addresses |
| define RIP | uses hop count as a routing metric |
| define IGP | Internet protocol used to exchange routing information within an autonomous system |
| define OSPF | least-cost routing, multipath routing, and load balancing |