Вы находитесь на странице: 1из 2

-The Denitive Cheat Sheet for CCNA Exploration 1 and 2-

-The Networking Cheat Sheet 2.0-

Subnetting Chart
Hosts /30 /29 /28 /27 /26 /25 /24 /23 /22 /21 /20 /19 /18 /17 /16 4 8 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768 65536 Subnet Mask 255.255.255.252 255.255.255.248 255.255.255.240 255.255.255.224 255.255.255.192 255.255.255.128 255.255.255.0 255.255.254.0 255.255.252.0 255.255.248.0 255.255.240.0 255.255.224.0 255.255.192.0 255.255.128.0 255.255.0.0 Save Running Conguration Console Line Password Message of the Day Priv Exec Password Enter Priv Exec Mode

CLI Commands
Router1> enable

Enter Cong Mode Router1# config t Router1(config)# banner motd # Enter TEXT message. End with the character # Welcome # Router 1(config)# Router1(config)# enable secret class Router1(config)#

Router1(config)# line vty 0 4 Virtual Line Router1(config-line)# password cisco Password (Telnet) Router1(config-line)# login Router1(config-line)# exit Router1(config)# line Router1(config-line)# Router1(config-line)# Router1(config-line)# console 0 password cisco login exit

Router1(config)# interface S0/0/0 Router1(config-if)# description Connection to Host1 with crossover cable Router1(config-if) ip address 0.0.0.0 0.0.0.0 Port Conguration Router1(config-if) clock rate 64000 Router1(config-if) no shutdown Router1(config-if) end Router1# Static Routes Router1(config)# ip route 0.0.0.0 0.0.0.0 fa0/0 Router1# copy run start Destination filename [startup-config]? Building configuration... [OK] Router1#

Change Hostname Router1(config)# hostname hostname Created by Matthew Ruxton (c) 2010 Note: If text is Italicized, you should replace it with what it is supposed to be.

-The Denitive Cheat Sheet for CCNA Exploration 1 and 2-

-The Networking Cheat Sheet 2.0-

RIP
Enter Router Cong Mode Congure V2 Router(Config)# router rip Router(Config-Router)# version 2

EIGRP
Enter Router Cong Mode Summary Addresses Hello Intervals Router(Config)# router eigrp 1 Router(Config)# int S0/0/0 Router(Config-if)# ip summary-address eigrp 1 192.168.2.1 255.255.255.0 Router(Config)# int s0/0/0 Router(Config-if)# ip hello-interval eigrp 1 60

OSPF
Enter Router Cong Mode Setting Priority Hello Intervals Router(Config)# router ospf 1 Router(Config)# int S0/0/0 Router(Config-if)# ip ospf priority 1 Router(Config)# int s0/0/0 Router(Config-if)# ip ospf hello-interval 60

Apply To All
Disable Auto Summarization Redistribute Route Info. Enter Network Address Set Passive Interfaces Disable DNS Use on Network Router(Config-router)# no auto-summary

Router(Config-router)# default-info origin Router(Config-router)# network 192.169.2.0 Router(Config-router)# passive-interface fa0/0 Router(Config)# no ip domain lookup

Created by Matthew Ruxton 2010 Note: If text is Italicized, you should replace it with what it is supposed to be.

Вам также может понравиться