Welcome to the New Cisco CCNA 200-301 complete course with practical labs
This is the up-to-date Cisco CCNA 200-301 course that is specially designed for beginners. I know many people don't know anything about networking, If you are too one of them, then do not worry. I will teach you everything from the beginning. This course covers both the fundamentals of networking as well as all the topics in the new Cisco CCNA 200-301 exam syllabus. This is your first step toward attaining your Cisco certifications.
This Cisco CCNA 200-301 complete course with practical labs includes:
Welcome to the New Cisco CCNA 200-301 complete course with practical labs
This is the up-to-date Cisco CCNA 200-301 course that is specially designed for beginners. I know many people don't know anything about networking, If you are too one of them, then do not worry. I will teach you everything from the beginning. This course covers both the fundamentals of networking as well as all the topics in the new Cisco CCNA 200-301 exam syllabus. This is your first step toward attaining your Cisco certifications.
This Cisco CCNA 200-301 complete course with practical labs includes:
Fundamental of computer networking
CCNA all topics discussed in both theory and practical
The lab exercises make you feel, you are working in real industries
Each lab includes a notes and quiz
You will be allowed to download all the labs, notes, and commands that we are going to create in this course. So that you can practice offline at your home.
Bonus: Basics of cloud computing is included in the course
Lifetime access to our Networking Plus App
The course covers the following topics
Network basics
OSI Model and TCP/IP Model
What are hubs, switches, and routers?
Internet, Intranet, and Private WAN
Ethernet Cables
IP addresses
IP subnetting
IP VLSM
Network topologies
DHCP
Routing
Switching
Firewall
Telnet
VLAN
HSRP
NAT and PAT
ACL
Port Security
Wireless Network
Basics of Cloud Computing (Microsoft Azure)
If you don't like the course, you will get a 100% money-back guarantee (Terms & conditions applied).
You will get many videos in the future that will help you to be up-to-date with the industry.
I look forward to seeing you on the inside.
#CCNA_200_301 #CISCO_CCNA #CCNA
This quiz includes questions from the basics of networking that I have taught you in this course. Let's test your knowledge.
Router's three Command Line Interface Mode
Router> User Mode
Router#Privilege Mode
Router(config)# Global Configuration Mode
How to change the router name
Router>enable
Router#configure terminal
Router(config)#hostname R1 (Here hostname is the command and R1 is the new router name)
How to assign an IP Address in the interface.
Router>enable
Router#configure terminal
Router(config)#interface f0/0
Router(config-if)#ip address 10.0.0.1 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#interface f0/1
Router(config-if)#ip address 20.0.0.1 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#exit
Command to save configuration in a router
Router#Write
How to configure DHCP
Step1: Assign IP Address to Router's Port
Router>enable
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#int f0/1
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#no shutdown
Step 2: Configure DHCP Pool
Router(config)#ip dhcp pool A
Router(dhcp-config)#network 192.168.1.0 255.255.255.0
Router(dhcp-config)#default 192.168.1.1
Router(dhcp-config)#exit
Router(config)#ip dhcp pool B
Router(dhcp-config)#network 192.168.2.0 255.255.255.0
Router(dhcp-config)#default 192.168.2.1
Router(dhcp-config)#exit
Step 3: Go to the computer and enable DHCP
How to configure Telnet
Step 1: Assign IP Address
Router>
Router>en
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Step 2: Configure Telnet
Router(config)#line vty ?
<0-15> First Line number
Router(config)#line vty 0 2
Router(config-line)#password cisco
Router(config-line)#login
Router(config-line)#exit
Router(config)#enable password ccna
Step 3: Go to the PC command interface and try to access the router using telnet.
The command is: Telnet 192.168.1.1 (Router IP Address)
Step 4:
Homework. Try to configure Router port fa0/1 with the help of Telnet from any PC.
How to configure Static Routing
Router 1
Router>en
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip address 10.0.0.1 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#int f0/1
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 20.0.0.0 255.0.0.0 192.168.1.2
Router(config)#ip route 30.0.0.0 255.0.0.0 192.168.1.2
Router(config)#ip route 192.168.2.0 255.255.255.0 192.168.1.2
Router 2
Router>en
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip address 20.0.0.1 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#int f0/1
Router(config-if)#ip address 192.168.1.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#int f1/0
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.0.0.0 255.0.0.0 192.168.1.1
Router(config)#ip route 30.0.0.0 255.0.0.0 192.168.2.2
Router 3
Router>
Router>en
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip address 30.0.0.1 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#int f0/1
Router(config-if)#ip address 192.168.2.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 10.0.0.0 255.0.0.0 192.168.2.1
Router(config)#ip route 20.0.0.0 255.0.0.0 192.168.2.1
Router(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1
Important Troubleshooting Commands
show ip route (Show you routing table of a router)
Tracert 30.0.0.2 (Destination address) (shows you the route to reach the destination. this command only works in PC)
no ip route 20.0.0.0 255.0.0.0 192.168.1.2 (To delete route, just add no before the routing command. here route is, "ip route 20.0.0.0 255.0.0.0 192.168.1.2")
show running-config (Tells you all the configuration and commands that run on the router but these configurations are not permanently saved and it is available on RAM)
Show startup-config (Tells you all configurations and commands that are permanently saved in NVRAM)
Write (command used to configurations in NVRAM)
How to configure default routing
Router 1
Int f0/0
Ip address 10.0.0.0 255.0.0.0
No shut
Int f0/1
Ip address 50.0.0.1 255.0.0.0
No shut
Exit
Ip route 0.0.0.0 0.0.0.0 50.0.0.2
Router 2
Dynamic Routing
Router 1
Int f0/0
Ip address 20.0.0.0 255.0.0.0
No shut
Int f0/1
Ip address 50.0.0.2 255.0.0.0
No shut
Int f1/0
Ip address 60.0.0.1 255.0.0.0
No shut
Exit
Ip route 0.0.0.0 0.0.0.0 60.0.0.2
Ip route 10.0.0.0 255.0.0.0 50.0.0.1
Router 3
Int f0/0
Ip address 30.0.0.0 255.0.0.0
No shut
Int f0/1
Ip address 60.0.0.2 255.0.0.0
No shut
Exit
Ip route 10.0.0.0 255.0.0.0 60.0.0.1
Ip route 20.0.0.0 255.0.0.0 60.0.0.1
Ip route 50.0.0.0 255.0.0.0 60.0.0.1
What is a broadcast domain?
A broadcast domain is a collection of network devices that receive broadcast traffic from each other.
What is a collision domain?
The collision domain is a term that is not so obvious for most people that are new to networking. It is something that we had to deal with a long time ago, a time where we used older Ethernet standards and hubs instead of switches.
A collision domain is a network segment with two or more devices sharing the same bandwidth. (Where there is a chance of collision)
Find the number of Broadcast domain and Collision domain in a network.
Find the number of broadcast domain and collision domain
This is another example of how to find the number of collision domain and broadcast domain.
HOW TO CONFIGURE STATIC NAT
ROUTER 1
en
conf t
int f0/0
ip address 10.0.0.1 255.0.0.0
no shut
int f0/1
ip address 30.0.0.1 255.0.0.0
no shut
ip dhcp pool A
network 10.0.0.0 255.0.0.0
default-router 10.0.0.1
ROUTER2
en
conf t
int f0/0
ip address 20.0.0.1 255.0.0.0
no shut
int f0/1
ip address 30.0.0.2 255.0.0.0
no shut
STATIC NAT CONFIGURATION IN ROUTE 1
ip nat inside source static 10.0.0.5 30.0.0.1
int f0/0
ip nat inside
int f0/1
ip nat outside
ip route 0.0.0.0 0.0.0.0 30.0.0.2
How to configure PAT
ROUTER 1
Step 1: Configure the IP Address
en
conf t
int f0/0
ip address 10.0.0.1 255.0.0.0
no shut
int f0/1
ip address 30.0.0.1 255.0.0.0
no shut
Step 2: Configure DHCP
ip dhcp pool A
network 10.0.0.0 255.0.0.0
default-router 10.0.0.1
Step 3: Configure default Router
ip route 0.0.0.0 0.0.0.0 30.0.0.2
Step 4: Configure Access List
access-list 1 permit 10.0.0.0 0.255.255.255
Step 5: Configure PAT
ip nat inside source list 1 int f0/1 overload
int f0/0
ip nat inside
int f0/1
ip nat outside
Step 6: Configure Static NAT for Server
ip nat inside source static 10.0.0.5 30.0.0.3
ROUTER 3
Step 1: Configure IP Address
en
conf t
int f0/0
ip address 10.0.0.1 255.0.0.0
no shut
int f0/1
ip address 40.0.0.2 255.0.0.0
no shut
Step 2: Configure DHCP
ip dhcp pool A
network 10.0.0.0 255.0.0.0
default-router 10.0.0.1
Step 3: Configure default Router
ip route 0.0.0.0 0.0.0.0 40.0.0.1
Step 4: Configure Access List
access-list 1 permit 10.0.0.0 0.255.255.255
Step 5: Configure PAT
ip nat inside source list 1 int f0/1 overload
int f0/0
ip nat inside
int f0/1
ip nat outside
ROUTER 2 (ISP)
Step 1: Only onfigure IP Address
en
conf t
int f0/0
ip address 20.0.0.1 255.0.0.0
no shut
int f0/1
ip address 30.0.0.2 255.0.0.0
no shut
int f1/0
ip address 40.0.0.1 255.0.0.0
no shut
Result
Try to access 20.0.0.2 (Internet) from both the private network (R1 and R3's PC). It should ping.
Try to access your server (10.0.0.5) using public ip 30.0.0.3 from another private network. It should ping.
Three modes of port security
· Shutdown
· Protect
· Restrict
How to configure Port security as shutdown mode by adding the MAC Address manually.
int f0/1
switchport mode access
switchport port-security
switchport port-security violation shutdown
switchport port-security mac-address 0009.7C4C.3450
switchport port-security maximum 1
How to configure Port security as protect mode by adding MAC address automatically
int f0/1
switchport mode access
switchport port-security
switchport port-security violation protect
switchport port-security mac-address sticky
switchport port-security maximum 1
How to configure Port security as restrict mode by adding MAC address automatically
int f0/1
switchport mode access
switchport port-security
switchport port-security violation restrict
switchport port-security mac-address sticky
switchport port-security maximum 1
How to check port-security status
Switch#sh port-security (Display all ports configures with port security with basic information)
Switch#sh port-security int f0/1 (Display a particular port's port-security status and with more information)
How to disable or delete port-security from a port
int f0/1
no switchport port-security (Disable port security)
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.