Telnet使用:
1. routerA# terminal monitor < -- 可以传回在远端主机执行Debug命令的结果-- >
2. routerA# telnet IP-Address [ Router-Name ] < --Telnet 到指定的地址或名字的主机-- >
3. routerB# [ exit | logout ] < -- 退出Telnet-- >
4. routerB# ++ < 6 > 再按 < -- 挂起Telnet-- >
5. routerA# show sessions < -- 显示当前所有Telnet的信息,包括Connect-Number -- >
6. routerA# Connect-Number < -- 返回指定的Telnet连接-- >
7. routerA# disconnect IP-Address [ Router-Name ] < -- 断开指定地址或名字的主机的连接-- >
8. routerA# show user < -- 显示Telnet到本机的连接信息-- >
9. routerA# clear line [ 0 | 1 | 2 | 3 | 4 ] < -- 断开指定Telnet到本机的连接-- >
禁止任何Telnet到本机:
1. router(config)# line vty 0 4
2. router(config-line)# access-class ACL-Number
3. router(config)# ^z
设置主机名:
1. router(config)# hostname Set-Hostname
2. router(config)# ^z
3. router(config)# ^z
设置用户模式密码:
1. router(config)# line console 0
2. router(config-line)# login
3. router(config-line)# password Set-Password
4. router(config-line)# ^z
设置Telnet密码:
1. router(config)# line vty 0 4
2. router(config-line)# login
3. router(config-line)# password Set-Password
4. router(config-line)# ^z
设置特权模式密码:
1. router(config)# enable password Set-Password < -- 不加密的密码,明码-- >
2. router(config)# enable secret Set-Password < -- 经过加密的密码-- >
3. router(config)# ^z
给所有密码加密:
1. router(config)# service password-ancryption Set-Password-Here
2. router(config)# no service password-ancryption < -- 取消加密-- >
3. router(config)# ^z
设置登录Banner:
1. router(config)# banner motd 分隔符 Set-Banner-Information-Here 分隔符 < -- 前后分隔符一定要一致-- >
设置接口的描述信息:
1. router(config-if)# description Set-Port-Information-Here
2. router(config)# ^z
CDP的控制:
1. router(config-if)# cdp enable < -- 在指定端口启用CDP,缺省-- >
2. router(config-if)# no cdp enable < -- 在指定端口关闭CDP-- >
3. router(config)# cdp run < -- 使所有端口启用CDP-- >
4. router(config)# no cdp run < -- 使所有端口关闭CDP-- >
Ping的使用:
1. router# ping IP-Address
2. router# ping < -- 扩展Ping命令-- >
3. Protocol [ip]:[ Protocol-Type ] < -- 选择协议类型-- >
4. Target IP address:IP-Address < -- 输入测试地址-- >
5. Repeat count [5]: < -- 选择发送的ICMP包数量-- >
6. Datagram size [100]: < -- 选择每个包的大小-- >
7. Timeout in seconds [2]: < -- 设置每个包的超时时间-- >
8. Extended commands [n]:y < -- 使用扩展Ping命令-- >
9. Sweep range of sizes [n]:
Tracke的使用:
1. router# trace IP-Address [ Host-Name ]





