Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Config Help

Status
Not open for further replies.

mikeleahy

Technical User
Jan 12, 2005
266
IE
hi

here is my config for a 512 circuit. i am not getting any rip routes ,any ideas why??? pleas help

sh run
Building configuration...

Current configuration : 1951 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname IBSCORK
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$IhtM$By/wXeXzCJSZbvVk9zVRW0
enable password Merrigan1
!
no aaa new-model
!
resource policy
!
mmi polling-interval
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
ip domain name yourdomain.com
!
username cisco privilege 15 secret 5 $1$ocC4$L.PwAaifFvgVXIvrOe9r0.
!
!
!
interface Multilink1
ip address 159.134.61.182 255.255.255.252
ip tcp header-compression iphc-format
ppp multilink
ppp multilink fragment delay 10
ppp multilink interleave
ppp multilink group 1
ip rtp header-compression iphc-format
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$I
ip address 192.168.1.7 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1/0
description Leased Line to Dublin
bandwidth 512
ip address 159.134.61.182 255.255.255.252
encapsulation ppp
ppp multilink
ppp multilink group 1
!
router rip
version 2
redistribute connected metric 1
redistribute static metric 1 route-map cpe-static
network 159.134.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/1/0
ip route 192.168.1.0 255.255.255.0 Null0 254 tag 1024
!
ip http server
ip http authentication local
ip http timeout-policy idle 5 life 86400 requests 10000
!
route-map cpe-static permit 10
match tag 1024
!
route-map cpe-static deny 20
!
!
control-plane
!
banner login ^C
Only Authorised Persons May Login
^C
banner motd ^C
Welcome To IBS ^C
!
line con 0
password Merrigan1
login
line aux 0
line vty 0 4
privilege level 15
password Merrigan2
login
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
end
 
Might want to add 192.168.1.0 network into your rip statement to advertise both of your networks.
 
Which interfaces are you expecting to see other RIP speakers on?

You can run a debug "debug ip rip events" to try and determine if you're seeing any advertisements from other RIP routers and on which interfaces.

Just be sure those others routers agree to use RIPv2 and are actually configured with network statements to advertise network segments you don't know about.
 
this is the config that i got from the isp. i added the ethernet etc and the static route. The serail card is connected to the ISP equipment so i presume the rip routes should be coming down this link???? i presume if the isp sent this config then their routers are speaking rip v2. should i advertise my local network under router rip
 
Technically speaking you are already advertising your LAN subnet as you are redistributing connected in the RIP process.

Run the debug command I outlined above and try and see if you seethe RIP messages coming from the ISP router(s).
 
i ran the command and it says rip debugging is on. how do i see if there are packets anyway. when i do sh cdp nei
i get

Device ID Local Intrfce Holdtme Capability Platform Port ID
edge2-qkr Multilink1 156 R 7206VXR Multilink5
cisco Fas 0/0 161 R C837 Eth 0

The edge2-qkr router is i presume the isp edge router but i cant ping it. i only have one site set up i.e. the router hasnt been installed in the other site yet. should that matter , it is a 512 private circuit
 
Weird configuration. You have multilink setup and only one serial in it. Don't need multilink in this config. Also as your serial is you internet connection you typically do nat want to advertise your networks outside and would typically have the command passive interface serial0/1/0 in your rip statement. And really with only one internal subnet and static route to the internet you dont need rip. Also would recommend adding service password-encryption to your config. If serial0/1/0 is a point to point link to another site then you could run rip but again with only one lan subnet and the single static route you do not need it.
 
Forgot to add that if serial0/1/0 is point to point and the other side also has static route to you in same manner then rip would not be needed.
 
if i removed the multilink would it speed it up....
my serial is not my internet connection, my internet connection is a different router. the static route is to the leased line, do i not need that.i didnt think i did, would it jus route traffic out via the serial anyway. everyones gateway is the internet router and the traffic for leased line is routed back to the 2801. how do you mean i dont need rip, the rip is to get the isp routes
 
If you are telneting to the router in question, need to type 'term mon' to see any debugs created. You can also check the log file (show log).

As previous poster said (I missed this earlier), your multilink interface is redundant and it's IP address overlaps with the serial interface. I'm kind of surprised the router allowed you to enter it!

So Serial0/1/0 the interface that connects to your Internet router which in turn connects to the ISP? If it is, can you also confirm that this Internet-facing router you mentioned above is also enabled for RIP?
 
the routes are now being populated and the link is working ok. but when i connect to 192.168.0.111 (dublin router) and try to ping 192.168.1.4 (app server) it times out, but clients on the dublin subnet can ping it and log in to the app no problem. how is this.... also our phone company convert voice to data packets to be sent over this link too and that traffic is not being routed ... what could b blocking it???
 
here it is

sh run
Building configuration...

Current configuration : 1972 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname IBSCORK
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$IhtM$By/wXeXzCJSZbvVk9zVRW0
enable password Merrigan1
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-conf
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
ip domain name yourdomain.com
!
username cisco privilege 15 secret 5 $1$ocC4$L.PwAaifFvgVXIvrOe9r0.
!
!
!
interface Multilink1
ip address 159.134.61.182 255.255.255.252
ip tcp header-compression iphc-format
ppp multilink
ppp multilink fragment delay 10
ppp multilink interleave
ppp multilink group 1
ip rtp header-compression iphc-format
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
ip address 192.168.1.7 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1/0
description Leased Line to Dublin
bandwidth 512
ip address 159.134.61.182 255.255.255.252
encapsulation ppp
ppp multilink
ppp multilink group 1
!
router rip
version 2
redistribute connected metric 1
redistribute static metric 1 route-map cpe-static
network 159.134.0.0
network 192.168.1.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Seri
ip route 192.168.1.0 255.255.255.0 Null0 254 tag 1024
!
ip http server
ip http authentication local
ip http timeout-policy idle 5 life 86400 requests 10000
!
route-map cpe-static permit 10
match tag 1024
!
route-map cpe-static deny 20
!
!
control-plane
!
banner login ^C
Only Authorised Persons May Login
^C
banner motd ^C
Welcome To IBS ^C
!
line con 0
password Merrigan1
login
line aux 0
line vty 0 4
privilege level 15
password Merrigan2
login
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
end
 
This is the same config as the original post....can you post the config of the router at the other end?
 
sorry

here it is

Building configuration...

Current configuration : 1782 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname IBSDublin
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$xXQC$5q57P8jECp8ByTSrXlR3u1
enable password Merrigan1
!
username cisco privilege 15 secret 5 $1$rMB1$CTlmPkfxYKVRD4ue0lXgR/
username Robbie password 0 Merrigan1
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
ip domain name yourdomain.com
no ftp-server write-enable
!
!
!
!
interface Multilink1
ip address 159.134.142.166 255.255.255.252
ip tcp header-compression iphc-format
ppp multilink
ppp multilink fragment delay 10
ppp multilink interleave
ppp multilink group 1
ip rtp header-compression iphc-format
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-L
ip address 192.168.0.111 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1/0
ip address 159.134.142.166 255.255.255.252
encapsulation ppp
ppp multilink
ppp multilink group 1
!
router rip
version 2
redistribute connected metric 1
redistribute static metric 1
network 159.134.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/1/0
ip route 192.168.0.0 255.255.255.0 Null0 254 tag 1024
ip http server
ip http authentication local
ip http timeout-policy idle 600 life 86400 requests 10000
!
!
!
control-plane
!
banner login ^C
Authorised Persons Only
^C
!
line con 0
password Merrigan2
login
line aux 0
line vty 0 4
privilege level 15
password Merrigan2
login
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top