You are on page 1of 35

Welcome to my Presentation

National Institute of Engineering


and Technology (NIET)
Name: Muhammad Sajjad Hossain
Roll: 149975
Department: Computer
Registration No: 1810666214
Batch: 2018-2019
Semester: 8th
Coues Name : CCNA & MTCNA
Cisco Certified Network Associate
(CCNA) 200-301
CCNA 200-301 Summary Outline:
 Network fundamentals
 Network access
 IP connectivity
 IP services
 Security fundamentals
 Automation and programmability
Network
 Network: A set of devices (nodes) connected by
communication links.
 Node: Computer printer,or any device capable of sending
and/or receiving data
Physical Topology:
Categories of Network:
Cisco Router:
Cisco Switch:
OSI Model:
Three types of cables:
1) Straight-though cable
2) Crossover cable
3) Console cable
Straight-through cable:
Host to switch or hub
Router to switch or hub
Crossover cable:
Switch to switch
Hub to hub
Host to Host
Hub to switch
Console cable:
IP Addressing:
Basic Addressing
Working with addresses
Summarization and subnets
VLSM
Working with VLSM network
Classful Addressing
Working with Classful Addressing
Network Address Range:
 Class A: 1-127
 Class B: 128-191
 Class C: 192-223
 Class D: 224-239
 Class E: 240-254
IP Addressing:
Private Address and Public Address:
Basic Configure:
Router>enable
Router#config terminal
Router(config)#interface s0/0/0
Router(config-if)#ip address 11.0.0.2 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Routing:
Network routing is the process of selecting a path
across one or more networks. The principles of
routing can apply to any type of network, from
telephone networks to public transportation. In
packet-switching networks, such as the Internet,
routing selects the paths for Internet Protocol (IP)
packets to travel from their origin to their
destination. These Internet routing decisions are
made by specialized pieces of network hardware
called routers.
Static routes:
Router>enable
Router#config terminal
Router(config)#ip route 192.168.1.0
Router(config)#do wr
Dynamic Routing:
 Types of Routing Protocols:
1. IGP (Internal Gateway Protocol) – Normal Router to Router connect
 RIP (Routing Information Protocol)
-IGP, distance vector, classful protocol
 OSPF (Open Shortest Path First)
-IGP, link-state, classless protocol
 EIGRP (Enhance Interior Gateway Routing Protocol)
-IGP, distance vector, classless protocol developed by Cisco
2. EGP (External Gateway Protocol) – Connecting Router that used
by ISP
BGP (Border Gateway Protocol)
 -EGP, path-vector, classless protocols
RIP:
Router>enable
Router#configure terminal
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 10.0.0.0
Router(config-router)#do wr
OSPF:
Router>enable
Router#configure terminal
Router(config)#router ospf 10
Router(config-router)#do show ip route
Router(config-router)#network 192.168.0.0 0.0.0.255 area 0
Router(config-router)#do wr
EIGRP:
Router>enable
Router#conf terminal
Router(config)#router eig
Router(config)#router eigrp 100
Router(config-router)#no auto-summary
BGP:
Router>enable
Router#configure terminal
Router(config)#router bgp 100
Router(config-router)#neighbor 10.0.0.2 remote-as 200
Router(config-router)#network 192.168.0.0 mask 255.255.255.0
Router(config-router)#do wr
ACL:
Router>enable
Router#configure terminal
Router(config)#access-list 10 deny host 192.168.2.2
Router(config)#interface f0/1
Router(config-if)#ip access-group 10 out
SSH:
Router#configure terminal
Router(config)#hostname Dhaka
Dhaka(config)#ip domain-name ntit.com
Dhaka(config)#crypto key generate rsa
Dhaka(config)#enable pass
Dhaka(config)#enable password ccna
Dhaka(config)#username USER1 password 123
Dhaka(config)#line vty 0 1
Dhaka(config-line)#login local
DHCP:
Router#config terminal
Router(config)#ip dhcp pool 1
Router(dhcp-config)#network 192.168.0.0 255.255.255.0
Router(dhcp-config)#default-router 192.168.0.1
Router(dhcp-config)#do wr
Switching:
Switches are devices capable of creating
temporary connections between two or more
devices linked to the switch.
Management VLAN:
Switch#conf terminal
Switch(config)#vlan 10
Switch(config-vlan)#name IT
Switch(config-vlan)#name managment
Switch(config-vlan)#exit
Switch(config)#interface range f0/1-2
Switch(config-if-range)#switchport access vlan 10
Inter VLAN:
Switch#configure terminal
Switch(config)#vlan 10
Switch(config)#interface range f0/2-3
Switch(config-if-range)#switchport access vlan 10
Switch(config)#interface f0/1
Switch(config-if)#switchport mode trunk
Router(config-subif)#encapsulation dot1q 10
Router(config-subif)#ip address 192.168.10.1 255.255.255.0
Voice VLAN:
Switch#configure terminal
Switch(config)#vlan 10
Switch(config-vlan)#name voice
Switch(config)#interface range f0/1-3
Switch(config-if-range)#switchport mode access
Router(config)#interface f0/0.20
Router(config-subif)#encapsulation dot1Q 20
Router(config-subif)#ip address 192.168.20.1 255.255.255.0
IPV6:
Thanks

You might also like