Chinaunix首页 | 论坛 | 博客
  • 博客访问: 225618
  • 博文数量: 47
  • 博客积分: 776
  • 博客等级: 军士长
  • 技术积分: 514
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-18 12:04
文章分类

全部博文(47)

文章存档

2016年(1)

2015年(18)

2013年(28)

我的朋友

分类: 网络与安全

2013-08-14 13:59:24

1、VRRP的虚IP 必须和实IP在同一个网段。
2、VRRP的虚IP和实IP相同时VRRP的优先级最高为255,如果VRRP的优先级手工配置的话为1-254.
3、VRRP的虚IP和实IP相同。 VRRP的虚拟Mac地址是 0000 5e00 01xx 。其中XX代表组号。

r1#show run int eth1/0
Building configuration...


Current configuration : 97 bytes
!
interface Ethernet1/0
 ip address 10.0.0.1 255.255.255.0
 duplex half
 vrrp 1 ip 10.0.0.1
end


r1#show vrrp 
Ethernet1/0 - Group 1  
  State is Master  
  Virtual IP address is 10.0.0.1
  Virtual MAC address is 0000.5e00.0101
  Advertisement interval is 1.000 sec
  Preemption enabled
  Priority is 255 
  Master Router is 10.0.0.1 (local), priority is 255 
  Master Advertisement interval is 1.000 sec
  Master Down interval is 3.003 sec


r1#conf t
r1#conf terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
r1(config)#int eth1/0
r1(config-if)#vrrp 1 pri
r1(config-if)#vrrp 1 priority ?
  <1-254>  Priority level


r1(config-if)#
阅读(3087) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~