networking-forum.com
Community BlogCommunity Wiki * Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]



Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Thu Oct 13, 2011 5:56 pm 
Offline
New Member
New Member

Joined: Thu Oct 13, 2011 5:47 pm
Posts: 9
Hello, I'm taking ccna network fundamentals and I'm having a little trouble with configuring the static route on the R1-ISP. I configured the R2-Central static route as; network: 0.0.0.0 subnet: 0.0.0.0 and next hop as 192.168.23.122

I tried configuring the R1-ISP as 0.0.0.0, 0.0.0.0, and 192.168.23.121 but that did not work. I then tried 192.168.23.122, 255.255.255.255, and 192.168.23.121. It added it without saying "invalid IP address" or "inconsistent address and mask" What am I doing wrong?

I'm stuck at 97% on this pt, any help would be appreciated.


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 6:26 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Feb 08, 2010 9:30 am
Posts: 1172
Location: Santiago, Chile
Certs: CCENT, CCNA,CCNP Route
Why dont you post the whole config of both routers?


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 6:51 pm 
Offline
New Member
New Member

Joined: Thu Oct 13, 2011 5:47 pm
Posts: 9
Carlitos_30 wrote:
Why dont you post the whole config of both routers?



Oh yeah, R-1 ISP's fast ethernet 0/0 has an IP address of 192.168.23.110 and a subnet mask of 255.255.255.240 and the serial 0/0/0 has an IP address of 192.168.23.122 and subnet mask 255.255.255.252 and is connected via a serial DCE cable to R2-Central with a fast ethernet0/1 IP address of 192.168.23.62 and subnet mask of 255.255.255.192 and the serial0/0/0 has an IP address of 192.168.23.121 and a subnet mask of 255.255.255.252


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 6:53 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Feb 08, 2010 9:30 am
Posts: 1172
Location: Santiago, Chile
Certs: CCENT, CCNA,CCNP Route
Again, post the config and what you are trying to accomplish.


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 7:01 pm 
Offline
New Member
New Member

Joined: Thu Oct 13, 2011 5:47 pm
Posts: 9
Carlitos_30 wrote:
Again, post the config and what you are trying to accomplish.


I am trying to implement a standard lab topology with a new IP addressing scheme.

You have been given an IP address block of 192.168.23.0 /24. You must provide for existing networks as well as future growth.

Subnet assignments are (assuming ip subnet-zero is enabled):
1st subnet, existing student LAN (off of router R2-Central), up to 60 hosts;
2nd subnet, future student LAN, up to 28 hosts;
3rd subnet, existing ISP LAN, up to 12 hosts;
4th subnet, future ISP LAN, up to 6 hosts;
5th subnet, existing WAN, point-to-point link;
6th subnet, future WAN, point-to-point link;
7th subnet, future WAN, point-to-point link.

Interface IP addresses:

For the server, configure the second highest usable IP address on the existing ISP LAN subnet.
For R1-ISP's Fa0/0 interface, configure the highest usable IP address on the existing ISP LAN subnet.
For R1-ISP's S0/0/0 interface, configure the highest usable address on the existing WAN subnet.
For R2-Central's S0/0/0 interface, use the lowest usable address on the existing WAN subnet.
For R2-Central's Fa0/0 interface, use the highest usable address on the existing student LAN subnet.
For hosts 1A and 1B, use the first 2 IP addresses (two lowest usable addresses) on the existing student LAN subnet.
Additional configurations:
For PCs 1A and 1B, in addition to IP and default gateway configuration, configure them to use DNS services.
For the server, in addition to IP and default gateway configuration, enable DNS services, use the domain name eagle-server.example.com, and enable HTTP services.
For R1-ISP router serial interface, you will need to set the clock rate (a timing mechanism required on the DCE end of serial links) to 64000.
No clock rate is needed on the DTE side, in this case R2-Central's serial interface.
Task 2: Finish building the network in Packet Tracer

Add cables where missing.
Connect a serial DCE cable to R1-ISP S0/0/0, with the other end to R2-Central S0/0/0.
Connect PC 1A to the first FastEthernet port on switch S1-Central.
Connect PC 1B to the second FastEthernet port on switch S1-Central.
Connect interface Fa0/0 on router R2-Central to the highest FastEthernet port on switch S1-Central.
Connect interface Fa0/0 on router R1-ISP to Eagle-Server.
For all devices, make sure the power is on to the device and the interfaces.
Task 3: Configure the Network

You will need to configure the server, both routers, and the two PCs. You will not need to configure the switch nor do you need the IOS CLI to configure the routers. Part of the router configuration has already been done for you; all you must do is configure the static routes and the interfaces via the GUI; use 64000 as the clock rate on the serial link. The static route on R1-ISP should point to the existing student LAN subnet via R2-Central's serial interface IP address; the static route on R2-Central should be a default static route which points via R1-ISP's serial interface IP address.

I have done every configuration listed above but I am stuck at trying to configure the static route on the R1-ISP router.

I've attached a screenshot of what I have in packet tracer.


Attachments:
packet tracer 6.8.1.png
packet tracer 6.8.1.png [ 168.68 KiB | Viewed 6163 times ]
Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 7:28 pm 
Offline
New Member
New Member

Joined: Wed Jul 06, 2011 1:57 pm
Posts: 10
Lol I think he means type show running-config and paste it here.


Sent from my iPhone 5s using Tapatalk


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 7:47 pm 
Offline
New Member
New Member

Joined: Thu Oct 13, 2011 5:47 pm
Posts: 9
edlin wrote:
Lol I think he means type show running-config and paste it here.


Sent from my iPhone 5s using Tapatalk


I uploaded two documents containing the running config info.


Attachments:
R2-Central_running-config.png
R2-Central_running-config.png [ 120.03 KiB | Viewed 6156 times ]
R1-ISP_running-config.png
R1-ISP_running-config.png [ 120.01 KiB | Viewed 6156 times ]
Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 8:07 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Feb 08, 2010 9:30 am
Posts: 1172
Location: Santiago, Chile
Certs: CCENT, CCNA,CCNP Route
ip route 0.0.0.0 0.0.0.0 192.168.32.121 doesn't work?

Try "ip route 0.0.0.0 0.0.0.0 serial 0/0/0" instead.


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 8:14 pm 
Offline
New Member
New Member

Joined: Thu Oct 13, 2011 5:47 pm
Posts: 9
Carlitos_30 wrote:
ip route 0.0.0.0 0.0.0.0 192.168.32.121 doesn't work?

Try "ip route 0.0.0.0 0.0.0.0 serial 0/0/0" instead.


Hmm... 0.0.0.0 0.0.0.0 serial 0/0/0 for the static route to R2-central doesn't work either.


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 8:21 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Feb 08, 2010 9:30 am
Posts: 1172
Location: Santiago, Chile
Certs: CCENT, CCNA,CCNP Route
Do you have ping to the IP 192.168.32.121 from R1?


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 8:25 pm 
Offline
New Member
New Member

Joined: Thu Oct 13, 2011 5:47 pm
Posts: 9
Carlitos_30 wrote:
Do you have ping to the IP 192.168.32.121 from R1?


I just pinged it from the R1-ISP router. Here is a screenshot of what it says.


Attachments:
ping 192.168.23.121.png
ping 192.168.23.121.png [ 31.98 KiB | Viewed 6144 times ]
Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 8:27 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Feb 08, 2010 9:30 am
Posts: 1172
Location: Santiago, Chile
Certs: CCENT, CCNA,CCNP Route
Are you doing some of that PT works wich grade you based in what you have done?

Quote:
The static route on R1-ISP should point to the existing student LAN subnet via R2-Central's serial interface IP address


You should have ping to the host, may be you need the route asked in the homework.

Try "ip route LAN subnet Mask 192.168.32.121"

The above input means " ip route 192.168.23.0 255.255.255.192 192.168.32.121"


Last edited by Carlitos_30 on Thu Oct 13, 2011 8:31 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 8:28 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Feb 08, 2010 9:30 am
Posts: 1172
Location: Santiago, Chile
Certs: CCENT, CCNA,CCNP Route
Ok. The default route should work, if do you want to ping to a host see if the host has a default gateway configured.


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 8:39 pm 
Offline
New Member
New Member

Joined: Thu Oct 13, 2011 5:47 pm
Posts: 9
Carlitos_30 wrote:
Ok. The default route should work, if do you want to ping to a host see if the host has a default gateway configured.


The host has a default gateway of 192.168.23.110

I pinged that from the R1-ISP and it said that the success rate was 100 percent.

Also, here is a screenshot of the grading in the activity results. I'm just having trouble figuring out what I need to input for the network address, subnet mask, and next hop for the static route.


Attachments:
packet tracer results2.png
packet tracer results2.png [ 156.56 KiB | Viewed 6132 times ]
packet tracer results1.png
packet tracer results1.png [ 155.22 KiB | Viewed 6132 times ]
Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 8:43 pm 
Offline
New Member
New Member

Joined: Thu Oct 13, 2011 5:47 pm
Posts: 9
Carlitos_30 wrote:
Are you doing some of that PT works wich grade you based in what you have done?

Quote:
The static route on R1-ISP should point to the existing student LAN subnet via R2-Central's serial interface IP address


You should have ping to the host, may be you need the route asked in the homework.

Try "ip route LAN subnet Mask 192.168.32.121"

The above input means " ip route 192.168.23.0 255.255.255.192 192.168.32.121"


Oh wait that 192.168.23.0 255.255.255.192 192.168.23.121 worked! Thank you very much for all of your help! No wonder why what I was imputing didn't work. I was imputing 192.168.23.122 or 0.0.0.0 for the network address.


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 8:50 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Feb 08, 2010 9:30 am
Posts: 1172
Location: Santiago, Chile
Certs: CCENT, CCNA,CCNP Route
Quote:
I was imputing 192.168.23.122 or 0.0.0.0 for the network address.


A default route worked(you had connectivity to the hosts) but the activity asked for a specific static route, not a default route. You should study again the routing stuff.


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 8:53 pm 
Offline
New Member
New Member

Joined: Thu Oct 13, 2011 5:47 pm
Posts: 9
Carlitos_30 wrote:
Quote:
I was imputing 192.168.23.122 or 0.0.0.0 for the network address.


A default route worked(you had connectivity to the hosts) but the activity asked for a specific static route, not a default route. You should study again the routing stuff.


Yes I definitely should study routing more. Again, thank you for your help.


Top
 Profile  
 
PostPosted: Thu Oct 13, 2011 11:47 pm 
Offline
New Member
New Member
User avatar

Joined: Tue Dec 14, 2010 10:51 am
Posts: 45
Certs: CCNA
You configured a default route on R2-Central, but you didnt configure a route back in R1-ISP. If you dont configure a route in ISP router, the server wont be able to reach the computer. However, you will be able to ping between the routers as they are directly connected. I dont know if you got my point, if not I can elaborate it more if you want.

About the lab, I think you were supposed to make a normal static route, not a default one, or maybe just complete the route in the R1-ISP.


Top
 Profile  
 
PostPosted: Wed May 23, 2012 5:48 am 
Offline
New Member
New Member

Joined: Wed May 23, 2012 5:45 am
Posts: 1
Certs: CCNA
I configured follow to above. It's still not work. It's 95%. :?:
Code:
R1-ISP#sho run
Building configuration...

Current configuration : 873 bytes
!
version 12.3
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1-ISP
!
!
!
!
!
!
!
!
!
!
!
!
ip name-server 192.168.23.109
!
!
!
!
!
!
interface FastEthernet0/0
 description connection to Eagle Server
 ip address 192.168.23.110 255.255.255.240
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description DCE connection to R2-Central
 ip address 192.168.23.122 255.255.255.252
 clock rate 64000
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
ip route 192.168.23.0 255.255.255.192 192.168.23.121
!
!
!
no cdp run
!
banner motd ^C**This is lab router R1-ISP. Authorized access only.**^C
!
!
!
!
line con 0
 login
line vty 0 4
 password cisco
 login
!
!
!
end

Code:
R2-Central#sho run
Building configuration...

Current configuration : 843 bytes
!
version 12.3
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2-Central
!
!
!
!
!
!
!
!
!
!
!
!
ip name-server 192.168.23.109
!
!
!
!
!
!
interface FastEthernet0/0
 description connection to S1-Central
 ip address 192.168.23.62 255.255.255.192
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description DTE connection to R1-ISP
 ip address 192.168.23.121 255.255.255.252
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.23.122
!
!
!
no cdp run
!
banner motd ^C**This is lab router R2-Central. Authorized access only.**^C
!
!
!
!
line con 0
 login
line vty 0 4
 password cisco
 login
!
!
!
end


Attachments:
6.8.1.3 - Ans 95%.pka [90.13 KiB]
Downloaded 166 times
Top
 Profile  
 
PostPosted: Fri May 25, 2012 7:39 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Feb 08, 2010 9:30 am
Posts: 1172
Location: Santiago, Chile
Certs: CCENT, CCNA,CCNP Route
Quote:
I configured follow to above. It's still not work. It's 95%.


I checked the topology and the routes are well configured. PT bug?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: mrthanhquan and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group