》Huawei-R&S-网络工程师实验笔记20190524-VRP的系统、接口视图下基本操作(重命名、配置IP、VLAN接口、双工模式、console口)

》》实验开始,先上拓扑图参考:

本次实验使用 Huawei eNSP、Wireshark、Oracle VM VirtualBox 等工具,并开启了左侧分支网络的设备。以下将全部使用代码展示实验过程和理解:

The device is running!     //设备已启动

<Huawei>sy
<Huawei>system-view //进入系统视图管理
Enter system view return user view with Ctrl+Z.
[Huawei]dis
[Huawei]display version //查看设备版本信息
Huawei Versatile Routing Platform Software
VRP (R) software Version 5.110 (S5700 V200R001C00)
Copyright (c) - HUAWEI TECH CO. LTD
Quidway S5700-28C-HI Routing Switch uptime is week day hour minutes
[Huawei]sy
[Huawei]sysname SW1 //设备改名为SW1
May ::-: SW1 DS//DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.
.191.3. configurations have been changed. The current change number is the change
loop count is and the maximum number of records is .
[SW1]int
[SW1]interface g0// //进入接口视图管理,本次选用GigabitEthernet0/0/1接口
[SW1-GigabitEthernet0//]shutdown //关闭GigabitEthernet0/0/1接口
May ::-: SW1 %%01PHY//PHY(l)[]:
GigabitEthernet0//: change status to down //G0/0/1接口已成功关闭
May ::-: SW1 DS//DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.
.191.3. configurations have been changed. The current change number is the change
loop count is and the maximum number of records is .
[SW1-GigabitEthernet0//]undo shut
[SW1-GigabitEthernet0//]undo shutdown //重新开启(取消关闭)GigabitEthernet0/0/1接口
[SW1-GigabitEthernet0//]
May ::-: SW1 %%01PHY//PHY(l)[]: GigabitEthernet0//: change status to up
May ::-: SW1 DS//DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.
.191.3. configurations have been changed. The current change number is the change loop count
is and the maximum number of records is . [SW1-GigabitEthernet0//]ip address 10.1.1.1 //为GigabitEthernet0/0/1接口配置IP地址
^
Error: Unrecognized command found at '^' position. //提示IP地址配置失败,因为这是一个二层接口。虽然可以通过以下命令
interface GigabitEthernet0/0/1
undo portswitch
把2层接口变成3层接口,但只能在真机上支持该命令,模拟器执行命令后没有效果,配置IP地址还是会报错的。尽管在物理接口上我们不能配置IP地址,
可以考虑使用vlan接口。非常不推荐 把2层接口变为3层接口,那样会让广播域增加太多。
[SW1-GigabitEthernet0//]quit //回退到系统视图[SW1]
[SW1]int
[SW1]interface vlanif //进入vlan1接口配置
[SW1-Vlanif1]ip address 10.1.1.1 //为vlan1接口配置IP地址
[SW1-Vlanif1]
May ::-: SW1 %%01IFNET//lixxxxnk_STATE(l)[]:The line protocol IP
on the interface Vlanif1 has entered the UP state. //vlan1接口配置IP地址成功,该命令也侧面验证了设备支持3层功能
May ::-: SW1 DS//DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.
.191.3. configurations have been changed. The current change number is the change
loop count is and the maximum number of records is . [SW1]vlan //新配置vlan10接口
May ::-: SW1 DS//DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.
.191.3. configurations have been changed. The current change number is the c
hange loop count is and the maximum number of records is .
[SW1-vlan10]int
[SW1-vlan10]interface vlanif //进入vlan10接口配置
[SW1-Vlanif10]ip add
[SW1-Vlanif10]ip address 10.1.10.1 //为vlan10接口配置IP地址
May ::-: SW1 DS//DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.
.191.3. configurations have been changed. The current change number is the change loop
count is and the maximum number of records is .
[SW1-Vlanif10]q //回退到系统视图[SW1]
[SW1]display ip interface brief     //查看所有接口的配置情况
*down: administratively down //该指示符表示“已被管理员关闭”
^down: standby
(l): loopback //环回
(s): spoofing //欺骗
The number of interface that is UP in Physical is
The number of interface that is DOWN in Physical is
The number of interface that is UP in Protocol is
The number of interface that is DOWN in Protocol is Interface IP Address/Mask Physical Protocol
MEth0// unassigned down down
NULL0 unassigned up up(s)
Vlanif1 10.1.1.1/ up up //up表示“已开启”
Vlanif10 10.1.10.1/ down down //down表示“已关闭”
[SW1] [SW1]display interface g0// //查看GigabitEthernet0/0/1接口配置情况
GigabitEthernet0// current state : UP
Line protocol current state : UP
Descxxxxription:
Switch Port PVID : TPID : (Hex) The Maximum frxxxxame Length is
IP Sending frxxxxames' Format is PKTFMT_ETHNT_2 Hardware address is 4c1f-cc00-4dd0
Last physical up time : -- :: UTC-:
Last physical down time : -- :: UTC-:
Current system time: -- ::-:
Hardware address is 4c1f-cc00-4dd0 //设备MAC地址
Last seconds input rate bytes/sec packets/sec
Last seconds output rate bytes/sec packets/sec
Input: bytes packets
Output: bytes packets
Input:
Unicast: packets Multicast: packets
Broadcast: packets
Output:
Unicast: packets Multicast: packets
Broadcast: packets
Input bandwidth utilization : %
Output bandwidth utilization : %
[SW1]
[SW1]int g0//     //进入G0/0/1接口管理
[SW1-GigabitEthernet0//]duplex full //将G0/0/1接口配置为“全双工”模式,避免因异品牌异型号设备“自协商”而无法连接相通的情况
Error: Please undo negotiation auto first. //提示错误,一般默认“自动协商”模式
[SW1-GigabitEthernet0//]undo negotiation auto //取消“自动协商”模式(先取消,再修改双工模式)
[SW1-GigabitEthernet0//]
May ::-: SW1 DS//DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.
.191.3. configurations have been changed. The current change number is the
change loop count is and the maximum number of records is .
[SW1-GigabitEthernet0//]duplex ? //?查询接口工作模式(单工、半双工、全双工)
full Full-Duplex mode
half Half-Duplex mode [SW1-GigabitEthernet0//]duplex full //重新配置“全双工”模式
[SW1-GigabitEthernet0//]
May ::-: SW1 DS//DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.
.191.3. configurations have been changed. The current change number is the
change loop count is and the maximum number of records is .
[SW1-GigabitEthernet0//]q //回退到系统视图[SW1]
[SW1]q //回退到用户视图<SW1>
<SW1>q User interface con0 is available //退出console管理

Huawei-R&S-网络工程师实验笔记20190524-VRP的系统、接口视图下基本操作的更多相关文章

  1. Huawei-R&S-网络工程师实验笔记20190525-设备登录、VRP基本配置、文件系统

    >Huawei-R&S-网络工程师实验笔记20190525-设备登录.VRP基本配置.文件系统(环回接口.telnet远程.AAA登录.命令行.时钟.banner.文件目录) >& ...

  2. Huawei-R&S-网络工程师实验笔记20190530-FTP上传下载、STelnet登录、SFTP登录

    >Huawei-R&S-网络工程师实验笔记20190530-FTP上传下载.STelnet登录.SFTP登录 >>实验开始,参考<Huawei-R&S-网络工程 ...

  3. Huawei-R&S-网络工程师实验笔记20190527-华为设备密码重置、设置web管理

    >Huawei-R&S-网络工程师实验笔记20190527-华为设备密码重置.设置web管理 >>实验开始(使用SecureCRT 等工具软件): 一.华为设备密码重置,通过 ...

  4. Huawei-R&S-网络工程师实验笔记20190607-STP生成树协议(基本配置、桥优先级、根桥选举、根端口、路径开销、边缘端口)

    >Huawei-R&S-网络工程师实验笔记20190607-STP生成树协议(基本配置.桥优先级.根桥选举.根端口.路径开销.边缘端口) >>实验开始,先上拓扑图参考: &l ...

  5. Huawei-R&S-网络工程师实验笔记20190615-IP基础(AR201上配置IP)

    >Huawei-R&S-网络工程师实验笔记20190615-IP基础(AR201上配置IP) >>实验开始,先上拓扑图参考: >>>一般正常配置IP操作如下 ...

  6. Huawei-R&S-网络工程师实验笔记20190609-VLAN划分综合(Hybrid端口)

    >Huawei-R&S-网络工程师实验笔记20190609-VLAN划分综合(Hybrid端口) >>实验开始,先上拓扑图参考: >>>实验目标:分别实现主 ...

  7. Huawei-R&S-网络工程师实验笔记20190609-VLAN划分综合(Access和Trunk端口)

    >Huawei-R&S-网络工程师实验笔记20190609-VLAN划分综合(Access和Trunk端口) >>实验开始,先上拓扑图参考: >>>实验目标 ...

  8. Huawei-R&S-网络工程师实验笔记20190608-VLAN划分基础(基于端口、MAC地址、子网地址、协议)

    >Huawei-R&S-网络工程师实验笔记20190608-VLAN划分基础(基于端口.MAC地址.子网地址.协议) >>实验开始,先上拓扑图参考: 一.基于端口划分VLAN ...

  9. 【Android 应用开发】Android 网络编程 API笔记 - java.net 包相关 接口 api

    Android 网络编程相关的包 : 9 包, 20 接口, 103 类, 6 枚举, 14异常; -- Java包 : java.net 包 (6接口, 34类, 2枚举, 12异常); -- An ...

随机推荐

  1. 速度上手LM4F LaunchPad 输出多路PWM波

    最近转战到TI的Cortex M4平台后,发现网上关于TI的LM4F120 Launchpad 资料太少了,而且其中大部分都是TI员工或者其合作伙伴提供的,例程太少,导致新手上手很慢. 我只是要实现几 ...

  2. 将canvas画布内容转化为图片(toDataURL(),创建url)

    将canvas画布内容转化为图片(toDataURL(),创建url) 总结 1.现在的浏览器都支持右键另存为图片的方法来将canvas画布内容转化为图片 2.在代码里面可以通过toDataURL() ...

  3. PCB ODB++(Gerber)图形绘制实现方法

    这里讲解一下用net解析PCB图形绘制实现方法 一.解析PCB图形绘制实现 解析PCB图形,说简单也非常简单,先说一下,PCB Gerber图形由:点,线,弧,铜皮,文字 5类元素组成,通常简写为:P ...

  4. Unity 图形学 基础知识总结

    1. 渲染流水线     三大块:应用阶段,几何阶段,光栅化阶段                       渲染图元   顶点信息    GPU流水线     顶点数据=>     顶点着色器 ...

  5. Behavior Designer扩展

    BehaviorManager.instance.Tick(behaviorTree); 卸载update里u3d直接卡死 = = SharedVariable直接赋值会改变他的引用关系,必须用XXX ...

  6. Gym - 101972B Arabella Collegiate Programming Contest (2018) B. Updating the Tree 树DFS

    题面 题意:T组数据,每次给你1e5个点的树(1为根),每个点有一权值,询问1-n每个节点的子树中, 至少修改几个点的权值(每次都可以任意修改),才能让子树中任意2点的距离==他们权值差的绝对值 无解 ...

  7. 24Pointgame-----24点游戏

    题意简单     第一行是  测试数据有几组   然后分别有  几行  第一个数字是  有几个数字  第二个是 需要配出来的数字 下面附上我的代码   ---   我感觉 我这个代码 和其他人的都不一 ...

  8. 【百度之星】-IP聚合

    问题描述: Problem Description 当今世界,网络已经无处不在了,小度熊由于犯了错误,当上了度度公司的网络管理员,他手上有大量的 IP列表,小度熊想知道在某个固定的子网掩码下,有多少个 ...

  9. mybatis中打印sql语句

    在mybatis-config.xml中properties节点下,配置一个settings节点 <settings> <setting name="cacheEnable ...

  10. conda python虚拟环境

    #查看已安装的python包 conda list #查看当前有哪些虚拟环境 conda env list 或者 conda info -e #更新conda conda update conda # ...