Coles-Tech
Coles-Tech
  • 21
  • 26 141
How to Configure, Policy Based Routing
In this video, I walk you through how to configure PBR in a Cisco Router.
Like and Subscribe
#Lab #Learning #Cisco #exam300410
Configs for this Lab:
access-list 100 permit ip 192.168.1.0 0.0.0.255 192.168.100.0 0.0.0.255
!
route-map PC1-to-PC2 permit 10
match ip address 100
set ip next-hop 2.2.2.1
route-map PC1-to-PC2 permit 20
!
exit
!
interface FastEthernet0/1
ip policy route-map PC1-to-PC2
!
มุมมอง: 66

วีดีโอ

How to Configure EIGRP + Authentication on Cisco Router
มุมมอง 682 ปีที่แล้ว
In this Video I will walk you through configuring EIGRP Authentication on a Cisco Router. #CCNP #300410 #CiscoLab #ENARSI #HomeLab My commands for this Lab: Key Command: (config)#key chain MYCHAIN (config-keychain)#key 123 (config-keychain-key)#key-string cisco (config-keychain-key)#end ! Interface config: ! ip authentication mode eigrp 100 md5 ip authentication key-chain eigrp 100 MYCHAIN ! Co...
How to Configure SD WAN (Part 2) My Cisco SD WAN Home Lab
มุมมอง 1422 ปีที่แล้ว
In this video I setup my Cisco SD WAN Home Lab Part 2 #CiscoSDWAN #HomeLab #Cisco #300415ENSDWI Please Like, Subscribe and Share
How to Configure SD WAN .. My Cisco SD WAN Home Lab (Part 1)
มุมมอง 4732 ปีที่แล้ว
In this video I setup my Cisco SD WAN Home Lab Part 1 #CiscoSDWAN #HomeLab #Cisco #300415ENSDWI Please Like, Subscribe and Share
How to Configure Cisco AnyConnect VPN (CCNA Security)
มุมมอง 2452 ปีที่แล้ว
In this Video I setup Cisco AnyConnect so I can have a secure connection when working remotely #Security #CCNA #VPN #CISCOVPN Please Like and Subscribe
How to Backing Up your Cisco Router with TFTP Server
มุมมอง 502 ปีที่แล้ว
#Cisco #Homelab #CCNA #CCNP In this video I will walk you through backing up your router to a TFTP server and vice versa. Please Like and Subscribe
Configuring a New Network For my Lab Devices ( Interface & DHCP Config) ASA-5506
มุมมอง 1222 ปีที่แล้ว
In this video I setup a new network on my ASA 5506 firewall for my Lab devices. #CCNA #Security #Cisco #Homelab Here is how i configured my setup. Go to Configuration Device Setup Interfaces Select your Interface Edit it and set ip address and subnet, enable interface. Go to Device MGMT and Select DHCP Server Select the Interface you just created. Input your values: Example: Range 172.31.20.10-...
How to Configure NAT on a Cisco Router
มุมมอง 5312 ปีที่แล้ว
In this video I will walk you through configuring NAT on a Cisco Router #CCNA #Cisco # Networking If you would like to configure this lab here are the commands. ip access-list standard NAT-IP permit 192.168.1.0 0.0.0.255 ! ip nat inside source list NAT-IP interface GigabitEthernet0/0/1 overload ! ''Goes on the outside interface" ip nat outside ! "Goes on the inside interface" ip nat inside ! Co...
Cisco 2960 Switch Upgrade (via TFTP)
มุมมอง 4K3 ปีที่แล้ว
In this video, I show you how to upgrade a Cisco 2960 switch via TFTP. Enjoy!!! Like and Subscribe
Cisco ASA-5506 MGMT Interface Configuration to access (ASDM)
มุมมอง 9K3 ปีที่แล้ว
In this video, I will walk you through how to configure the management interface on a ASA 5506 so you can access the ASDM. NOTES & Configs MGMT Config interface management 1/1 ip address 192.168.10.10 255.255.255.0 security-level 100 nameif MGMT Config Allow Https for(ASDM) http server enable http 192.168.10.1 255.255.255.255 MGMT #This will be the ip address of the PC# Verify if you can ping t...
Cisco Ether-Channel Configuration (Networking Tip)
มุมมอง 1223 ปีที่แล้ว
In this video, I walk you through configuring an ether-channel on two Cisco switches. Want to try it out, here are my configs interface range g0/1 - 2 channel-group 1 mode active exit ! interface Port-channel1 switchport mode trunk !
Snmpv3 Configuration +Snmp walk with Ubuntu (Networking Tip)
มุมมอง 2.5K3 ปีที่แล้ว
In this video, I walk you through how to configure SNMPv3 on a Cisco router and complete an Snmp walk on Ubuntu. If you would like to try this out here are my configs: You will have to enable Ubuntu via PowerShell (as Admin) with the below command. {Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux} Configs: snmp-server group {GroupName} v3 priv ! snmp-server ...
Configuring a Site-2-Site VPN Tunnel (CCNA-CCNP)
มุมมอง 2173 ปีที่แล้ว
In this video, I will walk you through the configuration of a site 2 site vpn tunnel on two Cisco routers. If you would like to build out this lab in Packet Tracer here are my configs: Houston - Router interface GigabitEthernet0/1 description Link-2-Dallas ip address 1.1.1.2 255.255.255.252 duplex auto speed auto crypto map s2s ! interface GigabitEthernet0/0 ip address 192.168.200.1 255.255.255...
BGP+EIGRP Config with (Redistribution) | (CCNP TIP)
มุมมอง 8K4 ปีที่แล้ว
In this video, I will walk you through how to configure BGP and EIGRP with Redistribution. Make sure to like and Subscribe Check out my website coles-tech.com Here is the configs, I used on this lab Feel free to try it out in Packet Tracer R-0 router eigrp 100 redistribute bgp 65000 metric 10000 10 255 255 1500 network 10.50.50.0 0.0.0.255 ! router bgp 65000 bgp log-neighbor-changes no synchron...
Cisco Router Basic Config (CCNA Tip)
มุมมอง 944 ปีที่แล้ว
Today, I will walk you through setting up the Basic configs on a Cisco 2911 router. Check out my website for the Document on this config. coles-tech.com
Cisco Basic Switch Config [CCNA TIP]
มุมมอง 1134 ปีที่แล้ว
Cisco Basic Switch Config [CCNA TIP]
Static Routes on Cisco Routers
มุมมอง 234 ปีที่แล้ว
Static Routes on Cisco Routers
EIGRP Configuration (Simple as Possible)
มุมมอง 504 ปีที่แล้ว
EIGRP Configuration (Simple as Possible)
DHCP Configuration on a Cisco Router
มุมมอง 744 ปีที่แล้ว
DHCP Configuration on a Cisco Router
Configure a Cisco Router Interface
มุมมอง 784 ปีที่แล้ว
Configure a Cisco Router Interface
Ethernet Cable made fast
มุมมอง 1044 ปีที่แล้ว
Ethernet Cable made fast