05-03-2013 08:04 AM - edited 03-04-2019 07:48 PM
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
?
Solved! Go to Solution.
05-03-2013 08:30 AM
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
05-03-2013 08:30 AM
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
05-03-2013 08:47 AM
thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide