FREE $100 MacDonalds Gift Card!
I’m planning on taking the Cisco CCNA exam 60 days from now. I’m working on routing tables and the Rip and eigrp protocols. I need to start recording some command strings for configuring the route
to enter enable mode type
enable en
do a show ip interface brief
and a show running-config show run
enter config mode
hostname “router name”
service password-encryption
line vty 0 4
password “password”
login
line console 0
password ” line console password”
login
exit
banner motd # authorized access Only#
enable secret ” password
interface serial 0
ip address 912.168.13.1 255.255.255.252
no shut
router rip
version 2
no auto-summary
network 192.168.13.0
end
copy run start
{ 0 comments }