Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
danet
Open Edu Materials
Commits
d596178f
Commit
d596178f
authored
Jun 07, 2021
by
Martin Stiemerling
💬
Browse files
Add new file
parent
a68c3376
Pipeline
#73696
passed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
danetro/Exercises/README.md
0 → 100644
View file @
d596178f
# Übungen
## Zuweisung von IP-Adressen
graph {
layout=dot;
label="Internetworking Lab Topology";
r1 [label="Router 1", shape="octagon"];
r2 [label="Router 2", shape="octagon"];
r3 [label="Router 3", shape="octagon"];
internet[label="WAN", shape="doubleoctagon"];
internet -- r2[style="dotted", label="WAN <--> r2wan0"];
r1 -- r2[label="r1wan0 <--> r2wan1"];
r2 -- r3[label="r2wan2 <--> r3wan0"];
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment