Typical CCNA Question
Typical CCNA Question
Extended ACL's
1. More complex
2. Can filter traffic bases on source and Destination Addresses, Protocols, & Port numbers
3. More popular due to flexibility and specific nature to provide greater control
4. Number range 100-199 and 2000-2689
5. Extended ACL is placed as close to the source as possible
Q4. What is the general rule for the placing of a standard ACL?
5. Extended ACL are placed close to the source, blocked traffic won't pass over the network, wont consume
bandwidth
Q5. Write an extended ACL that will allow the host 192.168.10.5 FTP access to the
network 192.20.1.0 /29?
router freak (config)# Access-list 101 permit TCP host 192.168.10.5 192.168.4.0 0.0.0.7 range 20 21
Router freak (config)# Access-list 101 permit any any
Page 1 of 4
Q6. What is the difference between start up config and running config?
Startup config
Saved in NVRAM
sets properties of the device each time it is powered on.
Device powered up loads IOS into RAM
When the start-up config file is copied from the NVRAM to RAM the file becomes the running config file.
Running Config:
File in RAM
Determines how the device operates on the network
Contains a list of commands
Changes to the running config can be made when the file is in RA<
Changes will be lost when the device is powered off, unless they are copied to the startup config by the
command copy run start
Serial Interface:
Used to connect WANs. WAN connections need a serial provider
Slower
Require more config, must determine the type of connection and encapsulation & protocol
Encapsulation must be the same both ends
Fast Ethernet
Connect to a switch, allowing multiple hosts to connect and use the same gateway
Console Port
Out of Band management,
initial config
Q10 0x12102 is the default config register for Cisco routers what is the boot sequence.
Performs POST
POST tests router hardware.
BOOTSTRAP is loaded
Bootstrap locates the IOS, usually from flash, loads into RAM
Page 2 of 4
Seeks Start-up Config, usually in NVRAM, if the file cannot be found prompts the user to enter setup mode.
Q11.
what does the value 120 refer to and the 1 refer to?
120 = the administrative distance of the routing protocol - in this case RIP.
1= the hop count
192.168.3.0
Network
R1 R2 192.168.1.0
Network
FA 0/0 FA 0/1
192.168.2.1
192.168.4.1 172.17.0.1
192.168.4.0
Network
192.168.2.0
Write out the default route to the network 172.17.0.2 Network
IP route 0.0.0.0 0.0.0.0 172.17.0.2
you could also have the exit int which would have prevented a thing called recursive look up meaning the routing
table had to be looked up twice for the network address and a second time for exit int.
Page 3 of 4
Q12 Name 2 router config register setting and say where they tell the router to boot
from?
Differences:
RIP V2 can support VLSM and CIDR
Auto route summarization can be turned off in RIP V2
RIP V2 supports Authentication
Q14 Give an example of a link state protool and give 2 characteristics of it?
Q15 what is the difference between interior and exterior routing protocols?
OSPF:
Used on outside of network - eg internet
EGP handles routing outside and AS
Get you from your network onto the internet and to another network
BGP:
Used by companies with more than one internet provider -
most popular used over 90% co's around the world.
Page 4 of 4