Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Questions about networking
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ghjg hjgh  
View profile  
 More options May 21 2012, 3:01 am
Newsgroups: alt.certification.cisco
From: ghjg hjgh <afortbr...@gmail.com>
Date: Mon, 21 May 2012 00:01:03 -0700 (PDT)
Local: Mon, May 21 2012 3:01 am
Subject: Questions about networking
Hey, this is Mike. I'm stumped on some questions I have. The first
question I have is ,

Assume you are connected via serial console to a Cisco 2600 with a
default config. You have been assigned the far side of 64.142.0.60/30
as a transport network. List all of the IOS commands needed to
statically configure it for internet reachability via FastEthernet0/1.

The second question I have is

How many IPs are in a Class C subnet? Assuming a gateway is in use,
what is the max number of hosts you could have assigned on that IP
block?

I think its 256 with 2 reserved ips. 254 useable ips?

thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
thecjg...@gmail.com  
View profile  
 More options Jul 31 2012, 2:19 pm
Newsgroups: alt.certification.cisco
From: thecjg...@gmail.com
Date: Tue, 31 Jul 2012 11:19:26 -0700 (PDT)
Local: Tues, Jul 31 2012 2:19 pm
Subject: Re: Questions about networking

------------
Q1: Assuming your ISP is advertising 64.142.0.60/30.
!
int S0
ip nat outside
ip addr 64.142.0.61 255.255.255.252
no shut
ip route 0.0.0.0 0.0.0.0 64.142.0.62
!
int FastEthernet0/1
ip nat inside
ip address 10.1.1.1 255.0.0.0
no shut
!
ip nat inside source list 10 interface s0 overload
access-list 10 permit 10.0.0.0 0.255.255.255
!
!Note all traffic must originate from inside.
---
Q2: 254 minus the GW IP, would be 253 useable IP's

Crzzy1

----------------


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »