cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
305
Views
0
Helpful
2
Replies

static route definition

what is the difference between those static routes :

ip route 150.0.0.0 255.255.255.0 150.0.1.1

ip route 150.0.0.0 255.255.255.192 150.0.1.1

?

1 Accepted Solution

Accepted Solutions

mfurnival
Level 4
Level 4

ip route 150.0.0.0 255.255.255.0 150.0.1.1

#means route anything matching 150.0.0.x to 150.0.1.1

ip route 150.0.0.0 255.255.255.192 150.0.1.1

#mean route anything matching from 150.0.0.1 to 150.0.0.64 to 150.0.1.1

View solution in original post

2 Replies 2

mfurnival
Level 4
Level 4

ip route 150.0.0.0 255.255.255.0 150.0.1.1

#means route anything matching 150.0.0.x to 150.0.1.1

ip route 150.0.0.0 255.255.255.192 150.0.1.1

#mean route anything matching from 150.0.0.1 to 150.0.0.64 to 150.0.1.1

thanks

Review Cisco Networking for a $25 gift card