Chinaunix首页 | 论坛 | 博客
  • 博客访问: 745833
  • 博文数量: 256
  • 博客积分: 3502
  • 博客等级: 中校
  • 技术积分: 3988
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-17 21:13
文章分类

全部博文(256)

文章存档

2014年(11)

2013年(134)

2012年(111)

我的朋友

发布时间:2013-01-18 14:18:21

#!/bin/bashLOG_DIR=/var/logROOT_UID=0LINES=50E_XCD=66E_NOTROOT=67 if [ "$UID" -ne "$ROOT_UID" ]thenecho "Must be root to run this script."exit $E_NOTROOTfi if [ -n "$1" ]thenlines=$1else lines=$LINESfi cd $LOG_DIRif [ `pwd` != "$LOG_DIR" ]      .........【阅读全文】

阅读(712) | 评论(0) | 转发(0)

发布时间:2013-01-17 11:42:27

路由环路的产生当A路由器一侧的X网络发生故障,则A路由器 收到故障信息,并把X网络设置为不可达,等待更新 周期来通知相邻的B路由器。但是,如果相邻的B路由器的更新周期先来了,则A路由器讲从B路由器那学习了到达X网络 的路由,就是错误路由,因为此时的X网络已经损 坏,而A路由器却在自己的路由表内增加了一条经过B 路.........【阅读全文】

阅读(878) | 评论(0) | 转发(0)

发布时间:2013-01-16 15:01:21

 CSU──channel server unit,DSU──data server unit 1、Serial * is down,line protocol is down(DTE) 故障: [1] 路由器未加电。 [2] LINE未与CSU/DSU联接。 [3] 硬件错误。 解决方法: [1] 检查电源。 [2] 确认所用电缆及串口是否正确。 [3] 换到别的串口上。 2、Serial * is up,line pro.........【阅读全文】

阅读(718) | 评论(0) | 转发(0)

发布时间:2013-01-15 12:07:10

3640#show runCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname 3640!!ip subnet-zero!!!!!interface Ethernet0/0ip address 172.16.0.1 255.255.255.0no ip redirectsno ip directed-broadcaststandby 1 p.........【阅读全文】

阅读(730) | 评论(0) | 转发(0)

发布时间:2013-01-11 13:41:25

老 式65是存在二个镜像的问题,直接进入时为Cat IOS,只能配置二层信息,如果要配置路由等,需利用session 15这个命令访问MSFC,也就是所谓的native ios。 新款65都是native ios,可直接做二层及三层的配置需求。 1,查看交换机基本配置     show version ;查看系统版本,内存配置,寄存器等基本信息     show module all ;查看交换机配置模块     show catalyst6000 chassis-mac-a......【阅读全文】

阅读(633) | 评论(0) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册