Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetworkAndCo
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
Hugo Lacherez
NetworkAndCo
Commits
9f546659
Commit
9f546659
authored
2 years ago
by
Al Massati Bilal
Browse files
Options
Downloads
Patches
Plain Diff
Rangement V Finale
parent
ea2ea1e5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/procedures/procedure-reseau.md
+11
-11
11 additions, 11 deletions
docs/procedures/procedure-reseau.md
with
11 additions
and
11 deletions
docs/procedures/procedure-reseau.md
+
11
−
11
View file @
9f546659
...
...
@@ -18,7 +18,7 @@ Nommer switch
Switch>enable
Switch#conf t
Switch
#
(config)#hostname S1
Switch(config)#hostname S1
S1(config)#exit
S1#
...
...
@@ -72,7 +72,7 @@ Organisation interface vlan 3 :
S1#conf t
S1(config)#vlan 3
S1(config-vlan)#interface range fa
0/1 - 12
S1(config-vlan)#interface range fa0/1 - 12
S1(config-if-range)#switchport access vlan 3
S1(config)#exit
...
...
@@ -80,14 +80,14 @@ Organisation interface vlan 4 :
S1#conf t
S1(config)#vlan 4
S1(config-vlan)#interface range fa
0/13 - 24
S1(config-vlan)#interface range fa0/13 - 24
S1(config-if-range)#switchport access vlan 4
S1(config)#exit
Configuration trunk inter-vlan :
S1#conf t
S1(config)#interface fa
0/48
1
(
I
nterface
GE
0/0) à Routeur
S1(config)#interface fa0/48 (
i
nterface
gig
0/0) à Routeur
S1(config-if)#switchport mode trunk
S1(config-if)#no shutdown
S1(config-if)#exit
...
...
@@ -111,8 +111,8 @@ Sécuriser avec un mot de passe sur routeur :
Creation sous-interface VLAN 2 (ROUTEUR)
R1#conf t
R1(config)#interface gig
0/0.
3
R1(config-if)#encapsulation dot1Q 2
R1(config)#interface gig0/0.
1
R1(config-
sub
if)#encapsulation dot1Q 2
R1(config-subif)#ip address 192.168.40.254 255.255.255.0
R1(config-subif)#ip helper-address 192.168.40.150
R1(config-subif)#no shutdown
...
...
@@ -121,8 +121,8 @@ Creation sous-interface VLAN 2 (ROUTEUR)
Création sous-interface VLAN 3 (ROUTEUR)
R1(config)#interface gig
0/0.
1
R1(config-if)#encapsulation dot1Q 3
R1(config)#interface gig0/0.
2
R1(config-
sub
if)#encapsulation dot1Q 3
R1(config-subif)#ip address 192.168.50.254 255.255.255.0
R1(config-subif)#ip helper-address 192.168.40.150
R1(config-subif)#no shutdown
...
...
@@ -131,8 +131,8 @@ Création sous-interface VLAN 3 (ROUTEUR)
Création sous-interface VLAN 4 (ROUTEUR)
R1(config)#interface gig
0/0.
2
R1(config-if)#encapsulation dot1Q 4
R1(config)#interface gig0/0.
3
R1(config-
sub
if)#encapsulation dot1Q 4
R1(config-subif)#ip address 192.168.60.254 255.255.255.0
R1(config-subif)#ip helper-address 192.168.40.150
R1(config-subif)#no shutdown
...
...
@@ -189,7 +189,7 @@ Test :
Sur routeur 1 :
R1#conf t
R1(config)#ip nat inside source static 192.168.
4
0.254 10.0.0.1
R1(config)#ip nat inside source static 192.168.
1
0.254 10.0.0.1
### A faire sur chaque sous-interface Vlan:
...
...
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