You are on page 1of 10

République Tunisienne

Ministère de l’Enseignement Supérieur et de la Recherche Scientifique


Université de Carthage
Institut National des Sciences Appliquées et de Technologie

Compte Rendu
TP N°1 : Configuring ASA Basic Settings and Firewall Using CLI

Réalisé par : Loukil Heni et Guedhami Hamdi

Filière : Réseaux Informatiques et Télécommunication


Année : 3 Groupe : 2

Année universitaire : 2021/2022


2
Preconfiguration:
Préembule 1: Préparation d’un routeur C1941

3
4
5
6
Préambule2: Ajout d’une interface serial

7
Part 1: Basic Router/Switch/PC Configuration

Step 1: Configure basic settings for routers and switches

8
Step 2: Configure static routing on the routers

A- What is the definition of a static route ?


Static routes, which define explicit paths between two routers, cannot be automatically updated; you must manually
reconfigure static routes when network changes occur. Static routes use less bandwidth than dynamic routes.

-How a static route is configured a Cisco router ?


Configure the ip route next-hop-enable-default command to resolve other static routes through the default route. You
may also configure recursive lookup to resolve the next hop.
Ex: device(config)# ip route 0.0.0.0 0.0.0.0 10.24.4.1 // The example creates a default route through IP address 10.24.4.1

- R1(config)# ip route 0.0.0.0 0.0.0.0 Serial0/0/0 :Correct


- R3(config)# ip route 0.0.0.0 0.0.0.0 Serial0/0/1: Correct
Autre méthode :
device(config)# ip route next-hop-enable-default

9
B-

Step 3: Enable the HTTP server and configure a user account, encrypted passwords, and crypto keys
for SSH

10

You might also like