zoukankan      html  css  js  c++  java
  • 神州数码HSRP(热备份路由协议)配置

    实验要求:掌握HSRP配置方法

    拓扑如下

    R1

    enable  进入特权模式

    config   进入全局模式

    hostname R1  修改名称

    interface g0/6  进入端口

    ip address 192.168.1.5 255.255.255.0  设置IP地址

    standby priority 110    设置优先级

    standby ip 192.168.1.1    设置虚拟IP地址

    standby authentication test   启动认证

     

    R2

    enable  进入特权模式

    config   进入全局模式

    hostname R2  修改名称

    interface g0/6  进入端口

    ip address 192.168.1.10 255.255.255.0  设置IP地址

    standby priority 120  设置优先级

    standby ip 192.168.1.1  设置虚拟地址

    standby authentication test  启动认证

     

    相关命令

    standby priority [ID]             设置优先级

    standby ip [IP地址]              设置虚拟路由地址

    standby authentication [password]     设置认证

  • 相关阅读:
    Java异常处理设计(三)
    TS 3.1
    TS 3.1
    Other
    样式
    Other
    Other
    TS 3.1
    TS 3.1
    TS 3.1
  • 原文地址:https://www.cnblogs.com/guoshiyu/p/9325137.html
Copyright © 2011-2022 走看看