LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-06-2012, 12:51 AM   #1
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Blog Entries: 5

Rep: Reputation: Disabled
Need Help Cisco Routing & Switching using Graphical Network Simulator


Hi
To learn cisco routing & swtiching i manually installed the gns3 (graphical network stiumulator).And i have problem that i could not ping the router5 interface ipaddress 192.168.45.5 from router1 interface ipadress 192.168.12.1. I have attached my router scenerio. And i had add route on all router interface to reach 192.168.45.5.Any one help to me go know where im making mistake

Quote:
Router2

en
conf t
int fa0/0
ip add 192.168.12.2 255.255.255.0
no sh
int fa0/1
ip add 192.168.24.2 255.255.255.0
no sh
Quote:
Router4

en
conf t
int fa0/0
ip add 192.168.24.4 255.255.255.0
no sh
int fa0/1
ip add 192.168.34.4 255.255.255.0
no sh

Quote:
Router3

en
conf t
int fa0/0
ip add 192.168.13.3 255.255.255.0
no sh
int fa0/1
ip add 192.168.34.3 255.255.255.0
no sh


Quote:
Router5

en
conf t
int fa0/0
ip add 192.168.45.5 255.255.255.0
no sh
int l1
ip add 172.168.1.1 255.255.255.0
no sh
int l2
ip add 172.168.2.1 255.255.255.0
no sh
int l3
ip add 172.168.3.1 255.255.255.0
no sh
int l4
ip add 172.168.4.1 255.255.255.0
no sh
Quote:
Router1

en
conf t
int fa0/0
ip add 192.168.12.1 255.255.255.0
no sh
int fa0/1
ip add 192.168.13.1 255.255.255.0
int l1
ip add 172.168.5.1 255.255.255.0
no sh
int l2
ip add 10.1.1.1 255.255.255.255
no sh
To ping 192.168.45.5 .I had executed on all router ,But no sucess at all

conf t
no router eigrp 1
router eigrp 1
network 192.168.45.5 255.255.255.255
no auto-summ
end



Status of router interface all interface remains up status

R1#sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.12.1 YES manual up up
FastEthernet0/1 192.168.13.1 YES manual up up
FastEthernet1/0 unassigned YES unset administratively down down
Loopback1 172.168.5.1 YES manual up up
Loopback2 10.1.1.1 YES manual up up
R1#


R2#sh ip inter brie
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.12.2 YES manual up up
FastEthernet0/1 192.168.24.2 YES manual up up
R2#


R3#show ip interface brie
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.13.3 YES manual up up
FastEthernet0/1 192.168.34.3 YES manual up up
R3#



R4#show ip interface brie
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.24.4 YES manual up up
FastEthernet0/1 192.168.34.4 YES manual up up
FastEthernet1/0 192.168.45.4 YES manual up up
R4#



R5#show ip interface brie
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.45.5 YES manual up up
FastEthernet0/1 unassigned YES unset administratively down down
Loopback1 172.16.1.1 YES manual up up
Loopback2 172.16.2.1 YES manual up up
Loopback3 172.16.3.1 YES manual up up
Loopback4 172.16.4.1 YES manual up up




R1#
R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 192.168.13.3 Fa0/1 11 02:24:05 73 438 0 21
0 192.168.12.2 Fa0/0 14 02:24:07 78 468 0 23
R1#

R2#p}
R2#show ip eigrp neighbors
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 192.168.24.4 Fa0/1 12 02:24:30 111 666 0 28
0 192.168.12.1 Fa0/0 14 02:24:34 308 1848 0 22
R2#



R3#show ip eigrp neighbors
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 192.168.34.4 Fa0/1 12 02:25:05 108 648 0 29
0 192.168.13.1 Fa0/0 13 02:25:07 300 1800 0 23
R3#


R4#show ip eigrp neighbors
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
2 192.168.45.5 Fa1/0 12 02:22:45 454 2724 0 8
1 192.168.34.3 Fa0/1 12 02:25:30 291 1746 0 22
0 192.168.24.2 Fa0/0 13 02:25:30 74 444 0 22
R4#



R5#show ip eigrp neighbors
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 192.168.45.4 Fa0/0 13 02:23:14 92 828 0 27
R5#
Attached Thumbnails
Click image for larger version

Name:	Cisco Routing.png
Views:	22
Size:	104.0 KB
ID:	11155  

Last edited by jsaravana87; 11-06-2012 at 06:17 AM.
 
Old 11-06-2012, 11:04 PM   #2
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558

Original Poster
Blog Entries: 5

Rep: Reputation: Disabled
To ping 192.168.45.5 router5 interface from router1 interface 192.168.12.2 .I had executed on all router ,But no sucess at all

Quote:
conf t
no router eigrp 1
router eigrp 1
network 192.168.45.5 255.255.255.255 no auto-summ
end
Solve the problem .Executing following on all router

Quote:
The network 0.0.0.0 255.255.255.255 area 1 router configuration command ensures that all the new interfaces configured on the router after the OSPF process has been configured
Quote:
conf t
no router eigrp 1
router eigrp 1
network 0.0.0.0 255.255.255.255 no auto-summ
end

Last edited by jsaravana87; 11-07-2012 at 12:38 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco Network Simulator adam_blackice Linux - Newbie 5 09-10-2012 08:11 PM
Vyatta Network OS Routing & Security Software donwnload free ????? chamath Linux - Networking 1 10-03-2011 05:21 PM
Truly free Cisco Router Simulator Latitude Linux - Networking 3 06-30-2009 04:13 AM
Cisco router simulator hazdingo Linux - Networking 1 01-13-2009 12:20 PM
ns-2 simulator implementing a manet routing protocol myrto Programming 1 07-09-2007 03:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration