Router configuration IP address—eNSP

Case: Configure IP addresses for two routers

1. The router needs to be configured:

● RTA,192.168.1.1
● RTB,192.168.1.2

2. Steps:

1. Select two routers

insert image description here

2. Select the cable to connect the two routers

insert image description here

3. Double-click to open the router on the left - wait for ## to end - [HuaWei] appears to indicate success
4. Enter system-view, which means entering the router (only this router can be used)

Tips: Enter sy and press the Tab key to complete automatically

5. Enter interface GigabitEthernet 0/0/0 to configure the interface
6. Enter ip address+ip address to be configured+space+subnet mask

● ip address 192.168.1.1 255.255.255.0

7. The same is true for the configuration ip address of the router on the right
简写方法

① Enter sy and press the Tab key to complete automatically - Enter
② int g/0/0/0 to configure the interface
③ ip add 192.168.0.0 255.255.255.0
8.Test whether the configuration is successful: ping+ip address (test whether the two routers are connected)
● ping 192.168.1.2 ——press Enter
● Success icon
insert image description here

Guess you like

Origin blog.csdn.net/Beyonod/article/details/127400681