实例讲解华为交换机配置基础:设定用户特权级,一个朋友托我给他解决一下华为交换机配置基础中关于设定用户特权级的问题,问询了好多人,都没有详细的答复。下面是在网上找到的一篇华为交换机配置基础的解答。
华为交换机配置基础核实Catalyst交换机上CGMP的配置情况:
catalystla1>(enable) show config
set prompt catalystla1>
set interface sc0 192.168.1.1 255.255.255.0
set cgmp enable
华为交换机配置基础CGMP离开的设置:
Dallas_SW(enable) set cgmp leave
华为交换机配置基础在设备上修改控制端口密码:
R1(config)# line console 0
R1(config-line)# login
R1(config-line)# password Lisbon
R1(config)# enable password Lilbao
R1(config)# login local
R1(config)# username student password cisco
华为交换机配置基础在设备上设置控制台及vty端口的会话超时:
R1(config)# line console 0
R1(config-line)# exec-timeout 5 10
R1(config)# line vty 0 4
R1(config-line)# exec-timeout 5 2
华为交换机配置基础在设备上设定特权级:
R1(config)# privilege configure level 3 username
R1(config)# privilege configure level 3 copy run start
R1(config)# privilege configure level 3 ping
R1(config)# privilege configure level 3 show run
R1(config)# enable secret level 3 cisco
华为交换机配置基础使用命令privilege 可定义在该特权级下使用的命令:
router(config)# privilege mode level level command
华为交换机配置基础设定用户特权级:
router(config)# enable secret level 3 dallas
router(config)# enable secret san-fran
router(config)# username student password cisco