Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetHub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Valentin Claisse
NetHub
Commits
57a3076b
Commit
57a3076b
authored
2 years ago
by
Djouadar Mohammad
Browse files
Options
Downloads
Patches
Plain Diff
Ajout des 2 premiers fichiers
parent
76fe34f7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Revue PRojet.odt
+0
-0
0 additions, 0 deletions
Revue PRojet.odt
procedure.md
+152
-0
152 additions, 0 deletions
procedure.md
with
152 additions
and
0 deletions
Revue PRojet.odt
0 → 100644
+
0
−
0
View file @
57a3076b
File added
This diff is collapsed.
Click to expand it.
procedure.md
0 → 100644
+
152
−
0
View file @
57a3076b
# Procedure
Architecture :
Routeur 1 (Interface GE 0/0) à Routeur 2( Interface GE 0/0)
Switch 1 ( interface GE 0/1 ) à Routeur 1 ( interface GE 0/1 )
Switch 2 ( interface GE 0/1 ) à Routeur 2 ( interface GE 0/1 )
## Switch
Switching (Version : Switch 2960) :
Nommer switch
hostname S1
Sécurisé avec mot de passe sur switch :
conf t
enable password "mot de passe"
exit
Création VLAN 10:
vlan 10
name Comptabilite
exit
Création VLAN 20:
vlan 10/20
name Production
exit
Création VLAN 30:
vlan 10/20/30
name Direction
exit
Organisation interface vlan 10
interface range fa 0/1 - 6
switchport acces vlan 10
exit
Organisation interface vlan 20
interface range fa 0/7 - 12
switchport acces vlan 20
exit
Organisation interface vlan 30
interface FA 0/24
switchport acces vlan 30
exit
Configuration trunk inter-vlan
interface gig 0/1
switchport mode trunk
no shutdown
## Routeur
Nommer routeur
hostname R1
Creation sous-interface VLAN 10
enable
conf t
interface gig 0/1.1
encapsulation dot1Q 10
ip address 192.168.10.254 255.255.255.0
no shutdown
exit
Creation sous-interface VLAN 20
enable
conf t
interface gig 0/1.2
encapsulation dot1Q 20
ip address 192.168.20.254 255.255.255.0
no shutdown
exit
Creation sous-interface VLAN 30
enable
conf t
interface gig 0/1.3
encapsulation dot1Q 30
ip address 192.168.30.254 255.255.255.0
no shutdown
exit
Activation interface
interface giga 0/1
no shutdown
Test :
Ping inter vlan
## Configuration inter-routage // procédure à faire sur le routeur 1
config t
router rip
network 192.168.10.0
network 192.168.20.0
network 192.168.30.0
network 192.168.40.0
network 192.168.50.0
network 192.168.60.0
exit
interface gig0/0
ip address 10.0.0.1 255.0.0.0
no shutdown
## Configuration inter-routage // procédure à faire sur le routeur 2
config t
router rip
network 192.168.10.0
network 192.168.20.0
network 192.168.30.0
network 192.168.40.0
network 192.168.50.0
network 192.168.60.0
exit
interface gig0/0
ip address 10.0.0.2 255.0.0.0
no shutdown
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment