-
路由器的配置与管理,包括标识设置及网络故障应急处理
资源介绍
配置路由器的标示
为路由器及其端口配置标示信息
Router Name
Router(config)# hostname Tokyo
Tokyo#
Login Banner
Tokyo(config)# banner motd ^C
Welcome to router Tokyo
Accounting Department
3rd Floor ^C
#
Interface Description
Tokyo(config)# interface e 0
Tokyo(config-if)# description Engineering LAN, Bldg. 18
Banner命令中使用Motd(message of the day,当日信息)关键字完成。“^”字标识出将被显示的文本的开始和结束。ootd标题在试图任何操作路由器访问之前显示,包括登陆口令提示之前的任何内容。
Banner exec命令一旦在路由器管理员得到路由器上exec模式的访问后,显示相应标题。
The configuration of network devices determines the network’s behavior. To manage device configurations, you need to list and compare configuration files on running devices, store configuration files on network servers for shared access, and perform software installations and upgrades.
One of the first basic tasks is to name your router. The name of the router is considered to be the host name and is the name displayed by the system prompt. If no name is configured, the system default router name is Router. You can name the router in global configuration mode. In the example shown, the router name is set to Tokyo.
You can configure a message-of-the-day banner to be displayed on all connected terminals. This banner is displayed at login and is useful for conveying messages that affect all network users, such as impending system shutdowns. To configure this message, use the banner motd command in global configuration mode.