Configure VLAN | Allow VLANs to Access Internet

preview_player
Показать описание
#Cisco #Configure_VLANs #IT_Support_People

In this video I've demonstrated step by step process how to configure VLAN and Access internet from VLANs PC using Putty, Cisco 2851 Router and Layer 3 Cisco 3560 switch. I also described how apply IP routing in cisco switch and how to apply static routing and dynamic routing (EIGRP) protocol in both Cisco Switch and router for inter VLAN routing and accessing internet from VLANs PC. Finally, I've shown some practical troubleshooting technique for allowing VLANs to internet.

IT Support People Facebook Page:

Link for Configuring Cisco Router to Access Internet through ISP Home router:

Configure Cisco Access Point Standalone/Autonomous using GUI with WPAv2 Authentication Key:

Configure Standalone Cisco Access Point from CLI with WPAv2 Authentication:

How to Reset Cisco Access Point to Factory Defaults using Mode Button

Connect Cisco Router using PuTTY & Console Cable | Change Text Color/ Font Size/ Background on PuTTY:

===Putty Command which I've loaded for Router Configuration===
enable
configure terminal
interface gigabitEthernet 0/0
no shutdown
ip address dhcp
exit
interface gigabitEthernet 0/1
ip address 192.168.2.1 255.255.255.0
no shutdown
exit
ip dhcp pool mainuser
network 192.168.2.0 /24
default-router 192.168.2.1
dns-server 8.8.8.8
exit
ip route 0.0.0.0 0.0.0.0 192.168.1.1
interface gigabitEthernet 0/0
ip nat outside
exit
interface gigabitEthernet 0/1
ip nat inside
exit
ip access-list standard 1
permit any
exit
ip nat inside source list 1 interface gigabitEthernet 0/0 overload
exit

-------------------------------------------
Applying Dynamic Routing EIGRP in Cisco Router:
router eigrp 10
network 192.168.2.0 255.255.255.0
exit

Putty commands in Switch:
enable
configure terminal
vlan 10
name hr
exit
vlan 20
name it
exit
interface range fastEthernet 0/13-18
switchport mode access
switchport access vlan 10
no shutdown
exit
interface range fastEthernet 0/19-24
switchport mode access
switchport access vlan 20
exit
interface vlan 10
ip address 192.168.3.1 255.255.255.0
exit
interface vlan 20
ip address 192.168.4.1 255.255.255.0
exit

Applying Inter VLAN Routing in Cisco Switch:
configure terminal
ip routing
exit

Applying Static Routing in Cisco Switch :
ip route 0.0.0.0 0.0.0.0 192.168.2.1
exit

Applying Dynamic Routing EIGRP in Cisco switch:
configure terminal
router eigrp 10
network 192.168.3.0 255.255.255.0
network 192.168.4.0 255.255.255.0
network 192.168.2.0 255.255.255.0
exit

--------------------
Cover Topic:
Configure VLAN Allow VLANs to Access Internet,
Configure VLAN for internet Access,
how to communicate between two different vlans,
Dynamic Routing, EIGRP Routing, CCNA,
inter vlan routing layer 3 switch,
vlan cannot access internet,
vlan no internet access,internet vlan,inter vlan routing,
Cisco Layer 3 switch,vlans not getting internet,
create vlan cisco 3560 switch,
create vlan cisco switch,
add port to vlan cisco switch,
add interface to vlan,cisco vlan,
creating vlans,
how to add multiple ports to vlan on cisco switch,
inter vlan routing configuration,
cisco putty commands,
routing vlans between router and switch,
inter vlan routing layer 3 switch without router,
routing between vlans,
how to console into a cisco switch using putty,
how to access cisco switch,
connect cisco switch to home router,
cisco home network setup,
connect cisco home lab to internet,cisco router configuration,
cisco internet router,how to install cisco router,
configure cisco switch for home use,
cisco router to router connection,
home network setup diagram,
best home network setup 2020,
home networking guide,
cisco router setup,
how to connect cisco router to modem,
home network setup service,
configuring cisco router for internet access,
how to setup a network switch for home networking,
home network switch,home network design,
how to setup a network switch and router
Рекомендации по теме
Комментарии
Автор

never seen anyone making such detailed recording video from starting from scratch to end, amazing work to put all the efforts to make such brilliant video. we need more such videos, please don't stop making more. thank you. you are amazing dude.

abulhassan
Автор

Thank you for the assistance. Youtubers like you really make engineering life easier...

silungile
Автор

Please do not be discouraged to post videos. Your teaching is very good and easily understandable. Thank you.

endyndubueze
Автор

Before i have finished watching the video, The introduction of the video got my like which proves me i'm at the right and unique channel as you have mentioned. thanks for the outstanding tutorial and keep up the good work sir...

muhammaddikko
Автор

I have to say for me i give u 100% in your teaching and keep it up.
I will inform my tachnician to follow you. Do more video to help.
Video like HSRP for core switch with vtp to access internet.
Thank you

ebosac
Автор

Awesome video. I now understand how to create the routes of the VLAN to egress out to the internet.

chazdadazzle
Автор

One of the best video for the beginner. Can you make another video for AP and Firewall please

ahasankhan
Автор

This is the video, , i have seen very first realtime video.

Very much helpfull for beginers and Informative for everyone.

Thank you @IT Support People

raghavendrapothula
Автор

If you could explain this by doing with Web GUI will be great. not everyone is familiar with CLI. Thanks in advance!

alassanetogola
Автор

This video and 'Connect Cisco Router & Switch to ISP Home Router and Access Internet' give a COMPLETE one-shop-shop picture how VLANs, switch, 2 routers work together to access Internet. I've trying and trying many way could'nt figure out my failure. The answer could be EIGRP. Thanks very much SIR!

donnieyiu
Автор

i wait such kind of video for long time as a bigner thanks sir very much

mishaeltilahun
Автор

I sure wish you would start back making your ccna tutorials.

GH-icll
Автор

You solved my big problem thanks a lot

gurpremsingh
Автор

HELLO, thank you for your effort, i ve only one question, why the default route does not work to route the three subnets from the switch?why you've configured eigrp?

aksel
Автор

sir, i like your video for real time practice. i have viewed the cisco home router connection and configure. real time practice is very important for me to learn networking. please, upload more video, keep it up. thank you sir.

mistysm
Автор

If we have single router which is connected to internet then can we access internet in all the vlans?

kaushiksinghteron
Автор

This is a very helpful video. Keep helping, thanks.

olapadebabalola
Автор

You are pretty sharp!! Good work! Now, let's add a firewall or AP. lol

anthonylowe
Автор

Nice content very useful informative and practical...

wahiduzzamanrabbu
Автор

Good video - if possible do more like port security, etc.

piotrpytkowski