2018年11月13日 星期二

網路原理(一) RSE6 Section 1.3

Administrative Distance (AD)
Cisco IOS uses what is known as the administrative distance (AD) to determine the route to install into the IP routing table.

local route interfaces
Added when an interface is configured and active. This entry is only displayed in IOS 15 or newer for IPv4 routes and all IOS releases for IPv6 routes.

static routes
Added when a route is manually configured and the exit interface is active. 

route timestamp
Identifies how much time has passed since the route was learned.

route source
Identifies how the route was learned. 

以下為Cisco設備指令

ip route

ip route 0.0.0.0.0.0.0.0

ipv6 unicast-routing

ipv6 route

Router ?

ipv6 router ?

沒有留言:

張貼留言

 2025 MTK 韌體工程師 上機考心得  前言: 以前, 我覺得寫前後端的人才是真正的寫程式, 很羨慕那些大神 直到這次準備, 我才發現靠杯, 原來寫底層的程式也那麼硬派, XOR 一些奇奇怪怪的加速運算操作, 剛看到真的是無法想像, 有夠虧賊!   1. C/C++ Pro...