首页 > 其他分享 >(路由卷1)-31-接口_区域_虚链路认证

(路由卷1)-31-接口_区域_虚链路认证

时间:2024-08-15 23:09:04浏览次数:11  
标签:0.0 area int ip 31 authentication 链路 ospf 路由

ospf认证

1.明文认证

2.md5认证

0不认证

1明文认证

2md5认证

ip ospf authentication-key mykey

ip ospf authenticion

area 0 authentication

1.接口

2.区域

3.虚链路

r2:

int lo0

ip add 2.2.2.2 255.255.255.0

no sh

int f0/0

ip add 10.1.234.2 255.255.255.0

no sh

router ospf 1

router-id 2.2.2.2

net 2.2.2.2 0.0.0.0 aerae 0

net 10.1.234.2 0.0.0.0 area 0

r3:

int lo0

ip add 3.3.3.3 255.255.255.0

int f0/0

ip add 10.1.234.3 255.255.255.0

no sh

router ospf 1

router-id 3.3.3.3

net 10.1.234.3 0.0.0.0 area 0

net 3.3.3.3 0.0.0.0 area 0

r4:

int lo0

ip add 4.4.4.4 255.255.255.0

int f0/0

ip add 10.1.234.4 255.255.255.0

no sh

router ospf 1

router-id 4.4.4.4

net 10.1.234.4 0.0.0.0 aera 0

net 4.4.4.4 0.0.0.0 area 0

r2:

int f0/0

ip ospf authentication-key cisco(接口明文认证)

ip ospf authentication

r3:

int f0/0

ip ospf authentication-key cisco

ip ospf authentication

r4:

int f0/0

ip ospf autehtncation-key cisco

ip ospf authetication

r2:

int f0/0

ip ospf authentication message-digest(启用接口md5认证)

r2:

router ospf 1

area 0 authentication (启用区域明文认证)

r3:

router ospf 1

area 0 authentication

r4:

router ospf 1

area 0 authentication

area 0 au message-digest(启用区域md5认证)

r2:

int f0/0

ip ospf au-key cisco

ip ospf authentication message-digest

r3:

int f0/0

ip ospf au-key cisco

ip ospf authentication message-digest

r4:

int f0/0

ip ospf au-key cisco

ip ospf authentication message-digest

int s1/3

ip add 45.1.1.4 255.255.255.0

router ospf 1

net 45.1.1.3 0.0.0.0 area 45

r5:

int s1/3

no sh

clock rate 64000

ip add 45.1.1.5 255.255.255.0

int lo0

ip add 5.5.5.5 255.255.255.0

router ospf 1

router-id 5.5.5.5

net 45.1.1.5 0.0.0.0 area 45

net 5.5.5.5 0.0.0.0 area 45

r5:

int lo4

ip add 192.168.4.1 255.255.255.255

router ospf 1

net 192.168.4.1 0.0.0.0 area 1

area 45 virtual-link 4.4.4.4

r4:

router ospf 1

area 45 virtual-link 5.5.5.5

区域0做了认证虚链路也需要做认证

r5:

router ospf 1

area 0 authentication message-digest

area 45 virtula-link 4.4.4.4 authentication

area 45 virtula-link 4.4.4.4 authentication-key cisco

r4:

area 45 virtula-link 5.5.5.5 au-key cisco

area 45 virtual-link 5.5.5.5 authen

标签:0.0,area,int,ip,31,authentication,链路,ospf,路由
From: https://www.cnblogs.com/smoke520/p/18362015

相关文章

  • (路由卷1)-30-Tunnel和多进程方案
    隧道r2:inttunnel0ipadd172.16.100.2255.255.255.0tunnelsouce23.1.1.2tunneldestianation23.1.1.3r3:inttunnel0ipadd172.16.100.3255.255.255.0tunnelsource23.1.1.3tunneldestination23.1.1.2r2:routerospf1net172.16.100.20.0.0.0area......
  • (路由卷1)-34-次优路由解决方案
    实验:r1:routereigrp100noautonet12.1.1.0r2:routereigrp100noaunet12.0.0.0routerospf1router-id2.2.2.2network23.1.1.20.0.0.0area0net24.1.1.20.0.0.0area0r3:routerospf1router-id3.3.3.3net23.1.1.30.0.0.0area0net34.1.1.3......
  • (路由卷1)-33-路由环路解决方案
    实验:r1:intlo0ipadd1.1.1.1255.255.255.255ints1/0noshipadd12.1.1.1255.255.255.0routerripver2noaunet12.0.0.0.0r2:intlo0ipadd2.2.2.2255.255.255.255ints1/0clockrate64000ipadd12.1.1.2255.255.255.0intf0/0noshipadd24.......
  • (路由卷1)-36-路由控制及分发列表
    实验:r1:intlo0ipadd1.1.1.1255.255.255.0ints1/0noshipadd12.1.1.1255.255.255.0routereigrp100noaunet12.0.0.0net1.0.0.0r2:ints1/0noshipadd12.1.1.2255.255.255.0intlo0ipadd2.2.2.2255.255.255.0ints1/1ipadd23.1.1.2255.2......
  • (路由卷1)-35-改AD+PBR解决方案
    实验:1.掩码2.不同种路由协议比较ad3.同种协议比较metricr2:routereigrp100distanceeigrp90119r3:access-list1permithost1.1.1.1routerospf1distance1214.4.4.40.0.0.01r4:access-list1permithost1.1.1.1routerospf1distance1213.3.3.30.0......
  • (路由卷1)-39-Route-map及OSPF综合实验
    r2:access-list10permit8.8.8.0route-mapr2opermit15matchipadd10setmetric-typetype-1setmetric436r3:intlo200ipadd200.1.1.1255.255.255.0r2:ipprefix-listcpermit192.0.0.0/3le32route-mapr2opermit17matchipaddprefix-listcs......
  • (路由卷1)-38-强大工具-Route-Map
    <ccie实现考试distribute-list>分部控制列表只一直某些特定的路由不被发送或接受发送列表只是一个指令,指示路由器在交换路由信息时对路由信息进行过滤,它本身不定义过滤条件,它通过调用访问控制列表(acl)或前缀列表对路由信息更新进行过滤,使路由器由条件地发送或收发路由信息。注......
  • (路由卷1)-37-前缀列表_K1_IGP分析
    ipprefix前缀列表r2:routerospf1network10.0.0.8area0redistributeriproute-mapintoospfsubnetsrouterripnet10.0.0.0ver2passive-inters3redistributeospf1route-mapintoripmetric5route-mapintoospfpermit10matchipaddressprefix-listpf......
  • (路由卷1)-3-CCIE_RIP综合实验
    1.configureripv2onallroutersandadvertisetheirdirectlyconnectedinterfaces.ensurethattheseroutershavefullnlritoalltheloopbackinterfaceadvertisedintorip.ensurethatallrouterscanpingallloopbacks.configureripnottoadvertiseon......
  • (路由卷1)-2-CCIE_RIP综合实验
    rip分解实验物理拓扑图需求:ip地址分配情况;r1-r2-r3=123.1.1.0/24,r2-r3-r4=10.1.234.0/24,r4-r5=45.1.1.0/24如:r2-f0/0=10.1.234.2/24,r5-s1/3=45.1.1.5/24其他网段ip地址配置同理,每台路由器各有一个lo0,地址分别是:x.x.x.x/24(x是你的路由器号),在r1上添加4个换回接口,模拟r......