如何通过console口连接到交换机,并查看配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何通过console口连接到交换机,并查看配置相关的知识,希望对你有一定的参考价值。
要PC通过console口连接到交换机,并查看配置,首先需要一根RS23转RG45调试线,然后操作步骤如下:
1、先用调试线连接PC和交换机,调试线一头接PC串口,一头接交换机CONSOLE接口
2、打开系统自带的超级终端(win7及以上系统需要下载)。运行超级终端程序,连接口设置com1(看连在哪个口,如果是COM2就设置成COM2,在电脑属性-设备管理器里查看)。
位率选择9600(一般是这个,如果更改了,就选择和更改一样的数值)
3、这样就登录到交换机设置界面了,输入用户名和密码登录(没设置是直接登录)
4、在设置界面输入以下命令
system
display current-configuration
就可以查看交换机当前配置信息了
1、先用调试线连接PC和交换机,调试线一头接PC串口,一头接交换机CONSOLE接口。
2、打开系统自带的超级终端(win7及以上系统需要下载)。运行超级终端程序,连接口设置com1,位率选择9600。
3、这样就登录到交换机设置界面了,输入用户名和密码登录(没设置是直接登录)
4、在设置界面输入以下命令
system
display current-configuration
华为6505交换机 组播怎么配置
华为6505配置:
1. 组网需求
Lanswitch1通过接口Vlan-interface 10连接到Multicast Source(组播源);通过接口Vlan-interface 11连接到Lanswitch2;通过接口Vlan-interface 12连接到Lanswitch3。通过运行PIM-DM,在RECEIVER 1、RECEIVER 2与Multicast Source间实现组播。
2. 组网图
3. 配置步骤
只列出Lanswitch1的配置步骤,Lanswitch2、Lanswitch3类同。
# 启动组播路由协议。
system-view
[H3C] multicast routing-enable
# 在接口上启动IGMP和PIM-DM协议。
[H3C] vlan 10
[H3C-vlan10] port Ethernet 1/0/2 to Ethernet 1/0/3
[H3C-vlan10] quit
[H3C] vlan 11
[H3C-vlan11] port Ethernet 1/0/4 to Ethernet 1/0/5
[H3C-vlan11] quit
[H3C] vlan 12
[H3C-vlan12] port Ethernet 1/0/6 to Ethernet 1/0/7
[H3C-vlan12] quit
[H3C] interface Vlan-interface 10
[H3C-Vlan-interface10] ip address 1.1.1.1 255.255.0.0
[H3C-Vlan-interface10] igmp enable
[H3C-Vlan-interface10] pim dm
[H3C-Vlan-interface10] quit
[H3C] interface Vlan-interface 11
[H3C-Vlan-interface11] ip address 2.2.2.2 255.255.0.0
[H3C-Vlan-interface11] pim dm
[H3C-Vlan-interface11] quit
[H3C] interface Vlan-interface 12
[H3C-Vlan-interface12] ip address 3.3.3.3 255.255.0.0
[H3C-Vlan-interface12] pim dm
http://support.huawei.com/support/pages/kbcenter/view/product.do?actionFlag=detailProductSimple&web_doc_id=SC0000411369&doc_type=ProductManual&doc_type=ProductManual/support/pages/kbcenter/view/product.do?actionFlag=detailProductSimple&web_doc_id=SC0000411369&doc_type=ProductManual
以上是关于如何通过console口连接到交换机,并查看配置的主要内容,如果未能解决你的问题,请参考以下文章