首页 > Web开发 > 详细

不同品牌交换机设置telnet方法

时间:2017-12-28 10:38:05      阅读:284      评论:0      收藏:0      [点我收藏+]

H3C交换机:
1、设置telnet
system-view
super password level 3 cipher ******
telnet server enable
user-interface vty 0 4
set authentication password cipher ******
user privilege level 3

2、配置接口为trunk
system-view
interface GigabitEthernet 1/0/28 --根据实际口来定
port link-type trunk
port trunk permit vlan all --根据实际来定

3、一次配置多个端口属性
system-view
port-group manual [port-group-name]
group-member [interface-list]
port link-type access
port access vlan

4、增加静态路由
ip route-static 0.0.0.0 0.0.0.0 172.30.80.254


华为交换机:
1、配置Telnet
telnet server enable
user-interace vty 0 4
protocol inbound telnet
authentication-mode aaa
quit
aaa
local-user admin password irreversible-cipher ******
local-user admin privilege level 15

2、配置端口聚合
interace eth-trunk 1
port link-type trunk
port trunk allow-pass vlan 10
mode lacp
quit
interace G0/0/1
eth-trunk 1
quit
interace G0/0/2
eth-trunk 1
quit

不同品牌交换机设置telnet方法

原文:https://www.cnblogs.com/yhfssp/p/8133848.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!