常用配置命令:
router{}show version 功能:显示交换机版本信息。
router{}show date 功能:显示系统当前的时钟。
router{}show route 功能:显示路由表
router{}show arp 功能:显示arp表
router{}show interface 功能:查看网络接口的IP地址配置
router{}password 功能:修改管理员密码
示例:
router{}password
Changing password for admin //更改管理员密码
Enter the new password (minimum of 5, maximum of 8 characters) //输入新密码(最少5个字符,最多8个字符)
Please use a combination of upper and lower case letters and numbers. //请使用大小写字母和数字的组合。
Enter new password: //输入新密码
Re-enter new password: //重复输入新密码
Password for admin changed. //管理员的密码已更改。
Passwords do not match. //密码不匹配。