当前位置:七道奇文章资讯系统安全Linux安全
日期:2011-08-02 11:45:00  来源:本站整理

vss配置步骤[Linux安全]

赞助商链接



  本文“vss配置步骤[Linux安全]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:
  vss配置步骤
  ----------------------------------------------------
  第一步:备份
  switch1:
  copy running-config startup-config
  copy startup-config disk0:old-startup-config
  switch2:
  copy running-config startup-config
  copy startup-config disk0:old-startup-config
  ----------------------------------------------------
  第二步:配置SSO(默许已经是SSO,可以不配置,NSF也可以挑选不配置)
  switch1 & switch2:
  redundancy
  mode sso
  exit
  show run
  show redundancy states
  ----------------------------------
  第三步:配置domain和number(domain为100,200,300,switch 1 switch 2)
  switch virtual domain 100
  switch 1
  switch 1 priority 110
  switch 1 preempt
  exit
  switch virtual domain 100
  switch 2
  switch 2 preempt
  exit
  -----------------------------------------
  第四步:配置VSL的portchannel和port
  switch1:
  int port-channel 1
  switch virtual link 1
  no shut
  exit
  switch2:
  int port-channel 2
  switch virtual link 2
  no shut
  exit
  switch1:
  interface ten 1/1
  channel-group 1 mode on
  no shut
  interface ten 5/4
  channel-group 1 mode on
  no shut
  switch2:
  interface ten 1/1
  channel-group 2 mode on
  no shut
  interface ten 5/4
  channel-group 2 mode on
  no shut
  查抄号令
  show switch virtual link
  show switch virtual link port-channel
  show switch virtual link port
  ----------------------------------------
  第五步:切换到virtual mode
  switch convert mode virtual
  switch convert mode virtual
  show switch virtual
  show switch virtual role
  show switch virtual link
  ------------------------------------------------
  第六步:switch 2 port-channel改正
  int port-channel 2
  switch virtual link 2
  int ten 2/1/1
  channel-group 2 mode on
  int ten 2/5/4
  channel-group 2 mode on
  ----------------------------------------
  第七步:配置参数,优化配置(可选)
  1.MAC地址
  2.BFD
  -------------------------------------------------
  配置路由器mac地址指派
  switch1:
  switch virtual domain 100
  mac-address use-virtual
  switch2:
  switch virtual domain 100
  mac-address use-virtual
  -------------------------------------------------
  配置BFD Dual-Active detection (需求单独的跳线)
  配置步骤:
  int ten 1/5/1
  no switchport
  ip add 200.230.230.231 255.255.255.0
  bfd interval 100 min_rx 100 multiplier 3
  no shutdown
  int ten 2/5/1
  no switchport
  ip add 201.230.230.231 255.255.255.0
  bfd interface 100 min_rx 100 muliplier 3
  no shutdown
  exit
  switch virtual domain 100
  dual-active detection bfd
  dual-active pair interface ten5/1 interface 5/2 bfd
  show switch virtual dual-active bfd
  ----------------------------------------------
  以上是“vss配置步骤[Linux安全]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
  • vss配置步骤
  • 本文地址: 与您的QQ/BBS好友分享!
    • 好的评价 如果您觉得此文章好,就请您
        0%(0)
    • 差的评价 如果您觉得此文章差,就请您
        0%(0)

    文章评论评论内容只代表网友观点,与本站立场无关!

       评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
    Copyright © 2020-2022 www.xiamiku.com. All Rights Reserved .