IP addressing Subnetting [7:24712]

2001-10-30 Thread Tribavan Raina
Hi.. I was going through some subnetting scenarios and came across this stuf which is confusing for me.We have been given a network range of 10.60.0.0/24. We have 3 routers which are connected back to back and they all have 3 ethernet ports for 3 ethernet networks.Each subnet will have max. hos

Re: IP addressing Subnetting [7:24712]

2001-12-25 Thread Michael Paulson
- You can use all 4 subnets on your example of 10.60.0.0/24 range. There are times when you need the "ip subnet-zero" command. In your case you should not need. If you you had chosen the range 10.0.0.0 /24, then the command ip subnet-zero command would be relevant. - You should not use 10.60.0.

Re: IP addressing Subnetting [7:24712]

2001-10-30 Thread Gareth Hinton
Answering early to increase the chance of humiliation if I make mistakes In this case, the 1st and 4th octets are not subnets of all zero's/all one's, because you are using a Class A address. Your 4 little 26 bit subnets are right in the middle(ish) of a very large Class A network (10.0.0.0 -

Re: IP addressing Subnetting [7:24712]

2001-10-30 Thread Michael Williams
Good.. but you can't have a subnet with 31 bits that would leave 2 "hosts" and the network address and the broadcast would use them up, so you end up with 0 hosts per subnet. For point-to-point serial links, you'd usually use a /30 (255.255.255.252) which gives you 4 addresses per subnet

Re: IP addressing Subnetting [7:24712]

2001-10-31 Thread Karen Young
Currently you can't use /31 networks. However, there is an RFC that proposes changes that would allow their use on point-to-point links only. RFC 3021 Using 31-Bit Prefixes on IPv4 Point-to-Point Links. A. Retana, R. White, V. Fuller, D. McPherson. December 2000. (Format: TXT=19771 bytes) (Sta

Re: IP addressing Subnetting [7:24712]

2001-10-31 Thread Howard C. Berkowitz
>Good.. but you can't have a subnet with 31 bits that would leave 2 >"hosts" and the network address and the broadcast would use them up, so you >end up with 0 hosts per subnet. For point-to-point serial links, you'd >usually use a /30 (255.255.255.252) which gives you 4 addresses per sub

Re: IP addressing Subnetting [7:24712]

2001-10-31 Thread David C Prall
y, October 31, 2001 2:03 PM Subject: Re: IP addressing Subnetting [7:24712] > Currently you can't use /31 networks. However, there is an RFC that > proposes changes that would allow their use on point-to-point links only. > > RFC 3021 Using 31-Bit Prefixes on IPv4 Point-to-Point L

Re: IP addressing Subnetting [7:24712]

2001-10-31 Thread Patrick Ramsey
why would this be needed? 30 bits works perfect for serial links... Am I missing something? >>> "Karen Young" 10/31/01 02:03PM >>> Currently you can't use /31 networks. However, there is an RFC that proposes changes that would allow their use on point-to-point links only. RFC 3021 Using 31-B

RE: IP addressing Subnetting [7:24712]

2001-10-31 Thread Jim Brown
Who needs to worry about subnetting with the one day exam? (disclaimer: this is only a joke, no flames please) -Original Message- From: Howard C. Berkowitz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 12:19 PM To: [EMAIL PROTECTED] Subject: Re: IP addressing Subnetting

Re: IP addressing Subnetting [7:24712]

2001-10-31 Thread [EMAIL PROTECTED] (John Nemeth)
On Mar 23, 8:54am, "Howard C. Berkowitz" wrote: } } >Good.. but you can't have a subnet with 31 bits that would leave 2 } >"hosts" and the network address and the broadcast would use them up, so you } >end up with 0 hosts per subnet. For point-to-point serial links, you'd } >usually use

Re: IP addressing Subnetting [7:24712]

2001-10-31 Thread Howard C. Berkowitz
>why would this be needed? > >30 bits works perfect for serial links... Am I missing something?\ It wastes two bits with every subnet. IPv4 address space is not an infinite resource. > "Karen Young" 10/31/01 02:03PM >>> >Currently you can't use /31 networks. However, there is an RFC tha

Re: IP addressing Subnetting [7:24712]

2001-10-31 Thread Erick B.
/31 support is in 12.2(2)T for most platforms. I tried it on serials and it works fine. Haven't tried it on LAN interfaces yet, but don't see why it wouldn't work. --- "[EMAIL PROTECTED] (John Nemeth)" wrote: > On Mar 23, 8:54am, "Howard C. Berkowitz" wrote: > } > } >Good.. but you can't h

Re: IP addressing Subnetting [7:24712]

2001-11-01 Thread [EMAIL PROTECTED] (John Nemeth)
On Mar 23, 6:42pm, "Erick B." wrote: } } /31 support is in 12.2(2)T for most platforms. I tried } it on serials and it works fine. Haven't tried it on } LAN interfaces yet, but don't see why it wouldn't } work. I have a 2502 in my lab, running: IOS (tm) 2500 Software (C2500-JK8OS-L), Vers

Re: IP addressing Subnetting [7:24712]

2001-11-01 Thread MADMAN
Yes you can, 12.2.4T 1750># interface Loopback9 1750># ip address 111.11.1.1 255.255.255.254 Dave Karen Young wrote: > > Currently you can't use /31 networks. However, there is an RFC that > proposes changes that would allow their use on point-to-point links only. > > RFC 3021 Using 31-Bit