Static router experiment

               HCIA第三天

[Huawei]display ip interface brief //View device interface summary information
Interface IP Address/Mask Physical Protocol
GigabitEthernet0/0/0 1.1.1.1/24 up up
GigabitEthernet0/0/1 12.1.1.1/24 up up
GigabitEthernet0/0/2 unassigned down down

Physical: Indicates whether the interface can recognize the current.
Protocol: Indicates whether the interface can transmit data down--
cannot
be up--can

Interface configuration IP address:
[Huawei]interface GigabitEthernet 0/0/0 //Enter interface
[Huawei-GigabitEthernet0/0/0]ip address 192.168.1.1 24 //Configure IP address
[Huawei-GigabitEthernet0/0/0]undo ip address //Delete IP address

 [Huawei]display ip routing-table    ![在这里插入图片描](https://img-blog.csdnimg.cn/20191031000653785.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTgwMjY4Ng==,size_16,color_FFFFFF,t_70)![在这里插入图片描述](https://img-blog.csdnimg.cn/20191030234922551.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTgwMjY4Ng==,size_16,color_FFFFFF,t_70)

Guess you like

Origin blog.csdn.net/weixin_45802686/article/details/102829761