- 积分
- 350
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 30
- 听众
- 收听
初级工程师
  
|

楼主 |
发表于 2011-11-6 10:44:32
|
显示全部楼层
thk11 发表于 2011-11-6 08:06 , S' Y3 y0 J( \& i8 T
〉所以要把passive接口no掉路由才能起来: c$ f9 c) P4 L; J$ ~9 d3 w1 e* z
& b& B7 m1 h4 n; m4 U
这个要怎么做呢?具体点,比如命令什么的。 , O/ f( F' ~$ v5 y; P$ h. n% \
举个例子吧,用eigrp,然后Router#sh ip protocols 你就会看到3 h' Y9 T: r7 @! i* Q% |
+ k3 x7 w- n/ D `8 Q1 s% c2 HRouting Protocol is "eigrp 22 " # [! Q6 I3 v5 k
Outgoing update filter list for all interfaces is not set 4 j! n" q; F `4 [; M
Incoming update filter list for all interfaces is not set
" Y9 I; B# Q5 ~1 h: A9 m' g8 o Default networks flagged in outgoing updates
& _0 ?6 l; s( J( N- a Default networks accepted from incoming updates
% u- z# p" |' l! A2 ? EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
- v8 c: `, a; A( x! l$ W EIGRP maximum hopcount 1003 c7 ]# N2 o8 i. |
EIGRP maximum metric variance 15 H( W- j) J+ H& X* x# p& p* ?
Redistributing: eigrp 229 ]( {% K h) k* [) m: N9 ~ H
Automatic network summarization is in effect . D2 ~3 u9 T. |) U9 Z5 v
Automatic address summarization:
8 F2 I# c# z1 c) Y Maximum path: 4% H L: I; C( {+ u1 s2 F* M
Routing for Networks:
6 ?" M8 |7 D# M5 w0 Y0 x* U: O: L3 L Passive Interface(s):
8 m/ L8 W8 p. s, w4 C$ E# G! l Vlan1$ j0 L! V0 S' W6 V2 J- @
FastEthernet0/0
# }$ [, f. g. I. n8 F, i FastEthernet0/18 I4 X y+ B1 q# E, n
Routing Information Sources:
! c2 p9 J% [# I$ `" l& D9 ?3 ]" O Gateway Distance Last Update
' r( u5 x! ?: L9 \# c Distance: internal 90 external 170
' l% ^. Q, C; o7 R! e8 X注意红色字体部分,这儿可以查到passive接口,no掉passive接口的方法如下 ~4 M9 \6 n$ N2 M; J
Router(config)#router eigrp 223 w/ W' j* A2 V+ r: E
Router(config-router)#no passive-interface default
& A* G; k. d {& ~推出再show ip pro就会发现* P2 z3 ]5 S8 r x* g
- M. S0 ?# o! W% T$ C3 Q! |Routing Protocol is "eigrp 22 " # c/ c$ s; y) E5 y, r+ i
Outgoing update filter list for all interfaces is not set
8 j, s0 i- m7 J$ ]# r$ Z Incoming update filter list for all interfaces is not set
# x! L$ i; J; b Default networks flagged in outgoing updates ) v( w T$ ^7 _! h0 E$ Q" n
Default networks accepted from incoming updates
. K" @' y7 K, ]/ O0 v( P, m EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
; y5 f2 r8 w! W0 [7 X# R EIGRP maximum hopcount 100
8 Z# k: ^# Q" H EIGRP maximum metric variance 1
8 Z7 t# L( }+ B URedistributing: eigrp 22$ k7 y) ]( Q7 K& r) X# ]
Automatic network summarization is in effect # x# _* ]. J3 P W1 b% s$ L' R
Automatic address summarization: + K+ g2 |" _# ]# E* v
Maximum path: 4" c& {* T) y% D" T$ y: |, T; L
Routing for Networks:
. C' u: s6 z, S; h1 I Routing Information Sources: / c3 \* L& k: y, Y
Gateway Distance Last Update ) {9 O! x9 |- i
Distance: internal 90 external 170" R3 e6 ~; R3 ~, N, \/ d
已经没有passive接口了 |
|