From: syv (syv@911networks.com)
Date: Mon Nov 25 2002 - 20:50:19 GMT-3
Hi,
I have 1 router rip RIP & EIGRP
Interface IP-Address OK? Method Status Prot
Serial0 172.16.5.5 YES manual up up
Serial1 172.16.1.5 YES manual up up
S0 should be RIP only
s1 should be EIGRP only
How do I do that? Right now both protocols are running on
both interfaces. RIP should not listen to broadcasts on S1
and EIGRP should not listen to multicasts on S0:
c2502#pr
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 25 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 1, receive any version
Interface Send Recv Triggered RIP Key-chain
Serial0 1 1 2
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
172.16.0.0
Passive Interface(s):
Serial1
TokenRing0
Routing Information Sources:
Gateway Distance Last Update
172.16.5.8 120 00:00:03
Distance: (default is 120)
Routing Protocol is "eigrp 2001"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 1
Redistributing: eigrp 2001
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
172.16.0.0
Passive Interface(s):
Serial0
TokenRing0
Routing Information Sources:
Gateway Distance Last Update
172.16.1.1 90 01:08:22
Distance: internal 90 external 170
Here is the config:
interface Serial0
bandwidth 1000
ip address 172.16.5.5 255.255.255.0
no fair-queue
clockrate 1000000
!
interface Serial1
ip address 172.16.1.5 255.255.255.0
encapsulation frame-relay
frame-relay map ip 172.16.1.1 111 broadcast
no frame-relay inverse-arp
!
interface TokenRing0
no ip address
shutdown
!
router eigrp 2001
passive-interface Serial0
passive-interface TokenRing0
network 172.16.0.0
auto-summary
no eigrp log-neighbor-changes
!
router rip
passive-interface Serial1
passive-interface TokenRing0
network 172.16.0.0
!
-- Thanks syv@911networks.com
This archive was generated by hypermail 2.1.4 : Tue Dec 03 2002 - 07:23:10 GMT-3