### 思科华为命令对照大全知识点详述 #### 第一章 VTP协议 VTP(Virtual Trunking Protocol)是一种管理整个局域网内VLAN配置的协议,它允许网络管理员在一台交换机上更新VLAN配置,并将这些更改传播到网络中的其他交换机。 - **设置VTP域名**: - **思科命令**:`Switch(config)#vtp domain(name)` - **华为命令**:`[Switch] vtp domain name` - **设置VTP模式**: - **思科命令**:`Switch(config)#vtp mode server/transparent/client` - **华为命令**:`[Switch] vtp mode {server | transparent | client}` - **设置VTP密码**: - **思科命令**:`Switch(config)#vtp password 123` - **华为命令**:`[Switch] vtp authentication password simple 123` - **设置VTP修剪**: - **思科命令**:`Switch(config)#vtp pruning` - **华为命令**:`[Switch] vtp pruning enable` - **查看VTP状态信息**: - **思科命令**:`Switch#show vtp status` - **华为命令**:`[Switch] display vtp status` - **查看VLAN信息**: - **思科命令**:`Switch#show vlan brief` - **华为命令**:`[Switch] display vlan brief` #### 第二章 STP协议 STP(Spanning Tree Protocol)是一种用于防止局域网环路的协议,通过选举根桥和根端口等机制来避免形成环路。 - **启用生成树**: - **思科命令**:`Switch(config)#spanning-tree vlan 1` - **华为命令**:`[Switch] stp enable vlan 1` - **配置根桥**: - **思科命令**:`Switch(config)#spanning-tree vlan 2 root primary/secondary` - **华为命令**:`[Switch] stp root primary` 或 `[Switch] stp root secondary` - **修改交换机优先级**: - **思科命令**:`Switch(config)#spanning-tree vlan 2 priority 8192` - **华为命令**:`[Switch] stp priority 8192` - **修改端口路径成本**: - **思科命令**:`Switch(config-if)#spanning-tree vlan 2 cost 100/19/4/2` - **华为命令**:`[Switch-GigabitEthernet0/0/1] stp cost 100` - **修改端口路径优先级**: - **思科命令**:`Switch(config-if)#spanning-tree vlan 2 port-priority 50` - **华为命令**:`[Switch-GigabitEthernet0/0/1] stp path-cost 50` - **配置快速端口**: - **思科命令**:`Switch(config-if)#spanning-tree portfast` - **华为命令**:`[Switch-GigabitEthernet0/0/1] stp edged-port enable` - **查看生成树信息**: - **思科命令**:`Switch#show spanning-tree` - **华为命令**:`[Switch] display stp` #### 第三章 三层交换机的配置 三层交换机能够实现不同VLAN之间的数据交换,相当于内置了一个路由器。 - **启动路由功能**: - **思科命令**:`switch(config)#ip routing` - **华为命令**:`[Switch] ip routing-enable` - **配置VLAN IP地址**: - **思科命令**: ```shell switch(config)#interface vlan 1 switch(config-if)#ip address 192.168.1.1 255.255.255.0 switch(config-if)#no shutdown ``` - **华为命令**: ```shell [Switch] interface vlanif 1 [Switch-Vlanif1] ip address 192.168.1.1 24 [Switch-Vlanif1] quit ``` - **查看FIB表**: - **思科命令**:`switch#show ip cef` - **华为命令**:`[Switch] display fib` - **查看邻接关系表**: - **思科命令**:`switch#show adjacency detail` - **华为命令**:`[Switch] display adjacency` - **配置路由接口**: - **思科命令**:`switch(config-if)#no switchport` - **华为命令**:`[Switch-GigabitEthernet0/0/1] undo portswitch` - **配置静态路由或动态路由**: - **思科命令**: ```shell switch(config)#ip route 192.168.10.0 255.255.255.0 192.168.1.2 ``` - **华为命令**: ```shell [Switch] ip route-static 192.168.10.0 24 192.168.1.2 ``` - **配置DHCP中继转发**: - **思科命令**:`switch(config-if)#ip helper-address 192.168.2.100` - **华为命令**:`[Switch-Vlanif2] dhcp enable` 和 `[Switch-Vlanif2] dhcp select relay` #### 解决实例:配置路由器作为DHCP服务器 - **开启DHCP服务**: - **思科命令**:`Router1(config)#service dhcp` - **华为命令**:`[Router] dhcp enable` 以上是对《思科华为命令对照大全》文档中的VTP协议、STP协议以及三层交换机配置部分的知识点进行的详细阐述。通过这些命令的对比,可以帮助网络工程师更好地理解和掌握在不同的网络设备上进行相同操作的方法。
- b880223042019-01-04东西很好,值得下载
- 粉丝: 128
- 资源: 1257
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助