————————————————
上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: 配置静态路由命令 ip route-static 目标网络 子网掩码/前缀 下一跳/出接口 配置浮动静态路由实现路由备份(网络冗余) ip route-static 192.168.20.0 24 10.0.12.2 preference 100 设置备份路由并将优先级设置为100 display 阅读全文
posted @ 2022-10-10 17:37 Tjane'Blogs 阅读(749) 评论(0) 推荐(0)
摘要: 配置Eth-Trunk 1聚合链路 interface Eth-Trunk 1 创建Eth-Trunk 1 接口 mode manual load-balance 指定为手工负载分担模式 int g0/0/1 进入接口 eth-trunk 1 将接口g0/0/1加入到Eth-Trunk 1接口 di 阅读全文
posted @ 2022-10-10 17:32 Tjane'Blogs 阅读(2976) 评论(0) 推荐(0)
摘要: GVRP基础配置 int G0/0/1 port link-type trunk 配置接口类型为trunk port trunk allow-pass vlan all 允许所有VLAN通过 int e0/0/1 port link-type access 配置接口类型为access port de 阅读全文
posted @ 2022-10-10 17:30 Tjane'Blogs 阅读(249) 评论(0) 推荐(0)
摘要: STP配置和选路规则 stp enable 在交换机上启用STP stp mode stp dis stp 查看stp配置 dis stp brief 查看接口摘要信息 stp priority 4096 修改交换机优先级为4096 stp root primary 设置交换机为主根交换机 stp 阅读全文
posted @ 2022-10-10 17:29 Tjane'Blogs 阅读(2335) 评论(0) 推荐(1)
摘要: 划分vlan vlan 10 划分Vlan10 vlan batch 30 40 同时创建vlan30和40 dispaly vlan 查看vlan信息 int e0/0/1 进入某一个接口 port link-type access 配置接口类型为access port default vlan 阅读全文
posted @ 2022-10-10 17:26 Tjane'Blogs 阅读(2086) 评论(0) 推荐(0)
摘要: 配置SFTP Server与Client server:aaa 进入aaa视图 local-user huawei2 password cipher huawei2 设置用户名和密码 local-user huawei2 service-type ssh 配置本地用户的接入类型为ssh local- 阅读全文
posted @ 2022-10-10 17:24 Tjane'Blogs 阅读(711) 评论(0) 推荐(0)
摘要: ssh client first-time enable 开启首次认证功能不对ssh服务器的RSA公钥进行有效性验证 stelnet 10.1.1.2 登陆R2 sys 进入到R2的系统视图 display ssh server session 查看ssh服务器端的当前会话连接信息 阅读全文
posted @ 2022-10-10 17:20 Tjane'Blogs 阅读(227) 评论(0) 推荐(0)
摘要: 配置SSH server:rsa local-key-pair create 生成本地RSA主机密钥对 display rsa local-key-pair public 查看本地密钥对中的公钥信息 user-interface vty 0 4 进入VTY用户视图 authentication-mo 阅读全文
posted @ 2022-10-10 17:18 Tjane'Blogs 阅读(328) 评论(0) 推荐(0)
摘要: user-interface vty 0 4 进入0~4前五个的VTY用户界面进行整体配置 authentication-mode password 设置验证方式为密码 user privilege level 3 设置用户登陆级别 aaa 进入aaa视图 local-user admin pass 阅读全文
posted @ 2022-10-10 17:16 Tjane'Blogs 阅读(340) 评论(0) 推荐(0)
摘要: dispaly version 显示系统软件版本及硬件信息 system-view 切换到系统视图 quit 返回 interface +接口 进入接口视图 ip address +IP +mask 配置IP和子网掩码 return 返回用户视图 <Ctrl+Z> 返回用户视图 sysname R1 阅读全文
posted @ 2022-10-10 17:13 Tjane'Blogs 阅读(871) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 下一页