cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
446
Views
5
Helpful
2
Replies

Inconsistent address and mask

ialaaka
Level 1
Level 1

I am trying to  create  static ip  route from R2 to R1  

 

R2: ip route 23.48.50.76 255.255.255.224 23.48.50.125

The above returns inconsistent address and mask error for R2 

2 Replies 2

 23.48.50.76 255.255.255.224 ><- change 76 to 64 

Screenshot (462).png

 

M02@rt37
VIP
VIP

Hello @ialaaka,

If you need from R2 to reach the host 23.48.50.76 then change the mask with 255.255.255.255 (/32).

R2: ip route 23.48.50.76 255.255.255.255 23.48.50.125

If you want an ip route to the subnet which contain the ip 23.48.50.76 with this mask 255.255.255.224 (/27) then @MHM Cisco World is right, put 23.48.50.64 instead of 23.48.50.76.

R2: ip route 23.48.50.64 255.255.255.224 23.48.50.125

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
Review Cisco Networking for a $25 gift card