File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This is a simple documentation for Network Lab course of `University of Guilan`_
17
17
.. _University of Guilan : https://guilan.ac.ir
18
18
.. _Aryan Ebrahimpour : https://avestura.dev
19
19
20
+
20
21
==================
21
22
Contributions
22
23
==================
@@ -26,4 +27,4 @@ link on top of each page to improve these pages.
26
27
27
28
You may need `Sphinx `_ docs if you are not familiar with reStucturedText.
28
29
29
- .. _Sphinx : http://www.sphinx-doc.org
30
+ .. _Sphinx : http://www.sphinx-doc.org
Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ Config do ping x.x.x.x ``do ping 192.16
40
40
Save or Show configs
41
41
^^^^^^^^^^^^^^^^^^^^^
42
42
If you are in **Normal ** mode, simply type ``show running-config `` to show the current config, and
43
- ``save running-config startup-config `` to save the commands for next start.
43
+ ``copy running-config startup-config `` to save the configs for next start.
44
44
45
45
If you are in **Config ** mode, put a ``do `` prefix before those commands::
46
46
47
47
R1# ping 192.168.1.1
48
48
R1# show running-config
49
- R1# save running-config startup-config
49
+ R1# copy running-config startup-config
50
50
51
51
R1(config)# do ping 192.168.1.1
52
52
R1(config)# do show running-config
53
- R1(config)# do save running-config startup-config
53
+ R1(config)# do copy running-config startup-config
54
54
55
55
^^^^^^^^^^^^^^^^^
56
56
Config interfaces
@@ -117,4 +117,4 @@ ping x.x.x.x Pings an IP address ``ping 192.168.1
117
117
save Saves the configs of the VPC ``save ``
118
118
ip x.x.x.x/y z.z.z.z Sets IP, Subnet mask and Gateway ``ip 192.168.1.2/24 192.168.1.1 ``
119
119
ip dhcp Gets the IP from DHCP server ``ip dhcp ``
120
- =========================== ================================= ==================================
120
+ =========================== ================================= ==================================
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ Configuration
25
25
^^^^^^^^^^^^^^^^^^^
26
26
.. note :: Becuase configuration of the interfaces and VPCs IPs are similar to the previous projects,
27
27
I simply just write the routing codes.
28
+
29
+ .. warning :: The area number of the backbone area should be lower than others,
30
+ it won't work otherwise. In this project it is area 0.
28
31
29
32
-------------------------
30
33
Routers config
@@ -76,4 +79,4 @@ Routers config
76
79
View Connection details
77
80
-------------------------
78
81
79
- Use ``sh ip route `` and ``sh ip protocol `` to see the routes and connection details.
82
+ Use ``sh ip route `` and ``sh ip protocol `` to see the routes and connection details.
You can’t perform that action at this time.
0 commit comments