存档

2009年4月 的存档

VTP,Vlan Trunking Protocol(89 days)

2009年4月26日 baalchina 没有评论

VTP

 

VTP和Trunking的关系,也就是他通过Trunking传输。其他没啥关联了。

  1. VTP通告VLAN ID,VLAN name以及VLAN Type。但不通告VLAN与接口的关系。
  2. 当修改Vlan信息后,VTP序号自动加一,并通告出去。
  3. Cisco交换机VTP默认在Server模式,没有名字。当配置了一个Domain Name之后就会通告出去,当其他交换机收到更新时会将自己的Null改为该VTP Domain Name。注意这一点,即使其他交换机的Domain Name为空,他也会受到影响。
  4. Client以及Transparent模式不保存配置。
  5. Normal VLAN,1~1005。VTP 1&2支持,保存在vlan.dat中。
  6. Extend-range VLAN,1006~4094,不能用vlan database编辑,不存在vlan.dat中。只能在Transparent透明模式下配置。
  7. 透明模式下编辑VLAN只对本地有效,但是他依旧会转发VTP消息。
  8. VTP Pruning,默认没有启用。启用之后可以过滤掉不必要的Vlan。
    1. 配置(全局打开,接口设定prune哪些):

Switch(config)#vtp pruning
Switch(config-if)#switchport trunking pruning vlan remove vlan-id

分类: 特性 标签: ,

HSRP,VRRP and GLBP, IRDP(90 Days)

2009年4月25日 baalchina 没有评论

1. Hot Standby Router Protocol, Virtual Router Redundancy Protocol, Gateway Load Balance Protocol,ICMP Router Discovery Protocol

 

2. HSRP

 

  1. 虚拟的MAC和IP,在Active Router上激活。
  2. Standby Router接受Active Router的Hello,3s间隔,10s Dead。
  3. 优先级(默认100),高的称为Active,默认不抢占。
  4. Tracking,当Tracked接口失效R的优先级降低。
  5. 每接口最多255个组。
  6. 0000.0C07.ACxx,xx为组号。
  7. 虚IP应和LAN接口在同一子网且应和其他接口IP不同。
      1. 配置

 

#standby 21 ip 10.1.1.21
#standby 21 priority 105
#standby 21 preempt
#standby 21 track Serial0/0.1

 

3. VRRP

  1. 三种状态:Initialize,Master以及Backup。
  2. 使用组播MAC 0000.5C00.01xx,xx为组号。
  3. 默认Pre-emption。HSRP默认不。
  4. VRRP的Master对应HSRP的Active。
  5. VRRP支持认证,MD5以及明文。
  6. 只用在路由器上,交换机不具有该功能

 

4. GLBP

  1. a) 最多4台。GLBP Active Virtual Gateway给组中每一个R一个虚拟的MAC。
  2. b) 0007.B400.xxyy,xx为组号,yy为R号。
  3. c) 当客户端ARP网关MAC时,GLBP AVG负责回复其中的一个MAC。

 

5、IRDP

  1. 其实就是让主机可以动态的发现网关。
  2. 主机加入到224.0.0.1组,接收路由器的通告。也可以直接发送请求道224.0.0.2,请求网关地址。
  3. 配置

router(config-if)#ip irdp preference xxx

其中preference可选,代表优先级。

分类: ccie, 特性 标签: , , , ,

Ubuntu+Vista启动菜单的恢复

2009年4月24日 baalchina 没有评论

双系统,昨天把整个Ubuntu的分区删除了,结果开机就显示Grub Error 22。

 

解决办法,用LiveCD启动,删除Grub即可。

 

sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda

 

参考:please help (grub loading error 22)

分类: Linux 标签: , ,

模拟器出现“%Error opening tftp://255.255.255.255/cisconet.cfg”的解决办法

2009年4月23日 baalchina 没有评论

基本上就是因为他用tftp获取配置造成的。Dynamips telnet 127.0.0.1就没有,telnet真实ip就有。

解决办法

Router#config terminal
Enter configuration commands, one per line. 
Router(config)#no service config
Router(config)#exit
Router#copy running-config startup-config

 

http://www.cisco.com/en/US/products/hw/routers/ps133/products_tech_note09186a008020b19e.shtml

分类: Error 标签: , ,

How To Reset the Admin Password on the DFE Products

2009年4月13日 baalchina 没有评论

Products
Matrix N-Series
DFE
Goals
Reset password to factory default
Password recovery

Symptoms
Lost password
Forgot password

Cause
If the admin password is lost or forgotten, then the only way to create, edit or delete user accounts on the DFE products is to reset it back to its default value.

Solution
To reset the admin password:

Pull all of the blades from the backplane.
Using anti-static precautions, select one of the blades and toggle switch 8 on its dip switch bank. If you cannot locate the dip switch bank, consult the Installation Guide for your specific blade model.
Reinsert it into the chassis, and allow it to fully boot. This blade will become the Management Master switch for the system, with the passwords initialized to their defaults.
At any time thereafter, reinsert the other blades into the chassis.
It is not possible to reset the rw or ro passwords by external means. Recover the admin password and then administer the other passwords as desired.

分类: 核心设备 标签: ,