Build the simplest network system with eNSP

It is required to build the following network system:

related information:

Router command interface:
All devices are named Huawei after entering;
< > represents the current configuration mode;
different modes have different management rights, and can complete different configuration requirements; the
first level mode can view all parameters of the device;
system-view enters the next mode
[Huawei] The second level mode is used to manage devices -- rename, set names, etc.
[Huawei—? ? ? ] The third level mode Various special configuration modes
Quit Going down the stairs one by one
Help system:
? View the codes and comments that can be configured after this mode or this command.
The tab key automatically completes the word
[Huawei] interface Ethernet0/0/1 to enter an interface.

Configure ip address
[Huawei-Ethernet0/0/1] ip address 192.168.1.10 255.255.255.0
[Huawei-Ethernet0/0/1] ip address 192.168.2.3 24

display ip interface brief View interface brief information

DNS: The domain name resolution server becomes an IP address through domain name resolution. The
insert image description here
steps are as follows:
1. Open eNSP, follow the steps as shown in the figure below, and add a host.
insert image description here
2. Click in order as shown in the figure below to add a switch and connect it.
insert image description here
insert image description here
3. Click in the order of the following pictures to add a router and connect.
insert image description here
insert image description here
4. Mark the information, which is convenient for configuring the device by yourself.
insert image description here
insert image description here
5. Turn on all devices and configure related configurations.
insert image description here
insert image description here
Note: After configuration, click the application in the lower right corner
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

<Huawei>system-view 
[Huawei]interface GigabitEthernet 0/0/0
[Huawei-GigabitEthernet0/0/0]ip address 192.168.1.2 24
[Huawei-GigabitEthernet0/0/0]quit
[Huawei]interface GigabitEthernet 0/0/1
[Huawei-GigabitEthernet0/0/1]ip address 192.168.2.2 24
[Huawei-GigabitEthernet0/0/1]quit
[Huawei]display ip interface brief 

insert image description here

insert image description here
6. Add server, client, dns server, and configure.
insert image description here
insert image description here

insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

insert image description here

insert image description here

And then it's done! ! ! !

Guess you like

Origin blog.csdn.net/Zombie_QP/article/details/131822076