cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
565
Views
0
Helpful
2
Replies

Static Routing

jonk34567
Level 4
Level 4

can static route be applied for an single ip address.

(g.m)# ip route 10.1.1.4  255.255.255.0  fa 0/0

1 Accepted Solution

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni
yes you can but the mask would be all 255s for host 255.255.255.255

View solution in original post

2 Replies 2

Mark Malone
VIP Alumni
VIP Alumni
yes you can but the mask would be all 255s for host 255.255.255.255

Yes, you can but subnet mask should be 32 bit long means 255.255.255.255.

as

ip route 8.8.8.8 255.255.255.255 192.168.3.1

 

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!