|
NetworkCerts.com
Exam Prep 5 for Cisco CCNA Certification
Answer Key
1. What command would
you use to set a static route to network 172.16.12.0 (default subnet)
going through IP address 172.16.11.12?
|
|
ip
route 172.16.12.0 255.255.255.0 172.16.11.12
|
| 2. What command would
you use to enable igrp for autonomous system 10? |
|
router
igrp 10
|
| 3. What command would
assign access-list 101 for inbound traffic on an interface (assume you
are in interface config mode already)? |
|
ip
access-group 101 in
|
| 4. What is the command
to enable ppp encaspsulation? |
|
encapsulation
ppp
|
| 5. What command will
cause your router to cycle? |
|
reload
|
| 6. Which command would
you use to view the contents of NVRAM? |
|
show
startup-config
|
| 7. Type in the command
to set the name of your router to RouterA. |
|
hostname
routerA
|
| 8. Type in the command
to set the enable password to ciscorouter. |
|
enable
password ciscorouter
|
| 9. Type in the command
to create subinterface s2.1. |
|
interface
s2.1
|
| 10. What is the command to
set 123456789 as the SPID number for ISDN SPID1? |
|
isdn
spid1 123456789
|