HCIE-VRP操作
HCIE-VRP操作
状态信息查询
1.显示系统版本
display version
2.显示已连接的终端用户
display users
3.显示当前视图的运行配置
display this
4.显示设备所有状态信息
display diagnostic-information
文件操作命令
1.显示文件的内容:more
2.拷贝文件:copy
3.移动文件:move
4.重新命名文件:rename
5.删除文件:delete
6.彻底删除文件:reset recycle-bin
7.恢复删除文件:undelete
配置文件管理
1.查看当前已保存的路由器配置
display saved-configurateion
2.查看当前的路由器配置
display current-configuration
3.保存当前配置
save
4.擦除存储设备中路由器配置文件
reset saved-configuration
5.比较配置文件
compare configuration
远程登录命令
ip add 192.168.10.2 24
user-interface vty 0 4
set authentication password cipher king
user privilege level 15
之后在其他主机的用户视图下,即可通过telnet命令远程登录到192.168.10.2主机