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

楼主 |
发表于 2011-11-6 10:44:32
|
显示全部楼层
thk11 发表于 2011-11-6 08:06
) w/ a) I! s8 a" s2 t4 d/ P! \, m〉所以要把passive接口no掉路由才能起来
3 L7 `: k9 x( {8 |6 p# M
/ ]6 L2 u5 @5 D这个要怎么做呢?具体点,比如命令什么的。
6 z! X. E& v* G2 \# N7 p举个例子吧,用eigrp,然后Router#sh ip protocols 你就会看到
5 W9 a: F" S2 o! f6 a: D% ^) t' [+ X5 ~2 I% w* z& e' h
Routing Protocol is "eigrp 22 "
4 u9 |- a1 y+ r Outgoing update filter list for all interfaces is not set
- _: K; O x- T" p0 d4 C7 ~ Incoming update filter list for all interfaces is not set , f( o7 g% g1 P3 o$ S; z$ ~
Default networks flagged in outgoing updates
7 T* y. }. k. {. r) | Default networks accepted from incoming updates
% u& A4 \ E1 W" u$ V EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0! y' `3 B& f! }: |1 |/ F' E
EIGRP maximum hopcount 100$ S2 N9 G5 o2 P! u! w2 z
EIGRP maximum metric variance 18 b J" k: j$ u
Redistributing: eigrp 22& d; ~, O7 s6 `9 r9 C
Automatic network summarization is in effect 7 d4 T* e) c( u0 L, |! r w, A
Automatic address summarization: $ n" A# W& K6 m( A9 i! u7 F7 T
Maximum path: 4
( m/ T* r; y# A* R) q. \8 u% u% J Routing for Networks: 5 E. W* ]! g ^" u* Z7 x
Passive Interface(s): {/ g. q3 U3 m5 w% L; \
Vlan1
' N% ?0 X# V: S9 |- x( u% G FastEthernet0/08 k( J# N/ G( B0 H5 {/ L* j
FastEthernet0/19 j- W, z: G4 D) a& C8 A
Routing Information Sources:
) l4 `* i" S4 G, n0 d; `: _, ^- M7 H Gateway Distance Last Update
9 d/ ?$ P( K+ ^8 \* X Distance: internal 90 external 170' u' z" g6 Z- T y. B
注意红色字体部分,这儿可以查到passive接口,no掉passive接口的方法如下
d; r$ C: I; w+ T' I! CRouter(config)#router eigrp 22
# z( A, T6 m+ Q) q. I4 L- O9 jRouter(config-router)#no passive-interface default
' f( z9 U& f" M2 @推出再show ip pro就会发现3 l3 y; O4 y4 v! n0 m
3 z4 u( |$ e: R% CRouting Protocol is "eigrp 22 "
5 w T. S; z) p7 Y. U- v. Z8 p Outgoing update filter list for all interfaces is not set * K, a" l9 D, B `; [* D q
Incoming update filter list for all interfaces is not set
n1 E0 C/ c% i! q0 t- k" s5 W Default networks flagged in outgoing updates + V; j- R7 D# h- _ _4 T
Default networks accepted from incoming updates # F6 J* p$ ~( ]$ s( k3 E
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=07 t% o T5 L- k) s, `
EIGRP maximum hopcount 100
P2 v B. z2 ? EIGRP maximum metric variance 1& q/ V3 o) |# P# @) K, K% o
Redistributing: eigrp 22
+ ^0 P" f& j- G1 u- e Automatic network summarization is in effect ( H {$ [4 d( z9 ?6 d1 w+ B8 P1 }6 `, c
Automatic address summarization:
5 \. j. d; h/ v4 K Maximum path: 4 { V) k* `+ p3 f
Routing for Networks: 6 o2 g$ u" {* N+ s
Routing Information Sources:
7 B) T( O3 E' M Gateway Distance Last Update 3 w' ?5 y t8 R/ W+ P4 [
Distance: internal 90 external 170
; j' I% {: M7 w J( W* w* y. T已经没有passive接口了 |
|