Тёмный
No video :(

Multi area OSPF sample config in Cisco switch. | labeveryday part 56 using CML devnet sandbox 

Mariem Buenaventura
Подписаться 413
Просмотров 174
50% 1

****Links****
Linkedin acount - www.linkedin.com/in/mariembuenaventura/
Gmail account - mariembuenaventura5656@gmail.com
Twitter account - @MariemBuenaven1
Instagram account - / mariembuenaventura5656
Gcash referral - gcsh.app/r/FPB... or FPBJdYB
PayMaya referral - PK37N2V2K6L2
Rumble Referral code - rumble.com/reg...
RU-vid channel - / @mariembuenaventura1278
BITCHUTE code - www.bitchute.c...
****Credits****
Elena Mofar - / @ciscoselfstudy
Network Engineer Academy - / @networkengineeracademy
David Bombal - / configterm
NetworkChuck - / networkchuck
Keith Barker - / keith6783
Jeremy Ciora - / @keepingitsimple
Kevin Wallace - • Cloud Technologies - w...
Anthony Sequiora - / anthonysequeira15626
Jobskillshare Community - / dandesktopsupport
Kevtech IT Support - / @kevtechitsupport
I.T Career Questions - / pcsimplest
CBT Nuggets - / cbtnuggets
Bart Castle - / pibrocher
ITProTV - / itprotvchannel
INEtraining - / inetraining
Whizlabs - www.whizlabs.com/
TutorialsDojo - tutorialsdojo....
CiscoDevnet - developer.cisc...
GNS3 - www.gns3.com/
Udemy - www.udemy.com/
#inet6 - / @init6
Hank Preston - / @hankpreston
KeepitTechie - / @keepittechie
Du'An Lightfoot - • Introduction to Linux ...
*****OtherSources****
Cisco Sandbox it's like GNS3 but online - developer.cisc...
Putty opensource app - www.putty.org/
Setup iBGP and eBGP - • How to configure both ...
iBGP setup using peer group - • How to configure iBGP ...
OSPFv3 interface advertisement - • How to configure OSPFv...
DHCP, VPN GRE and VRRP setup - • How to configure DHCP ...
Router on a stick setup - • How to configure sub-i...
Etherchannel Mode On setup - • How to configure Ether...
****Tags****
Cisco Certified Network Associate (200-301) CCNA
Cisco Certified DevNet Associate (200-901 DEVASC)
Cisco Certified CyberOps Associate (200-201 CBROP)
Cisco Certified Devnet Professional - Core exam: 350-901 DEVCOR
Concentration exam (choose one):
300-435 ENAUTO, 300-853 CLAAUTO, 300-635 DCAUTO, 300-535 SPAUTO
300-735 SAUTO, 300-910 DEVOPS, 300-915 DEVIOT, 300-920 DEVWBX
CCNP Enterprise - Core exam: 350-401 ENCOR
Concentration exam (choose one):
300-410 ENARSI, 300-415 ENSDWI, 300-420 ENSLD, 300-425 ENWLSD,
300-430 ENWLSI, 300-435 ENAUTO
CCNP Collaboration - Core exam: 350-801 CLCOR
Concentration exam (choose one):
300-810 CLICA, 300-815 CLACCM, 300-820 CLCEI, 300-835 CLAUTO
CCNP Data Center - Core exam: 350-601 DCCOR
Concentration exam (choose one):
300-610 DCID, 300-615 DCIT, 300-620 DCACI, 300-625 DCSAN, 300-635 DCAUTO
#cisco #labeveryday #IT-Walkthrough

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 5   
@gordonwalaits4195
@gordonwalaits4195 3 года назад
Which Bible version is playing at the background?
@mariembuenaventura1278
@mariembuenaventura1278 3 года назад
I think it's NLT.
@ramnikTDM
@ramnikTDM 3 года назад
Which is better Cisco packet tracer or GNS3
@mariembuenaventura1278
@mariembuenaventura1278 3 года назад
If you have no IOS Image for GNS3 to practice then Packet tracer is the best option.
@mariembuenaventura1278
@mariembuenaventura1278 3 года назад
TASK0::setup CML multiple tabs via putty. !add enable password to each network device. !ubuntu username:ubuntu , password:cisco TASK1::add basic commands to each network device. TASK2::add interfaces to routed ports to each network device. TASK3::add OSPF routing protocol TASK4::test ---------------------------------------------------- TASK1::add basic commands to each network device. To all network devices::SYNTAX conf t !edit username here****************************** username ADMINL3SW3 password CISCO line console 0 logging synchronous !for lab environment online then set 0 0 in the production exec-timeout 0 0 login local exit line vty 0 4 login local transport input ssh exec-timeout 0 0 exit ip domain-name cisco.com crypto key generate rsa 1024 ip ssh version 2 exit wr --------------------------------------- TASK2::add interfaces to routed ports to each network device. R1::SYNTAX conf t interface gi 0/0 ip address 56.0.0.1 255.255.255.248 no shut exit interface gi 0/1 ip address 65.0.0.1 255.255.255.248 no shut exit end show ip int brief R2::SYNTAX conf t interface giga 0/0 ip address 56.0.0.2 255.255.255.248 no shut exit interface giga 0/2 ip address 10.5.5.2 255.255.255.0 no shut exit end show ip int brief R3::SYNTAX conf t interface gi 0/1 ip address 65.0.0.2 255.255.255.248 no shut exit interface gi 0/3 ip address 10.6.6.2 255.255.255.0 no shut exit end show ip int brief L3SW1::SYNTAX conf t interface giga 0/2 no switchport ip address 10.5.5.1 255.255.255.0 no shut exit interface gi 0/3 no switchport ip address 10.6.6.1 255.255.255.0 no shut exit interface gi 0/1 no switchport ip address 172.16.56.1 255.255.255.0 no shut exit interface gi 0/0 no switchport ip address 172.16.65.1 255.255.255.0 no shut exit end show ip int brief L3SW2::SYNTAX conf t interface gi 0/1 no switchport ip address 172.16.56.2 255.255.255.0 no shut exit interface gi 0/0 no switchport ip address 192.168.56.1 255.255.255.0 no shut exit end show ip int brief L3SW3::SYNTAX conf t interface giga 0/0 no switchport ip address 172.16.65.2 255.255.255.0 no shut exit interface gi 0/2 no switchport ip address 192.168.65.1 255.255.255.0 no shut exit end show ip int brief PC1::SYNTAX network: version: 2 ethernets: enp0s2: addresses: [192.168.56.56/24] gateway4: 192.168.56.1 nameservers: addresses: [8.8.8.8, 1.1.1.1] VERIFY:: netplan try netplan apply reboot ip addr PC2::SYNTAX network: version: 2 ethernets: enp0s2: addresses: [192.168.65.65/24] gateway4: 192.168.65.1 nameservers: addresses: [8.8.8.8, 1.1.1.1] VERIFY:: netplan try netplan apply reboot ip addr ------------------------------------------------- TASK3::add OSPF routing protocol R1::conf t router ospf 1 router-id 1.1.1.1 passive-interface default no passive-interface giga 0/0 no passive-interface giga 0/1 exit interface gi 0/0 ip ospf 1 area 0 exit interface gi 0/1 ip ospf 1 area 0 exit end show ip protocol show ip route R2::SYNTAX conf t router ospf 1 router-id 2.2.2.2 passive-interface default no passive-interface gi 0/0 no passive-interface gi 0/2 exit interface gi 0/0 ip ospf 1 area 0 exit interface gi 0/2 ip ospf 1 area 0 exit end show ip protocol show ip route show ip ospf neighbor R3::SYNTAX conf t router ospf 1 router-id 3.3.3.3 passive-interface default no passive-interface gi 0/1 no passive-interface gi 0/3 exit interface gi 0/1 ip ospf 1 area 0 exit interface gi 0/3 ip ospf 1 area 0 exit end show ip protocol show ip route show ip ospf neighbor L3SW1::SYNTAX conf t router ospf 1 router-id 4.4.4.4 passive-interface default no passive-interface gi 0/2 no passive-interface gi 0/3 no passive-interface gi 0/1 no passive-interface gi 0/0 exit interface gi 0/2 ip ospf 1 area 0 exit interface gi 0/3 ip ospf 1 area 0 exit interface gi 0/1 ip ospf 1 area 56 exit interface gi 0/0 ip ospf 1 area 65 exit end show ip protocol show ip route show ip ospf neighbor L3SW2::SYNTAX conf t router ospf 1 router-id 5.5.5.5 passive-interface default no passive-interface gi 0/1 no passive-interface gi 0/0 exit interface gi 0/1 ip ospf 1 area 56 exit interface gi 0/0 ip ospf 1 area 56 exit end show ip protocol show ip route show ip ospf neighbor L3SW3::SYNTAX conf t router ospf 1 router-id 6.6.6.6 passive-interface default no passive-interface gi 0/0 no passive-interface gi 0/2 exit interface gi 0/0 ip ospf 1 area 65 exit interface gi 0/2 ip ospf 1 area 65 exit end show ip protocol show ip route show ip ospf neighbor
Далее
OSI and TCP IP Models - Best Explanation
19:20
Просмотров 409 тыс.
Самое неинтересное видео
00:32
Просмотров 371 тыс.
НЕДОВОЛЬНА УСЛУГОЙ #shorts
00:27
Просмотров 21 тыс.
How to get Spongebob El Primo FOR FREE!
01:36
Просмотров 14 млн
OSPF Deep Dive
2:26:28
Просмотров 211 тыс.
CISSP 2024 exam changes in DETAIL!
1:40:42
Просмотров 57 тыс.
BGP Deep Dive
2:10:28
Просмотров 189 тыс.
Beginner's Guide to the Bash Terminal
1:14:37
Просмотров 2,3 млн
Codeforces Hard | Algo & Coding Stream #9
3:43:10
Просмотров 85 тыс.
OSI Model Deep Dive
31:52
Просмотров 322 тыс.