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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RIP an igrp error messages

Status
Not open for further replies.

spivy66

MIS
Nov 8, 2002
150
US
I'm trying to setup igrp or even rip and i keep getting error opening socket.when i sh ip protocol. i get nothing.Anyone have any ideas.?? here's my sh run and sh ver


VAX#sh run
Building configuration...

Current configuration : 417 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
no service dhcp
!
hostname VAX
!
logging queue-limit 100
!
ip subnet-zero
!
ip audit notify log
ip audit po max-events 100
!
!
!
!
interface FastEthernet0
ip address 192.168.200.10 255.255.255.0
speed auto
!
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4




: VAX#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-K9O3SY-M), Version 12.2(16), RELEASE SOFTWARE (fc
3)
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Fri 07-Mar-03 01:35 by pwade
Image text-base: 0x800080E0, data-base: 0x80AF34F8

ROM: System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)

VAX uptime is 48 minutes
System returned to ROM by reload at 05:59:28 EST Sat Mar 3 2007
Running default software


This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
use. Delivery of Cisco cryptographic products does not imply
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:

If you require further assistance please contact us by sending email to
export@cisco.com.

cisco IPM (MPC860) processor (revision 0x300) with 58983K/6553K bytes of memory.

Processor board ID FOC074706ZO (1136703305), with hardware revision 0000
M860 processor: part number 0, mask 32
Bridging software.
X.25 software, Version 3.0.0.
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0xA102
!
 
do a

show ip int br

your sho ver doesn't show your fast ethernet interface...


are there any other errors in the show log?
 
Hey, here what you ask..


VAX#sh ip inter bri
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0 192.168.200.10 YES manual up up


VAX(config)#router igrp 10
VAX(config-router)#network 192.168.200.0
VAX(config-router)#end
VAX#sh
11:02:02: %SYS-5-CONFIG_I: Configured from console by consolelog
Syslog logging: enabled (0 messages dropped, 0 messages rate-limited, 0 flushes,
0 overruns)
Console logging: level debugging, 21 messages logged
Monitor logging: level debugging, 0 messages logged
Buffer logging: level debugging, 3 messages logged
Logging Exception size (4096 bytes)
Trap logging: level informational, 25 message lines logged

Log Buffer (4096 bytes):

10:59:10: %SYS-5-CONFIG_I: Configured from console by console
10:59:27: %SYS-5-CONFIG_I: Configured from console by console
11:02:02: %SYS-5-CONFIG_I: Configured from console by console
VAX#
VAX#sh ip pro

VAX#
 
i dont like the output of the sho ver... are you sure ip routing is enabled in your ios?

does running the command "ip routing" change anything?

 
Hi.

Do this please:
Code:
sh ip route
and post it.

Also do this:
Code:
Router# conf t
Router(config)#config-register 0x2102
and reboot the router.
 
running the ip routing does nothing..
sh ip route will only sh igrp if it has other neibors( which i dont just yet)

X.25 software, Version 3.0.0.
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

VAX#
VAX#
VAX#conf t
Enter configuration commands, one per line. End with CNTL/Z.
VAX(config)#router igrp 10
VAX(config-router)#network 192.168.200.0
VAX(config-router)#end
VAX#
00:01:09: %IGRP-3-NOSOCKET: Unable to open socket for AS 10sh
00:01:10: %SYS-5-CONFIG_I: Configured from console by console i
% Ambiguous command: "sh i"
VAX#sh ip pro

<TOSHIBA-USER>:


I changed conf-reg 0x2102 and reloaded...nothing..any other ideas guys??thanks!!


 
does
sho ip route

show your connected routes even?
if you add statics do they go in the routing table.
 
Hi, your config does not show rip enabled

#conf t
(config)#router rip
(config-router)#network 192.168.200.0
(config-router)#exit

Then enable it on the other router ensuring your network statements represent all connected subnets to interfaces you want to send updates out of.

Are your interfaces all up?

#show ip interface brief

Hope this helps
 
Yo have no routing protocols set up---it's NOT on by default.

Burt
 
thank you all for your input..

If a add a default route say ip route 0.0.0.0 0.0.0.0 192.168.200.1 it shows up under sh ip route as the default gateway

running ip routing in the global config does nothing..
Burt what you mean it's not on by default..if i run

(config)#router rip
(config-router)#network 192.168.200.0
(config-router)#exit
doesnt that turn it on??

thanks guys
 
guys ,here is everything...as you can see setting a default route works but not rip or igrp. I also made sure ip rouitng is enabled.I have no idea whats going on. I even changed another ios..is thr hardware shot on this ???

VAX#sh proto
Global values:
Internet Protocol routing is enabled
FastEthernet0 is up, line protocol is up
Internet address is 192.168.200.10/24
VAX#
VAX#conf t
Enter configuration commands, one per line. End with CNTL/Z.
VAX(config)#router igrp 10
VAX(config-router)#network 192.168.200.0
VAX(config-router)#end
VAX#
00:11:00: %IGRP-3-NOSOCKET: Unable to open socket for AS 10
00:11:02: %SYS-5-CONFIG_I: Configured from console by console
VAX#sh ip inter bri
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0 192.168.200.10 YES NVRAM up up

VAX#sh ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, 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

C 192.168.200.0/24 is directly connected, FastEthernet0
VAX#conf t
Enter configuration commands, one per line. End with CNTL/Z.
VAX(config)#ip route 0.0.0.0 0.0.0.0 192.168.200.1
VAX(config)#end
VAX#
00:11:56: %SYS-5-CONFIG_I: Configured from console by console
VAX#sh ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, 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 192.168.200.1 to network 0.0.0.0

C 192.168.200.0/24 is directly connected, FastEthernet0
S* 0.0.0.0/0 [1/0] via 192.168.200.1

VAX#sh run
Building configuration...

Current configuration : 503 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
no service dhcp
!
hostname VAX
!
logging queue-limit 100
logging buffered 4096 debugging
logging console notifications
!
ip subnet-zero
!
ip audit notify log
ip audit po max-events 100
!
!
!
!
interface FastEthernet0
ip address 192.168.200.10 255.255.255.0
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.200.1
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
 
you set up rip and igrp above
but they are not in your config posted above..
did you remove them or is the config not being applied?
 
That's what i'm saying the config is not being applied.I think there is a main boad issue here, but I dont know cisco to that extent. What concerns me is this..

00:11:00: %IGRP-3-NOSOCKET: Unable to open socket for AS 10


I did research but could not find anything..thanks again
 
what is the exact hardware model of this router?

i tried to get it from cisco with your sho ver out put but got
No Results Found
You either entered an invalid product name or number or the product you indicated does not have serial number information in this tool yet. If you know it is a valid Cisco product and want the information included in future releases, please submit feedback.

have you ommitted anything from the output?

im not sure what IPM means for hardware...
cisco IPM (MPC860) processor (revision 0x300) with 58983K/6553K bytes of memory

i would probably look to do an ios upgrade...
 
well it's a 1721 router ,and I went and downloaded ios hunter to see if it was in fact the ios( you can download older ver of an ios. I have tried 3 different ios's all with the same result.Also how much is CCO if i wanted to get support on this product( ball park?)
 
Thanks for you help.I'm just curious tho ,I have nothing loaded on here,how would i free up my memory?
 
...not sure...
..i guess the point i was trying to make is...it is mentioning a memory problem... dont overlook anything to do with memory..
..good luck,,keep us posted with your research...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top