华为eNSP和本地连接桥接.doc
文本预览下载声明
启动eNSP,拖出一个云
双击云,进行设置
单击增加
然后再选择绑定信息,选择本地连接后(当然你也可以桥接其他的,原理一样),再单击增加
结果如下图:
选择端口类型、入端口编号和出端口编号
在把双向通道勾上,单击增加,结果如下图:
这就是对云的设置了,可以关闭云的设置页面了。
接下来拖出一台路由器,跟云连接起来,启动设备。
给路由器接口配置IP地址
Huaweisystem-view
[Huawei]interface Ethernet 0/0/0
[Huawei-Ethernet0/0/0]undo portswitch
[Huawei-Ethernet0/0/0]ip address 192.168.1.111 24
[Huawei-Ethernet0/0/0]q
[Huawei]
这里的IP地址与你本机的IP地址处于同一个网段,此时我们测试一下
在路由器上设置一下telnet登录
Huaweisys
[Huawei]aaa
[Huawei-aaa]local-user A password cipher 123456
[Huawei-aaa]local-user A privilege level 3
[Huawei-aaa]q
[Huawei]user-interface maximum-vty 15
[Huawei]user-interface vty 0 14
[Huawei-ui-vty0-14]authentication-mode aaa
[Huawei-ui-vty0-14]q
[Huawei]q
Huaweisave
The current configuration will be written to the device.
Are you sure to continue? (y/n)[n]:y
It will take several minutes to save configuration file, please wait.........
Configuration file had been saved successfully
Note: The configuration file will take effect after being activated
Huawei
输入正确的用户名和密码后就可以登录进行配置和管理了。
显示全部