The subnet mask is a number used to identify a subnetwork when an IP address is shared by multiple networks.
Subnetworks limits the number of nodes (clients, servers) that have to compete for available bandwidth to a confined geographic area.
You home address is a host address
your street is...
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/ip_c/ipcprt2/1cdospf.htm in case you have a slow access link. Route once; switch many
The central concept behind OSPF is internetworks Areas. The areas are used to control traffic flow and filter out unwanted routing table details.
Router(config-router)#network 10.0.0.0 0.255.255.255 area 0
The above in example command put the subnet 10.0.0.0 into ospf area 0. The main benefit...
There are a few errors in the commands due to my rushing during lunch but you grasp the ideas. You can find sample configs such as the one above on cisco web sight. You will find allot of samples for static and dynamic addressing etc. Route once; switch many
service udp-small-servers <*>
service tcp-small-servers <*>
!
hostname Chicago
!
enable secret cisco
!
ip subnet-zero
no ip domain-lookup
!
interface Ethernet0
ip address 192.168.255.XXX 255.255.255.252
!
interface Serial0.200
ip address 192.168.255.9 255.255.255.252
encapsulation frame-relay...
Questions:
Is the ICS-enabled nic assigned a static IP address such as 192.168.0.1.
On the Sharing tab did you put a check in the box "Enable Internet Connection for this Connection".
Sound Like your TCP/IP settings are timing out. Are you using the same subnet value on each nic...
HostMin: 192.168.0.1
HostMax: 192.168.0.254
Your broadcast would be 192.168.0.255
Since your using a Private IP address it doesn’t matter how you design it as long as you design it consistently
Here are some tips: Use the Same Workgroup Name on All Computers.
Check the...
How to Configure a Cisco Router Behind a Non-Cisco Cable Modem at Link:
http://www.cisco.com/warp/public/109/router_behind_cm_19268.shtml#hw
Route once; switch many
Place the most frequently used protocol first to speed up network access. Fewer protocols generate less network traffic. Newer drivers can enhance performance. Download the newest driver from your manufacturer. Unbind unneeded protocols to reduced network traffic. Reducing the idle disconnect...
It goes a little deeper then that one command statement to set a time range. Link:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120t/120t1/timerang.htm
See setion: "Define a Time Range'
For the time range feature to work the way you intend, you need a reliable...
There is a classless and class full IP address design issue to consider. If it were classless it would have a subnet short hand extension. For example /18 or 255.255.192.0 If a router was using RIP AKA RIP v 1 it would know that this was a class full "B" address 10nnnnnn.nnnnnnnn...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.