CCNA Access List Sim 2
CCNA Access List Sim 2
Corp1#configure terminal
Corp1(config)#interface fa0/1
Corp1(config-if)#ip access-group 100 out
Finally, save the configuration
Corp1(config-if)#end
Corp1#copy running-config startup-config
R3#configure terminal
R3(config-router)#network 192.168.60.0
R3(config-router)#network 192.168.77.0
R3(config-router)#no auto-summary
R3(config-router)#end
R1(config-router)#network 192.168.77.0
R1(config-router)#end
3. RIPv2 SIM
Central Florida Widgets recently installed a new router in their Apopka office. Complete the network installation by
performing the initial router configurations and configuring RIPv2 routing using the router command line interface (CLI)
on the Apopka router.
Router>enable
Router#config terminal
Router(config)#hostname Apopka
Apopka(config)#line console 0
Apopka(config-line)#password RouterPass
Apopka(config-line)#login
Apopka(config-line)#exit
Apopka(config)#line vty 0 4
Apopka(config-line)#password scan90
Apopka(config-line)#login
Apopka(config-line)#exit
Apopka(config)#interface Fa0/0
Apopka(config-if)#ip address 209.165.201.2 255.255.255.224
Apopka(config-if)#no shutdown
Apopka(config-if)#exit
Apopka(config)#router rip
Apopka(config-router)#version 2
Apopka(config-router)#network 209.165.201.0
Apopka(config-router)#network 192.0.2.128
Apopka(config-router)#end