Patrick Denis > Cisco
Cisco
admin
September 24, 2015
Took a Course from Coursera.org and will post everything that i have learn here . Because behind all that technology there is history 🙂 So i will try to make a resume of everything related to that here .But i…
Read more
admin
September 14, 2015
Diffie-hellman Modulo Given two numbers, a (the dividend) and n (the divisor), a modulo n (abbreviated as a mod n) is the remainder from the division of a by n. For instance, the expression “7 mod 5” would evaluate…
Read more
admin
September 14, 2015
To make it simple as for the configuration you need 5 things : Crypto Policy Transform-set Access-list Defining your crypto map Applying it to the interface Example of configuration : Key Components of creating an IPSec tunnel in chronological order:…
Read more
admin
September 14, 2015
Ce document utilise la configuration réseau suivante : Remarque: Les schémas d’adressage d’IP utilisés dans cette configuration ne sont pas légalement routables sur Internet. Ce sont des adresses RFC 1918 qui ont été utilisées dans un environnement de laboratoire. Exécutez ces étapes afin…
Read more
admin
September 8, 2015
Routing protocols is based on where they are used between two solutions: Interior Gateway Protocols (IGP) Exterior Gateway Protocols (EGP) Interior Gateway Protocols : Open Shortest Path First (OSPF), Enhanced Interior Gateway Protocol (EIGRP, Cisco proprietary protocol), Intermediate System to…
Read more
admin
September 8, 2015
Static Routing IP route towards network can be reached by sending packets to a next-hop router address or local router egress interface. (config)#ip route x.x.x.x(local host or network) x.x.x.x( mask) x.x.x.x( destication ) or Interface X Static Routing with Primary and Backup route…
Read more
admin
September 8, 2015
The Longest Match Rule This form of routing is known as the destination-based routing. The process of comparing the destination IP with the prefixes int the routing table is done bit by bit if you have a tie then we go…
Read more
admin
September 7, 2015
This section here is going to be updated often so keep coming back 😛 !
admin
September 4, 2015
How could you stop prefixes not being advertised to another EIGRP neighbors without affecting the neighborship? Answer : Route Filtering ! There is 2 ways to do this : Distributions-List Redistributing with route-map This is the lab through GNS3 Route Filtering…
Read more
admin
August 25, 2015
How to choose the right Routing Protocol : Scalability: how large is the network now and how could it become ? Vendor intercoperability Will you be using only one vendor or many vendors ? Staff’s knowledge Choosing the routing protocol…
Read more