zoukankan      html  css  js  c++  java
  • 基于区域的OSPF的MD5认证

    实验要求:掌握OSPF基于区域的MD5认证

     拓扑如下:

    配置如下:

    R1
    enable
    configure terminal
    interface s0/0/0
    ip address 192.168.1.1 255.255.255.0
    no shutdown
    clock rate 64000
    interface l0
    ip address 1.1.1.1 255.255.255.0
    exit
    router ospf 1
    network 192.168.1.0 0.0.0.255 area 0
    network 1.1.1.0 0.0.0.255 area 0
    area 0 authentication message-digest
    interface s0/0/0
    ip ospf message-digest-key 1 md5 123

    R2
    enable
    configure terminal
    interface s0/0/0
    ip address 192.168.1.2 255.255.255.0
    no shutdown
    clock rate 64000
    interface l0
    ip address 2.2.2.2 255.255.255.0
    exit
    router ospf 1
    network 192.168.1.0 0.0.0.255 area 0
    network 2.2.2.0 0.0.0.255 area 0
    area 0 authentication message-digest
    interface s0/0/0
    ip ospf message-digest-key 1 md5 123

  • 相关阅读:
    Widget Factory
    233 Matrix
    青蛙的约会
    Longge's problem
    密码解锁
    SQFREE
    GCD
    [WC2011]最大XOR和路径
    [HNOI2011]XOR和路径
    [ZJOI2010]排列计数
  • 原文地址:https://www.cnblogs.com/guoshiyu/p/9230813.html
Copyright © 2011-2022 走看看