03-27-2025 12:25 AM
Hello to everyone
I used the dynamic means dhcp method in order to assign ip address to the router interface whenever i used the show ip route command i encounter to a new option as above picture [254/0]
My question is what is exactly the 254 means ?although i know the 0 means AD.
Require details information
Solved! Go to Solution.
03-27-2025 12:40 AM
Hello
@Nader ibrahimi wrote:
My question is what is exactly the 254 means ?although i know the 0 means AD.
Thas the administrative distance (254) applied to a received default route from dhcp, hence usually its recommended to override that dynamic default route allocation with a static default route which will have an administrative distance of 1 by default
example:
ip route 0.0.0.0 0.0.0.0 eth0/1 10.1.1.1
03-27-2025 12:40 AM
Hello
@Nader ibrahimi wrote:
My question is what is exactly the 254 means ?although i know the 0 means AD.
Thas the administrative distance (254) applied to a received default route from dhcp, hence usually its recommended to override that dynamic default route allocation with a static default route which will have an administrative distance of 1 by default
example:
ip route 0.0.0.0 0.0.0.0 eth0/1 10.1.1.1
03-27-2025 05:46 AM
Hello @Nader ibrahimi
In a Cisco routing table, "[254/0]" represents a static route with an administrative distance of 254. This means the route is manually configured and has a lower priority than routes learned via dynamic routing protocols (which typically they have administrative distances less than 254)
Best regards
******* If This Helps, Please Rate *******
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