亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
12下一頁(yè)
最近訪問板塊 發(fā)新帖
查看: 5263 | 回復(fù): 11
打印 上一主題 下一主題

OSPF中使用標(biāo)記來控制路由的再次分布 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2010-05-11 09:54 |只看該作者 |倒序?yàn)g覽
參考o(jì)spf命令與手冊(cè)實(shí)驗(yàn)做了好多次,一直沒有成功,把路由a上的ospf再分布成rip,但只允許標(biāo)記88的路由再分布
將各路由關(guān)鍵配置和top貼上來,希望大家能幫忙看看,謝謝
rc

interface Serial0/0
ip address 10.1.1.10 255.255.255.252
serial restart-delay 0
clock rate 64000
no fair-queue
!
interface Serial0/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
!
router rip
version 2
network 10.0.0.0
!
ip http server


實(shí)驗(yàn)結(jié)果
rc#sh ip rou
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     2.0.0.0/32 is subnetted, 1 subnets
R       2.2.2.2 [120/1] via 10.1.1.9, 00:00:01, Serial0/0
     156.16.0.0/27 is subnetted, 2 subnets
R       156.16.32.32 [120/1] via 10.1.1.9, 00:00:01, Serial0/0
R       156.16.32.0 [120/1] via 10.1.1.9, 00:00:01, Serial0/0
     10.0.0.0/30 is subnetted, 2 subnets
C       10.1.1.8 is directly connected, Serial0/0
R       10.1.1.0 [120/1] via 10.1.1.9, 00:00:01, Serial0/0
rc#
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Serial0/0
ip address 10.1.1.1 255.255.255.252
serial restart-delay 0
clock rate 64000
no fair-queue
!         
interface Serial0/1
ip address 10.1.1.9 255.255.255.252
serial restart-delay 0
!
interface Serial0/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.3 area 0
!
router rip
version 2
redistribute ospf 1 metric 1 route-map checktags
passive-interface Serial0/0
network 10.0.0.0
no auto-summary
!
ip http server
!
!
!
!
route-map checktags permit 10
match tag 88
!
!


ra#sh ip os da

            OSPF Router with ID (1.1.1.1) (Process ID 1)

                Router Link States (Area 0)

Link ID         ADV Router      Age         Seq#       Checksum Link count
1.1.1.1         1.1.1.1         1628        0x80000004 0x00F88C 2
156.16.32.49    156.16.32.49    1616        0x80000002 0x009DEC 2

                Type-5 AS External Link States

Link ID         ADV Router      Age         Seq#       Checksum Tag
2.2.2.2         156.16.32.49    1615        0x80000001 0x008119 0
156.16.32.0     156.16.32.49    1486        0x80000002 0x00415A 88
156.16.32.32    156.16.32.49    1458        0x80000002 0x00C0E8 42
ra#


ra#sh ip rou
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     1.0.0.0/32 is subnetted, 1 subnets
C       1.1.1.1 is directly connected, Loopback0
     2.0.0.0/32 is subnetted, 1 subnets
O E2    2.2.2.2 [110/20] via 10.1.1.2, 00:27:25, Serial0/0
     156.16.0.0/27 is subnetted, 2 subnets
O E2    156.16.32.32 [110/20] via 10.1.1.2, 00:24:49, Serial0/0
O E2    156.16.32.0 [110/20] via 10.1.1.2, 00:25:16, Serial0/0
     10.0.0.0/30 is subnetted, 2 subnets
C       10.1.1.8 is directly connected, Serial0/1
C       10.1.1.0 is directly connected, Serial0/0
ra#
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!
interface Loopback1
ip address 156.16.32.1 255.255.255.240
!
interface Loopback2
ip address 156.16.32.17 255.255.255.240
!         
interface Loopback3
ip address 156.16.32.33 255.255.255.240
!
interface Loopback4
ip address 156.16.32.49 255.255.255.240
!
interface Serial0/0
no ip address
shutdown
serial restart-delay 0
no fair-queue
!
interface Serial0/1
ip address 10.1.1.2 255.255.255.252
serial restart-delay 0
!
interface Serial0/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
log-adjacency-changes
summary-address 156.16.32.0 255.255.255.224 tag 88
summary-address 156.16.32.32 255.255.255.224 tag 42
redistribute connected subnets
network 10.1.1.0 0.0.0.3 area 0
!



rb#sh ip rou
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     2.0.0.0/32 is subnetted, 1 subnets
C       2.2.2.2 is directly connected, Loopback0
     156.16.0.0/16 is variably subnetted, 6 subnets, 2 masks
C       156.16.32.32/28 is directly connected, Loopback3
O       156.16.32.32/27 is a summary, 00:26:14, Null0
C       156.16.32.48/28 is directly connected, Loopback4
C       156.16.32.0/28 is directly connected, Loopback1
O       156.16.32.0/27 is a summary, 00:26:14, Null0
C       156.16.32.16/28 is directly connected, Loopback2
     10.0.0.0/30 is subnetted, 1 subnets
C       10.1.1.0 is directly connected, Serial0/1
rb#

ospf.png (19.69 KB, 下載次數(shù): 46)

ospf.png

論壇徽章:
5
IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-06 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-10 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-23 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-24 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-11-12 06:20:00
2 [報(bào)告]
發(fā)表于 2010-05-11 22:26 |只看該作者
的確怪怪的。我看一下了。

論壇徽章:
5
IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-06 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-10 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-23 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-24 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-11-12 06:20:00
3 [報(bào)告]
發(fā)表于 2010-05-11 22:28 |只看該作者
給路由器版本看一下了。

論壇徽章:
5
IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-06 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-10 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-23 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-24 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-11-12 06:20:00
4 [報(bào)告]
發(fā)表于 2010-05-11 23:08 |只看該作者
已經(jīng)測(cè)試過,沒有復(fù)現(xiàn)你說的現(xiàn)象。
提供設(shè)備版本吧。

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2010-05-12 08:57 |只看該作者
原先按照紅盟的ospf手冊(cè)配置沒實(shí)現(xiàn),我還特地查了查《cisco ospf命令與配置手冊(cè)》,配置應(yīng)該沒問題啊,真是奇了怪了
Router#sh ver
Cisco IOS Software, 3600 Software (C3640-IS-M), Version 12.4(10), RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Wed 16-Aug-06 04:04 by prod_rel_team

ROM: ROMMON Emulation Microcode
ROM: 3600 Software (C3640-IS-M), Version 12.4(10), RELEASE SOFTWARE (fc1)

Router uptime is 0 minutes
System returned to ROM by unknown reload cause - suspect boot_data[BOOT_COUNT] 0x0, BOOT_COUNT 0, BOOTDATA 19
System image file is "tftp://255.255.255.255/unknown"

Cisco 3640 (R4700) processor (revision 0xFF) with 124928K/6144K bytes of memory.
Processor board ID 00000000
R4700 CPU at 100MHz, Implementation 33, Rev 1.2
4 Serial interfaces
DRAM configuration is 64 bits wide with parity enabled.
125K bytes of NVRAM.
8192K bytes of processor board System flash (Read/Write)

Configuration register is 0x2142

論壇徽章:
5
IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-06 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-10 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-23 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-24 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-11-12 06:20:00
6 [報(bào)告]
發(fā)表于 2010-05-12 20:33 |只看該作者
所有配置和拓?fù)浣Y(jié)構(gòu)給我吧。我的確沒復(fù)現(xiàn),還是粘貼了你的配置。

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2010-05-13 09:00 |只看該作者
我再?gòu)?fù)現(xiàn)實(shí)驗(yàn)一遍看看

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2010-05-14 08:55 |只看該作者
昨天回去復(fù)試了下,換了ios,在26和37下面同樣的配置均達(dá)到實(shí)驗(yàn)效果

3640貌似一直有問題,估計(jì)是ios的問題

謝謝ssffzz1了

實(shí)驗(yàn)結(jié)果
rc#sh ip rou
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     156.26.0.0/27 is subnetted, 1 subnets
R       156.26.32.0 [120/1] via 10.1.1.9, 00:00:14, Serial1/0
     10.0.0.0/30 is subnetted, 2 subnets
C       10.1.1.8 is directly connected, Serial1/0
R       10.1.1.0 [120/1] via 10.1.1.9, 00:00:14, Serial1/0
rc#

論壇徽章:
5
IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-06 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-10 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-23 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-08-24 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2015-11-12 06:20:00
9 [報(bào)告]
發(fā)表于 2010-05-14 21:26 |只看該作者
呸。

問你要了幾次版本了。從沒見到給我。你就蒙著頭來問吧。

也許的事情多了去了。

論壇徽章:
0
10 [報(bào)告]
發(fā)表于 2010-05-15 08:44 |只看該作者
回復(fù) 9# ssffzz1
不是吧老大,5樓我已經(jīng)給你了啊,你看發(fā)帖順序
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP