Answer the question
In order to leave comments, you need to log in
Will a client ping another client with this configuration?
В сети находятся маршрутизатор провайдера с такой конфигурацией интерфейса:
Interface fe0/1
Ip address 10.45.18.5 255.255.255.0
No shutdown
!
И маршрутизатор клиента с такой конфигурацией:
Interface e0/0
Ip address 10.45.18.15 255.255.255.128
No shutdown
!
Ip route 0.0.0.0 0.0.0.0 10.45.18.5
Будет ли клиент пинговать другого клиента с адресом 10.45.18.194 и почему?
Клиент на маршрутизаторе меняет конфигурацию интерфейса на такую:
Interface e0/0
Ip address 10.45.18.15 255.255.255.128
Ip address 10.45.19.15 255.255.255.0 sec
No shutdown
!
Будет ли адрес 10.45.19.15 присутствовать в ARP таблице маршрутизатора провайдера?
Answer the question
In order to leave comments, you need to log in
1) no
, the client will not have a subnet mask of 255.255.255.128
, this gives us a subnet with addresses 10.45.18.0-10.45.18.127
and the second client is in a different subnet 10.45.18.129-10.45.18.255
for the network router 10.45.18.x are not presented separate because he himself has a mask of 255.255.255.0
2) "Will the address 10.45.19.15 be present in the ARP table of the provider's router?"
in theory, no, but there is nothing to check on - there are no cats.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question