部分来自百度知道。
实验一 计算机和交换机基本设置
添加一个交换机,一个计算机,双击交换机,进入终端配置:
<Quidway>system 进入特权模式
password:
[Quidway]sysname S3026 配置系统名为S3026
[S3026]super password 111 配置超级用户密码
[S3026]user-interface vty 0 4 进入远程登陆配置模式
[S3026-ui-vty0-4]authentication-mode password 远程登陆使用密码认证
[S3026-ui-vty0-4]set authentication-mode password simple 222 设置密码
[S3026-ui-vty0-4]user privilege level 3 用户权限级别为3(超级用户)
[S3026-ui-vty0-4]quit 退出该模式
[S3026]quit 退出特权模式
<S3026>sys
password:111
[S3026]display currect-config (打错了 display current...)
[S3026]dis curr 显示当前配置
[S3026]vlan 2 进入vlan1 @1######注意和@2对比###############
[S3026-vlan2]port ethernet0/2 把端口e0/2设置到vlan1
[S3026-vlan2]port e0/4 to et0/6 把端口e0/4 0/5 0/6设置到vlan1
[S3026-vlan2]quit
[S3026]dis vlan
[S3026]int e0/3 进入端口e0/3 #int---interface#
[S3026-Ethernet1]port access vlan 1 把该端口分配到vlan1
[S3026-Ethernet1]quit
[S3026]dis vlan
[S3026]dis curr
[S3026]interface vlan 1 进入vlan1端口 @2#######注意和@1对比################
[S3026-Vlan-interface1]ip address 10.65.1.8 255.255.0.0 配置Ip
[S3026-Vlan-interface1]quit
[S3026]ip route-static 0.0.0.0 0.0.0.0 10.65.1.2 配置默认路由
[S3026]ip default-gateway 10.65.1.2 配置默认网关
[S3026]dis curr
[S3026]save 保存配置
###################user-interface vty 0 4 #######################
路由器上有5个VTY口 vty --- virtual type terminal
#############################################################################
powercfg -h on -----开启win7睡眠模式
####################user privilege level 3 ###################################
privilege 特权
设置用户级别,那3表示什么?一共又多少个级别?每个级别各有什么权限?
0
参观
ping、tracert、telnet、rsh、super、language-mode、display、quit
1
监控
0级命令、msdp-tracert、mtracert、reboot、reset、send、terminal、undo、upgrade、debugging
2
系统
所有配置命令(管理级的命令除外)和0、1级命令
3
管理
所有命令
本文出自 “重出江湖” 博客,谢绝转载!