10-08-2007 08:45 PM - edited 03-03-2019 07:04 PM
if
office Bravo
has network of
10.1.0.0/16
and office Cindy
has network of
10.2.0.0/24
routed together via
2 routers for the two offices.
A) what is the maximum number of machine can office cindy and bravo?
B)asssuming both machine running on linux.
write down route commands to config node for both office.
so that ip forwardinf can occure btw 2 net work.
c) write down commands to config interface on 2 router and a node from both office.
d)is there any reason why there would be a network solely for the routers? if so what is it?
10-08-2007 08:46 PM
thank in advance
10-08-2007 09:12 PM
Hi Spycampers ,
10.1.0.0 / 16 has below host range.
10.1.0.1 to 10.1.255.254 = 65536 hosts.
braodcast address :10.1.255.255
10.2.0.0 / 24 has below host range.
10.2.0.1 to 10.2.0.254 = 256 hosts.
braodcast address :10.2.0.255
router a config :
int f0
ip address 10.1.0.1 255.255.0.0
no sh
int s0
ip address 10.254.238.9 255.255.255.252
encapsulation ppp
no sh
ip route 0.0.0.0 0.0.0.0 10.254.238.10
RTR B config
int f0
ip address 10.2.0.1 255.255.255.0
no sh
int s0
ip address 10.254.238.10 255.255.255.252
encapsulation ppp
no sh
ip route 0.0.0.0 0.0.0.0 10.254.238.9
host connecting to RTR A can talk to Host B connecting to RTR B and vice-versa.
Thanks,
satish
10-08-2007 10:51 PM
so can i take it that.
qns a:
answer is 65536+ 256??
and actually i know nuts about config.
so is ur conding..
for qus b or c??
so any answer for qns d???
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide