Skip to content

Commit be020e1

Browse files
committed
2 parents 13e824d + 76f902e commit be020e1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

docs/source/About/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This is a simple documentation for Network Lab course of `University of Guilan`_
1717
.. _University of Guilan: https://guilan.ac.ir
1818
.. _Aryan Ebrahimpour: https://avestura.dev
1919

20+
2021
==================
2122
Contributions
2223
==================
@@ -26,4 +27,4 @@ link on top of each page to improve these pages.
2627

2728
You may need `Sphinx`_ docs if you are not familiar with reStucturedText.
2829

29-
.. _Sphinx: http://www.sphinx-doc.org
30+
.. _Sphinx: http://www.sphinx-doc.org

docs/source/Fundamentals/Basics.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ Config do ping x.x.x.x ``do ping 192.16
4040
Save or Show configs
4141
^^^^^^^^^^^^^^^^^^^^^
4242
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.
4444

4545
If you are in **Config** mode, put a ``do`` prefix before those commands::
4646

4747
R1# ping 192.168.1.1
4848
R1# show running-config
49-
R1# save running-config startup-config
49+
R1# copy running-config startup-config
5050

5151
R1(config)# do ping 192.168.1.1
5252
R1(config)# do show running-config
53-
R1(config)# do save running-config startup-config
53+
R1(config)# do copy running-config startup-config
5454

5555
^^^^^^^^^^^^^^^^^
5656
Config interfaces
@@ -117,4 +117,4 @@ ping x.x.x.x Pings an IP address ``ping 192.168.1
117117
save Saves the configs of the VPC ``save``
118118
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``
119119
ip dhcp Gets the IP from DHCP server ``ip dhcp``
120-
=========================== ================================= ==================================
120+
=========================== ================================= ==================================

docs/source/RoutingAlgorithms/OSPF.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Configuration
2525
^^^^^^^^^^^^^^^^^^^
2626
.. note:: Becuase configuration of the interfaces and VPCs IPs are similar to the previous projects,
2727
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.
2831

2932
-------------------------
3033
Routers config
@@ -76,4 +79,4 @@ Routers config
7679
View Connection details
7780
-------------------------
7881

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.

0 commit comments

Comments
 (0)