Static route
Hello,
I have the following question : If you have " ip route 10.10.10.0 255.255.255.0 1.1.1.2 " ( int Vlan 10 1.1.1.1/30 - with .1 on vlan 10 and .2 on the client side ), what Default Gateway will put the client on a host if he wants to use 10.10.10.0/24 class, and also do you still have for that /24 subnet and broadcast address ?
I have this particulary scenario everyday at work. My answer will be : for /24 i will put default gateway 1.1.1.1, and for broadcast/subnet address i didn't find an idea.
How about you guys ?
I have the following question : If you have " ip route 10.10.10.0 255.255.255.0 1.1.1.2 " ( int Vlan 10 1.1.1.1/30 - with .1 on vlan 10 and .2 on the client side ), what Default Gateway will put the client on a host if he wants to use 10.10.10.0/24 class, and also do you still have for that /24 subnet and broadcast address ?
I have this particulary scenario everyday at work. My answer will be : for /24 i will put default gateway 1.1.1.1, and for broadcast/subnet address i didn't find an idea.
How about you guys ?
Comments
-
networker050184 Mod Posts: 11,962 ModCan you clarify your question? I really don't understand what you are asking here.An expert is a man who has made all the mistakes which can be made.
-
zimskiz Member Posts: 98 ■■□□□□□□□□Let's make it simple by givining you an output :
Current configuration : 349 bytes
!
interface Vlan10
description client
ip address 1.1.1.1 255.255.255.252
!
ip route 10.10.10.0 255.255.255.0 1.1.1.2
Assuming that you need to use 10.10.10.0/24 for your company pc's, how the client IP configuration will look like ?
IP; 10.10.10.123
Mask : 255.255.255.0
Default gateway : 10.10.10.1 or 1.1.1.1 or 1.1.1.2 ? ( here is the problem )
I've make myself clear ? -
gorebrush Member Posts: 2,743 ■■■■■■■□□□Well, I think it's fairly obvious that a PC in the 10.x.x.x network will use 10.10.10.1 as a gateway.
In fact, I am very surprised that someone with your level of certification even have to ask this question. -
zimskiz Member Posts: 98 ■■□□□□□□□□I had an arque with a senior collegue and i had to ask on a public forum.
-
lincis_aus Member Posts: 50 ■■■□□□□□□□Sounds to me like someone dumped their CCNA and CCNP exams...
-
d4nz1g Member Posts: 464lincis_aus wrote: »Sounds to me like someone dumped their CCNA and CCNP exams...
Indeed.
@OP
Shame on you, lol. -
d4nz1g Member Posts: 464Let's make it simple by givining you an output :
Current configuration : 349 bytes
!
interface Vlan10
description client
ip address 1.1.1.1 255.255.255.252
!
ip route 10.10.10.0 255.255.255.0 1.1.1.2
Assuming that you need to use 10.10.10.0/24 for your company pc's, how the client IP configuration will look like ?
IP; 10.10.10.123
Mask : 255.255.255.0
Default gateway : 10.10.10.1 or 1.1.1.1 or 1.1.1.2 ? ( here is the problem )
I've make myself clear ?
What kind of CCNA have you taken?
Don't you know that the default gateway SHOULD be on the same subnet as your clients'?