February 15th, 2010
前端时间跟朋友遇到一个问题,一部分PC能上外网,另一部分不能上外网。
经检查,发现能上网的PC都是定制的windows xp,不能上网的都是定制的windows server。
而且在xp上ping外网测试,在route print中竟然出现了明细路由(32位),server上却没有。
后来测试发现,这是由于ICMP重定向引起的明细路由自动添加,至于为什么server访问不了外网,没有查到问题,改成3层互联后(switch与router),所以不建议下面这种部署方案。
Read the rest of this entry »
January 1st, 2010
Refer to 3560 output drop increase issue.
All voice in one vlan 36.
And have some data vlan.
Follow are topology(summary):
——————————-
+-----------+ +-----------+
| 6509 | | 6509 |
+-----\-----+ +-----/-----+
\ //
\ /
Read the rest of this entry »
December 22nd, 2009
由于最近处理一个静态BFD的问题。
在此贴出BFD的配置及相关的资源链接供大家参考。
关于相关BFD协议的内容和他的模式问题,本想用dynamips加12.2(33)SRC来做测试并抓包分析,但发现一配置BFD,模拟器就crash,先后更换了SRD,SRE及更换了NPE-G1和 NPE-G2,现象一样存在。毕竟只是模拟器呀。。。。。。
所以关于相关BFD的更进一步分析,只能等到手头有设备时直接SPAN了。
注:VRF下的静态BFD,只从12.2(33)SRC才开始支持,支持平台为7600和7200。
6500需要在12.2(33)SXI才支持。 Read the rest of this entry »
November 14th, 2009
Topology:
PC(modem)———-ISDN———(E1 Pri)2811(PVDM2)
Configuration:
network-clock-participate wic 0
network-clock-select 1 E1 0/0/0
!
isdn switch-type primary-net5
!
chat-script offhook1 "" "ATH1" OK \c
chat-script callback1 ABORT ERROR ABORT BUSY "" "ATZ" OK "ATDT \T" TIMEOUT 30 CONNECT \c
!
interface Serial0/0/0:15
ip unnumbered Loopback0
encapsulation ppp
dialer rotary-group 1
Read the rest of this entry »
November 14th, 2009
ISDN Dialer fail for PVDM2
From Show diag:
—————————————————————————–
CISCO2821
HWIC-1CE1T1-PRI
PVDM2-36DM
From Show Run
—————————————————————————–
network-clock-participate wic 1
!
modem country v12 sweden
dot11 syslog
ip source-route
!
controller E1 0/1/0
Read the rest of this entry »