Technical Discussion
  >> Technical Issues


Register (or login) on our website and you will not see this ad.


These posts have been archived and can no longer be replied to or modified.
  Print Thread
Standard User deleted
(deleted) Fri 05-Jun-09 22:45:54
Print Post

Cisco config question


[link to this post]
 
Ok, got the 2811. HWIC-2 plus the two standard two on board FastEthernet ports....

interfaces set up Fas0/0 is 10.1.10.1/16, Fas0/1 is down, Fas0/0/0 is 10.2.10.1/16 and Fas0/0/1 is 10.5.10.1/16 (historical IPs, not changeable)

For this issue we will be ignoring Fas0/0/1 (10.5.10.1) because the interface is shut down.

Two PCs connected, one to fas0/0 with IP 10.1.80.1 the other on Fas0/0/0 with IP 10.2.80.1. Both with the correct router IP as their default gateway.

No DHCP or anything flash. All configured from the console and SDM is not running

Each PC can ping any router address so 10.1.80.1 can ping both 10.1.10.1 and 10.2.10.1; likewise10.2.80.1 can ping both router addresses.

However the PCs can't ping each other, nor can the router ping the PCs.

I am obviously being stupid and missing something from the config that will make it just work - any tips as to where I can find a clue bat?smile

S.
Standard User deleted
(deleted) Sat 06-Jun-09 10:29:49
Print Post

Re: Cisco config question


[re: deleted] [link to this post]
 
So you've got...

Fa0/0 = 10.1.10.1/16
Fa0/0/0 = 10.2.10.1/16

PC > Fa0/0 = 10.1.80.1/16
PC > Fa0/0/0 = 10.2.80.1/16

If you do a "show ip route", both PC's should be directly connected. If you do a "show arp", they should both be in the arp table.

With everything being directly connected, I wouldn't have thought RIP would be required.

You sure all the subnets are correct?

Probably best to just paste us the output of a "show run", a "show ip route", and a "show arp".
Standard User deleted
(deleted) Sat 06-Jun-09 12:12:56
Print Post

Re: Cisco config question


[re: deleted] [link to this post]
 
Thanks for the sanity check.

I will make sure the nets are correct and that I have the PCs connected to the ports I think they should be, then post the show run/show arp on Monday when I can get at the router.

My hunch is that I have, somehow, got the PCs connected to the 'wrong' ports or something equally stupid.


Register (or login) on our website and you will not see this ad.

Standard User deleted
(deleted) Sun 07-Jun-09 09:31:32
Print Post

Re: Cisco config question


[re: deleted] [link to this post]
 
Ok... owing to BT/Entanet ADSL incompetence I get to go in to work today.... so here is the running config and the arp table.

It would appear from the ARP table that I have the right things plugged into the right interfaces.

I am slightly concerned that the running config shows no "ip routing" line... should I be?
I have also hacked out all the self signed key bits to make this post shorter. We aren't (AFAIK) using authenticated stuff on the machine so it shouldn't be relevent.

Text
1
23
45
67
89
1011
1213
1415
1617
1819
2021
2223
2425
2627
2829
3031
3233
3435
3637
3839
4041
4243
4445
4647
4849
5051
5253
5455
5657
5859
6061
6263
6465
6667
6869
7071
7273
7475
7677
7879
8081
8283
8485
8687
sho runn
Building configuration... 
Current configuration : 2762 bytes!
version 12.4service timestamps debug datetime msec
service timestamps log datetime msecno service password-encryption
!hostname bmtnet01
!boot-start-marker
boot-end-marker!
logging message-counter syslogenable secret 5 $1$Tob0$WQwHKv026oVLn/YzFwglr/
enable password 123456abcdef!
no aaa new-model!
dot11 syslogno ip source-route
!!
ip cef!
!multilink bundle-name authenticated
!archive
 log config  hidekeys
! interface FastEthernet0/0
 ip address 10.1.10.1 255.255.0.0 duplex auto
 speed auto no mop enabled
!interface FastEthernet0/1
 no ip address shutdown
 duplex auto speed auto
!interface FastEthernet0/0/0
 ip address 10.2.10.1 255.255.0.0 duplex auto
 speed auto no mop enabled
!interface FastEthernet0/0/1
 ip address 10.5.10.1 255.255.0.0 shutdown
 duplex auto speed auto
 no mop enabled!
ip forward-protocol nd!
ip http serverip http authentication local
ip http secure-server!
dialer-list 1 protocol ip permit!
snmp-server community public RO!
control-plane!
line con 0line aux 0
line vty 0 4 password abcdef123456
 login!
scheduler allocate 20000 1000end
 bmtnet01#sho arp
Protocol  Address          Age (min)  Hardware Addr   Type   InterfaceInternet  10.1.10.1               -   0024.c492.a2b0  ARPA   FastEthernet0/0
Internet  10.1.80.1               9   0018.8b66.7a2e  ARPA   FastEthernet0/0Internet  10.2.10.1               -   001f.ca58.f685  ARPA   FastEthernet0/0/0
Internet  10.2.80.1               9   0012.3fbd.0321  ARPA   FastEthernet0/0/0bmtnet01#
Standard User deleted
(deleted) Sun 07-Jun-09 10:26:22
Print Post

Re: Cisco config question


[re: deleted] [link to this post]
 
Shortly after posting my last I went back to the router and, miraculously, everything seems to be working... now to work out why the router boots to rommon> and not straight to IOS...

crazy Thanks for looking - sorry if it was all a bit of a wild goose chase.

S.
Moderator billford
(moderator) Sun 07-Jun-09 10:30:52
Print Post

Re: Cisco config question


[re: deleted] [link to this post]
 
In reply to a post by sponge34:
Shortly after posting my last I went back to the router and, miraculously, everything seems to be working...
Reminds me of the old story- fastest way to clear an electronic fault was to bring an AVO near it tongue

~~~~~~~~~~~~
Bill

[email protected]
The author of the above post is a thinkbroadband moderator but it does not constitute an official statement on behalf of thinkbroadband.
Standard User deleted
(deleted) Sun 07-Jun-09 11:15:46
Print Post

Re: Cisco config question


[re: deleted] [link to this post]
 
Cool, glad it's working smile

If this router has a WAN interface, you'll need:

ip route 0.0.0.0 0.0.0.0 Dialer0

(assuming Dialer0 is your WAN interface)

That'll default route any IP traffic not in the routing table over the WAN. Required if you want external connectivity. Unless you have another router on your network with a working WAN link, then you could use its IP instead of Dialer0.
Standard User Rockh
(eat-sleep-adslguide) Sun 07-Jun-09 15:19:48
Print Post

Re: Cisco config question


[re: deleted] [link to this post]
 
Do a show version, and see what the last line, config register is saying should be 0x2102. if not then conf t, configuration-register 0x2102, end, copy run start, reload.

Dave
Standard User deleted
(deleted) Sun 07-Jun-09 19:49:25
Print Post

Re: Cisco config question


[re: deleted] [link to this post]
 
Hi,

Thanks again. Sanity checks are good... I will need a default route eventually but not just yet. At the moment I know where everything goes with this router - it is linking up an intranet via 10/100Mbps WAN connections.

RIP beckons at stage 2 or three of the current project, however at the moment static routes rule!

We don't have a dial connection on this router (yet, though it is a possibility in the future I guess)

S.
Standard User shadyron
(regular) Wed 07-Oct-09 10:48:00
Print Post

Re: Cisco config question


[re: deleted] [link to this post]
 
Is it booting to rommon because it's expecting a boot flash: command (or wherever you're storing IOS)?

Cheers,
Gary Smith
  Print Thread

Jump to